SAP Reports / Programs

/SAPCEM/ABRK_ERFASSER_LISTE SAP ABAP Report - Entry List Settlement Calendar







/SAPCEM/ABRK_ERFASSER_LISTE is a standard Executable ABAP Report 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 /SAPCEM/ABRK_ERFASSER_LISTE into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

/SAPCEM/EL - Entry List for Settlement Calendar


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 /SAPCEM/ABRK_ERFASSER_LISTE. "Basic submit
SUBMIT /SAPCEM/ABRK_ERFASSER_LISTE AND RETURN. "Return to original report after report execution complete
SUBMIT /SAPCEM/ABRK_ERFASSER_LISTE VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: SEL_DATE = Date
Selection Text: SEL_LART = Activity type
Selection Text: SEL_NAME = Created by
Title: Entry List Settlement Calendar
Text Symbol: 001 = General data
Text Symbol: 002 = Displayed records
Text Symbol: 006 = All existing records that have not been released
Text Symbol: 010 = Not released
Text Symbol: 013 = Entered recrds
Text Symbol: 018 = Selection list-acty type
Text Symbol: 019 = Selection list-created by
Text Symbol: 020 = Rejected


INCLUDES used within this REPORT /SAPCEM/ABRK_ERFASSER_LISTE

INCLUDE J_3GKAL6.


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:

HELP_VALUES_GET_WITH_TABLE call function 'HELP_VALUES_GET_WITH_TABLE' exporting cucol = 1 curow = 1 fieldname = 'ERNAM' tabname = 'J_3GPRLHD' titel = 'Auswahlliste Erfassername'(019) show_all_values_at_first_time = 'X' importing select_value = hlp_sel_name tables fields = xhelpvalue valuetab = itabvalue exceptions field_not_in_ddic = 1 more_then_one_selectfield = 2 no_selectfield = 3.

RS_TREE_CONSTRUCT call function 'RS_TREE_CONSTRUCT' * EXPORTING * INSERT_ID = '000000' * RELATIONSHIP = ' ' tables nodetab = listtree exceptions tree_failure = 1 id_not_found = 2 wrong_relationship = 3 others = 4.

RS_TREE_GET_CURRENT_TREE call function 'RS_TREE_GET_CURRENT_TREE' tables nodelist = nodelist nodeinfo = nodeinfo exceptions others = 1.

RS_TREE_EXPAND call function 'RS_TREE_EXPAND' exporting * all = 'X' node_id = nodelist-id exceptions not_found = 1 others = 2.

RS_TREE_LIST_DISPLAY call function 'RS_TREE_LIST_DISPLAY' exporting callback_program = '/SAPCEM/ABRK_ERFASSER_LISTE' callback_user_command = 'USER_COMMAND' status = 'OWN' exceptions others = 1.

J_3G_GET_DATE_DAYNAME call function 'J_3G_GET_DATE_DAYNAME' exporting langu = sy-langu date = itab2-vdate "#EC DOM_EQUAL calid = '01' importing * DAYNR = daytxt = daytext exceptions no_langu = 1 no_date = 2 no_daytxt_for_langu = 3 invalid_date = 4 others = 5.

RV_DYNPRO_READ call function 'RV_DYNPRO_READ' exporting model_prog = hlp_prog model_dnum = hlp_dnum importing dynp_header = xdynp_header tables dynp_fields = xdynp_fields dynp_logic = xdynp_logic_in dynp_matchc = xdynp_matchc exceptions dynpro_not_found = 1.

J_3G_PRL_DETERMINATION call function 'J_3G_PRL_DETERMINATION' exporting application = 'V' date = datum header_communication = xheader item_communication = xitem scheme = 'FREI ' importing kondt_data = xprlhd exceptions not_found = 1 others = 2.

HELP_VALUES_GET_WITH_TABLE call function 'HELP_VALUES_GET_WITH_TABLE' exporting cucol = 1 curow = 1 fieldname = 'J_3GLVART' tabname = 'J_3GLEIART' titel = 'Auswahlliste Leistungsart'(018) show_all_values_at_first_time = 'X' importing select_value = hlp_sel_lart tables fields = xhelpvalue valuetab = itabvalue exceptions field_not_in_ddic = 1 more_then_one_selectfield = 2 no_selectfield = 3.

SO_ADDRESS_SHOW call function 'SO_ADDRESS_SHOW' "T010399 exporting "T010399 * DLI_OWNER = ' ' * OWNER = ' ' user = erfasser "T010399 exceptions "T010399 parameter_error = 1 "T010399 user_not_exist = 2 "T010399 x_error = 3 "T010399 others = 4. "T010399



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 /SAPCEM/ABRK_ERFASSER_LISTE or its description.