SAP Reports / Programs | Personnel Management | Personnel Administration | Switzerland(PA-PA-CH) SAP PA

RPLSTMCF SAP ABAP INCLUDE - documentation and ABAP source code







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


INCLUDES used within this REPORT RPLSTMCF

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:

OPEN_FORM CALL FUNCTION 'OPEN_FORM' EXPORTING application = 'TX' * ARCHIVE_INDEX = * ARCHIVE_PARAMS = device = 'PRINTER' dialog = l_dialog form = t5ce0-formu language = sy-langu options = pr_options * MAIL_SENDER = * MAIL_RECIPIENT = * MAIL_APPL_OBJECT = * RAW_DATA_INTERFACE = '*' IMPORTING * LANGUAGE = * NEW_ARCHIVE_PARAMS = result = l_result EXCEPTIONS canceled = 1 device = 2 form = 3 options = 4 unclosed = 5 mail_options = 6 archive_error = 7 invalid_fax_number = 8 more_params_needed_in_batch = 9 OTHERS = 10.

CONTROL_FORM CALL FUNCTION 'CONTROL_FORM' EXPORTING command = 'NEW-PAGE FIRST' EXCEPTIONS unopened = 1 unstarted = 2 OTHERS = 3.

INIT_TEXTSYMBOL CALL FUNCTION 'INIT_TEXTSYMBOL' EXPORTING program = sy-cprog test = ' ' type = 'TEXT'.

TEXT_SYMBOL_SETVALUE CALL FUNCTION 'TEXT_SYMBOL_SETVALUE' EXPORTING name = lf_symtab-sname value = lf_symtab-ssval.

TEXT_SYMBOL_SETVALUE CALL FUNCTION 'TEXT_SYMBOL_SETVALUE' EXPORTING name = l_sname value = ' '.

TEXT_SYMBOL_SETVALUE CALL FUNCTION 'TEXT_SYMBOL_SETVALUE' EXPORTING name = lf_symtab-sname value = lf_symtab-ssval.

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING * DDIC_STRUCTURE = ' ' retfield = 'STAMM' * PVALKEY = ' ' dynpprog = l_repid dynpnr = l_dynnr dynprofield = l_dynfd * STEPL = 0 * WINDOW_TITLE = * VALUE = ' ' value_org = 'S' * MULTIPLE_CHOICE = ' ' * DISPLAY = ' ' * CALLBACK_PROGRAM = ' ' * CALLBACK_FORM = ' ' TABLES value_tab = li_values * FIELD_TAB = * RETURN_TAB = EXCEPTIONS parameter_error = 1 no_values_found = 2 OTHERS = 3.

SUSR_USER_ADDRESS_READ CALL FUNCTION 'SUSR_USER_ADDRESS_READ' EXPORTING USER_NAME = sy-uname IMPORTING * USER_ADDRESS = USER_USR03 = usr_ex EXCEPTIONS * USER_ADDRESS_NOT_FOUND = 1 OTHERS = 0.

ADDRESS_INTO_PRINTFORM CALL FUNCTION 'ADDRESS_INTO_PRINTFORM' EXPORTING address_2 = ls_address address_type = '2' sender_country = l_windata-fromcountry number_of_lines = 3 IMPORTING address_printform_table = lt_address_lines.

ADDRESS_INTO_PRINTFORM CALL FUNCTION 'ADDRESS_INTO_PRINTFORM' EXPORTING address_2 = ls_address address_type = '2' sender_country = l_windata-fromcountry number_of_lines = 4 IMPORTING address_printform_table = lt_address_lines.



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 RPLSTMCF or its description.