if sy-tcode = 'ST22'. DATA:LV_ST22_INFO TYPE STRING, LS_MT_DATA TYPE LVC_S_DATA. CLEAR:LV_ST22_INFO. LV_ST22_INFO = '我是一名SAP BASIS顾问,使用事务码ST22查询到以下报错,'. read TABLE mt_data into LS_MT_DATA with key ROW_POS = ls_row_no-ROW_ID col_pos = 7. if sy-...
ABAP dump as mentioned earlier is runtime error which occours due to the exception or error in abap program, Using abap dump, you will be able to find out which part of the abap code created the problem. If its in a standard program, the fix might be in an sap note which you might...
3. SAP program SAPL089C check failed with following msg (Also ref following SAP Note Note 107161 - HP SAPKH30F35 IMPORT_PROPER - SAPL089C L089CT00) Include L089CTOP INCLUDE report "L089CT00" not found 4. This issue got resolved via following solution: t-code db20 - update stat...