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

RPLLAWCS SAP ABAP INCLUDE - HR-Switz: Wage Statement with SAPscript







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


Text pool values


Title: HR-Switz: Wage Statement with SAPscript


INCLUDES used within this REPORT RPLLAWCS

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:

START_FORM CALL FUNCTION 'START_FORM' EXPORTING LANGUAGE = SPRACHSL "XQTAHRK001844 STARTPAGE = 'NORM' EXCEPTIONS "Beginn "XQTAHRK029255 FORM = 1 FORMAT = 2 UNENDED = 3 UNOPENED = 4 UNUSED = 5 OTHERS = 6 .

END_FORM CALL FUNCTION 'END_FORM'.

CLOSE_FORM CALL FUNCTION 'CLOSE_FORM' IMPORTING RESULT = ITCPP.

HR_GET_ERROR_LIST CALL FUNCTION 'HR_GET_ERROR_LIST' * EXPORTING * USE_ABAP_MEMORY = ' ' TABLES ERROR = I_ERROR * ERRORTEXTS = EXCEPTIONS NO_ERRORS = 1 * OTHERS = 2 .

HR_CH_DISPLAY_MESSAGE_LIST CALL FUNCTION 'HR_CH_DISPLAY_MESSAGE_LIST' EXPORTING ROOT_TITLE = 'Fehlermeldungen'(F20) ROOT_DESCR = 'Lohnausweis'(F21) TABLES ERRORLIST = I_ERROR * REJECTLIST = .

OPEN_FORM CALL FUNCTION 'OPEN_FORM' EXPORTING FORM = FORMULAR DEVICE = 'PRINTER' * language = t001-spras "YDAALRK005605 OPTIONS = ITCPO DIALOG = FLG_DIALOG EXCEPTIONS CANCELED = 1 "Beginn "XQTAHRK029255 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.

WRITE_FORM CALL FUNCTION 'WRITE_FORM' EXPORTING WINDOW = P_WIN ELEMENT = P_ELEM EXCEPTIONS ELEMENT = 1 FUNCTION = 2 TYPE = 3 UNOPENED = 4 UNSTARTED = 5 WINDOW = 6 BAD_PAGEFORMAT_FOR_PRINT = 7 OTHERS = 8 .

HR_APPEND_ERROR_LIST CALL FUNCTION 'HR_APPEND_ERROR_LIST' EXPORTING * pernr = p_pernr ARBGB = '5C' MSGTY = 'W' MSGNO = 213 MSGV1 = P_WIN MSGV2 = P_FORM MSGV3 = P_ELEM MSGV4 = P_ELEMTEXT .

HR_APPEND_ERROR_LIST CALL FUNCTION 'HR_APPEND_ERROR_LIST' EXPORTING * pernr = p_pernr ARBGB = SY-MSGID MSGTY = 'W' MSGNO = SY-MSGNO MSGV1 = SY-MSGV1 MSGV2 = SY-MSGV2 MSGV3 = SY-MSGV3 MSGV4 = SY-MSGV4 .



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