Posted inSAP ERP
Posted inMU Legend
MU Legend – fusing weapon to find out humanoid damg weapon
<iframe width="560" height="315" src="https://www.youtube.com/embed/YPG0feWmB2E" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
Read data from Application Server into an internal table
SO_CITRUSTEST-input-file code *&---------------------------------------------------------------------* *& Report ZPR_READ_DATA_FROM_AS_FILES *& *&---------------------------------------------------------------------* *& *& *&---------------------------------------------------------------------* REPORT ZPR_READ_DATA_FROM_AS_FILES. PARAMETERS: P_FILE LIKE RLGRAP-FILENAME OBLIGATORY DEFAULT '/usr/sap/PRD/DVEBMGS00/work/SO_CITRUSTEST.txt'. TYPES: BEGIN OF TY_DATA, COL TYPE STRING, END OF TY_DATA.…


