SAP Reports / Programs | Controlling | Overhead Cost Controlling | Cost Center Accounting(CO-OM-CCA) SAP CO

MKSREF20 SAP ABAP INCLUDE - Run Summarization: Parameter Screen Form Routines







MKSREF20 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 MKSREF20 into the relevant SAP transactions such as SE38 or SE80


ABAP code to call this SAP report using the submit statement

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.






SUBMIT MKSREF20. "Basic submit
SUBMIT MKSREF20 AND RETURN. "Return to original report after report execution complete
SUBMIT MKSREF20 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Run Summarization: Parameter Screen Form Routines


INCLUDES used within this REPORT MKSREF20

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

MESSAGES_INITIALIZE CALL FUNCTION 'MESSAGES_INITIALIZE' EXPORTING I_IDENTIFICATION = MESSAGE_IDENTIFICATION IMPORTING E_IDENTIFICATION = MESSAGE_IDENTIFICATION.

DEQUEUE_ESRDIRE CALL FUNCTION 'DEQUEUE_ESRDIRE' EXPORTING NAME = HEADER-PROCESSOR.

G_SET_ENCRYPT_SETID CALL FUNCTION 'G_SET_ENCRYPT_SETID' EXPORTING SETCLASS = GSETC_COSTCENTER_SETCLASS SHORTNAME = KEEP_AREA KOKRS = TKSR1-KOKRS IMPORTING SETID = H_SETID .

G_SET_ENCRYPT_SETID CALL FUNCTION 'G_SET_ENCRYPT_SETID' EXPORTING SETCLASS = GSETC_COSTCENTER_SETCLASS SHORTNAME = TKSR1-AREA KOKRS = TKSR1-KOKRS IMPORTING SETID = H_SUBAREA_SETID .

G_SET_TREE_SEARCH_BOTTOM_UP CALL FUNCTION 'G_SET_TREE_SEARCH_BOTTOM_UP' EXPORTING SETNR = H_SETID SUBSETNR = H_SUBAREA_SETID EXCEPTIONS SUPERSET_NOT_FOUND = 4.

K_BATCH_REQUEST CALL FUNCTION 'K_BATCH_REQUEST' EXPORTING PAR_AMAIL = ' ' PAR_DIALG = 'X' PAR_JNAME = JOBNAME PAR_NONOW = ' ' PAR_NSM37 = 'X' PAR_NSP01 = ' ' PAR_RNAME = 'RKREXE00' PAR_SDMSG = 'X' PAR_SMAIL = ' ' TABLES TAB_SELPA = SELFIELDS EXCEPTIONS DELETE_REPORT_INCORRECT = 01 EDLIN_TOO_LONG = 02 GENERATE_REPORT_INCORRECT = 03 INSERT_REPORT_INCORRECT = 04 JNAME_MISSING = 05 JOB_CLOSE_INCORRECT = 06 JOB_OPEN_INCORRECT = 07 LOCK_REPORT_IMPOSSIBLE = 08 OPTION_WRONG = 09 PNAME_MISSING = 10 READ_REPORT_INCORRECT = 11 REPORT_IN_TRDIR_MISSING = 12 RNAME_MISSING = 13 SIGN_WRONG = 14 START_DATE_IMPOSSIBLE = 15 START_DATE_MISSING = 16 SUBMIT_INCORRECT = 17.

G_SET_ENCRYPT_SETID CALL FUNCTION 'G_SET_ENCRYPT_SETID' EXPORTING SETCLASS = GSETC_COSTCENTER_SETCLASS SHORTNAME = GAV_AREA_IN KOKRS = TKSR1-KOKRS IMPORTING SETID = H_SETID .

G_SET_INSERT CALL FUNCTION 'G_SET_INSERT' EXPORTING SETNAME = H_SETID IMPORTING INDEX = SET_INDEX HEADER = RGSMH.

G_SET_GET CALL FUNCTION 'G_SET_GET' EXPORTING INDEX = SET_INDEX CONTROL_BLOCK = 1 IMPORTING HEADER = RGSMH SUBRC = H_SUBRC.

G_SET_GET CALL FUNCTION 'G_SET_GET' EXPORTING INDEX = SET_INDEX CONTROL_BLOCK = 1 IMPORTING HEADER = RGSMH SUBRC = H_SUBRC.

G_DISPLAY_SELECTION_DYNPRO CALL FUNCTION 'G_DISPLAY_SELECTION_DYNPRO' EXPORTING DYNP_TITLE = RGSEL-DYNP_TITLE SEL_TITLE1 = RGSEL-SEL_TITLE1 SEL_TITLE2 = RGSEL-SEL_TITLE2 START_ROW = 7 WITHOUT_SELECTION = NO_SELECTION IMPORTING SEL_INDEX = SY-INDEX TABLES SEL_TABLE = HIER_SETS EXCEPTIONS NO_LINES = 4 NO_LINE_PICKED = 8.

G_BUFFER_RESET CALL FUNCTION 'G_BUFFER_RESET'.

K_BULK_PROCESSING_CURR_POPUP CALL FUNCTION 'K_BULK_PROCESSING_CURR_POPUP' EXPORTING TRANCUR = 'DEM' TRANCUR_FLAG = '0' TYPECUR = KURSTYP TYPECUR_FLAG = '2' VALUTA = RKSRO-WSDAT VALUTA_FLAG = '2' IMPORTING TYPECUR = KURSTYP VALUTA = RKSRO-WSDAT.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name MKSREF20 or its description.