MKCBEF26_CALL_SCREEN_SORT is a standard ABAP INCLUDE available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.
If you would like to execute this report or see the full code listing simply enter MKCBEF26_CALL_SCREEN_SORT into the relevant SAP transactions such as SE38 or SE80
This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RKD_CONDITION_READ CALL FUNCTION 'RKD_CONDITION_READ' EXPORTING I_ALIST = RKB1D-ALIST I_FNAM = SEIG-FNAM I_T_BED = BED_TAB[] I_TLEVEL = RKB1D-STUFE IMPORTING E_S_BED = BED_TAB.
POPUP_TO_DECIDE_LIST CALL FUNCTION 'POPUP_TO_DECIDE_LIST' EXPORTING CURSORLINE = L_CURSORLINE START_COL = 10 START_ROW = 10 TEXTLINE1 = TEXT-172 TEXTLINE2 = L_TEXTL1 TEXTLINE3 = L_TEXTL2 TITEL = CSC_TEXT IMPORTING ANSWER = L_ANTWORT TABLES T_SPOPLI = L_T_SELECTLIST EXCEPTIONS NOT_ENOUGH_ANSWERS = 1 TOO_MUCH_ANSWERS = 2 TOO_MUCH_MARKS = 3 OTHERS = 4.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
MKCBEF26_CALL_SCREEN_SORT - MKCBEF26CALLSCREENSORT MKCBEF26_CALL_SCREEN_RESTORE_C - MKCBEF26CALLSCREENRESTOREC MKCBEF26_CALL_SCREEN_PRINT - MKCBEF26CALLSCREENPRINT MKCBEF26_CALL_SCREEN_HIER_LEVE - MKCBEF26CALLSCREENHIERLEVE MKCBEF26_CALL_SCREEN_HIER_FUNC - MKCBEF26CALLSCREENHIERFUNC MKCBEF26_CALL_SCREEN_HIERDAR - MKCBEF26CALLSCREENHIERDAR