SAP Reports / Programs

RPLSTMC0 SAP ABAP Report - HR Master Data Sheet - Switzerland







RPLSTMC0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Master Data Sheet SAPscript Using the master data sheet report, you create HR master data sheets for your employees based on SAPscript forms or PDF forms...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter RPLSTMC0 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

PC00_M02_LSTM0 - HR Master Data Sheet - Switzerland


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 RPLSTMC0. "Basic submit
SUBMIT RPLSTMC0 AND RETURN. "Return to original report after report execution complete
SUBMIT RPLSTMC0 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: MOLGA = Country indicator
Selection Text: REFDA = Key date
Selection Text: STAMM = Master data sheet
Title: HR Master Data Sheet - Switzerland
Text Symbol: 010 = Notifications
Text Symbol: B01 = Control of master data sheet


INCLUDES used within this REPORT RPLSTMC0

INCLUDE RPLSTMCD.


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:

GET_PRINT_PARAMETERS call function 'GET_PRINT_PARAMETERS' exporting * ARCHIVE_ID = C_CHAR_UNKNOWN * ARCHIVE_INFO = C_CHAR_UNKNOWN * ARCHIVE_MODE = C_CHAR_UNKNOWN * ARCHIVE_TEXT = C_CHAR_UNKNOWN * AR_OBJECT = C_CHAR_UNKNOWN * ARCHIVE_REPORT = C_CHAR_UNKNOWN * AUTHORITY = C_CHAR_UNKNOWN * COPIES = C_NUM3_UNKNOWN * COVER_PAGE = C_CHAR_UNKNOWN * DATA_SET = C_CHAR_UNKNOWN * DEPARTMENT = C_CHAR_UNKNOWN * DESTINATION = C_CHAR_UNKNOWN * EXPIRATION = C_NUM1_UNKNOWN * IMMEDIATELY = C_CHAR_UNKNOWN * IN_ARCHIVE_PARAMETERS = ' ' in_parameters = pri_params * LAYOUT = C_CHAR_UNKNOWN * LINE_COUNT = C_INT_UNKNOWN * LINE_SIZE = C_INT_UNKNOWN * LIST_NAME = C_CHAR_UNKNOWN * LIST_TEXT = C_CHAR_UNKNOWN mode = 'PARAMS' * NEW_LIST_ID = C_CHAR_UNKNOWN no_dialog = 'X' * RECEIVER = C_CHAR_UNKNOWN * RELEASE = C_CHAR_UNKNOWN * REPORT = C_CHAR_UNKNOWN * SAP_COVER_PAGE = C_CHAR_UNKNOWN * SAP_OBJECT = C_CHAR_UNKNOWN * TYPE = C_CHAR_UNKNOWN user = sy-uname importing * OUT_ARCHIVE_PARAMETERS = out_parameters = pri_params * VALID = exceptions archive_info_not_found = 1 "CHBAL0K051095 others = 2. "CHBAL0K051095

CLOSE_FORM call function 'CLOSE_FORM' * IMPORTING * RESULT = * RDI_RESULT = * TABLES * OTFDATA = exceptions unopened = 1 bad_pageformat_for_print = 2 others = 3.

HR_CH_DISPLAY_MESSAGE_LIST call function 'HR_CH_DISPLAY_MESSAGE_LIST' exporting root_title = 'Meldungen'(010) root_descr = t5ce0t-ltext tables errorlist = messagetab * REJECTLIST = .

H99B_OPEN_LFORM_JOB call function 'H99B_OPEN_LFORM_JOB' exporting i_molga = hr99b_form_sel-molga i_fogroup = hr99b_form_sel-fogroup i_folname = hr99b_form_sel-folname i_fovariant = hr99b_form_sel-fovariant dialog = l_dialog options = pr_options exceptions others = 99.

H99B_OUTPUT_LFORM call function 'H99B_OUTPUT_LFORM' exporting i_molga = hr99b_form_sel-molga i_fogroup = hr99b_form_sel-fogroup i_folname = hr99b_form_sel-folname i_fovariant = hr99b_form_sel-fovariant i_data_struc = p_data exceptions others = 99.

H99B_CLOSE_LFORM_JOB call function 'H99B_CLOSE_LFORM_JOB' exceptions others = 99.



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