SAP Reports / Programs | Personnel Management | Personnel Administration | Austria(PA-PA-AT) SAP PA

RPLSVMA3 SAP ABAP INCLUDE - Extended Table Maintenance: Lower Level







RPLSVMA3 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 RPLSVMA3 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 RPLSVMA3. "Basic submit
SUBMIT RPLSVMA3 AND RETURN. "Return to original report after report execution complete
SUBMIT RPLSVMA3 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 RPLSVMA3

INCLUDE: RPUELDAI, "DATENDEFINITIONEN ELDA


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:

HR_CREATE_REFERENCE_NUMBER CALL FUNCTION 'HR_CREATE_REFERENCE_NUMBER' EXPORTING number = lv_pernr mdart = mdart-ak datum = p0526-begda IMPORTING refnr = ak-refn0.

HR_CREATE_REFERENCE_NUMBER CALL FUNCTION 'HR_CREATE_REFERENCE_NUMBER' EXPORTING number = lv_pernr mdart = mdart-aw datum = p0526-begda IMPORTING refnr = aw-refn0.

VIEW_ENQUEUE * CALL FUNCTION 'VIEW_ENQUEUE' * EXPORTING * ACTION = 'E' * ENQUEUE_MODE = 'E' * VIEW_NAME = 'T5A1O' * EXCEPTIONS * OTHERS = 08.

HR_T5A1O_ENQUEUE CALL FUNCTION 'HR_T5A1O_ENQUEUE' EXPORTING action = 'E' lock_dtrnr = space EXCEPTIONS OTHERS = 08.

HR_CREATE_DDS_AK_A CALL FUNCTION 'HR_CREATE_DDS_AK_A' EXPORTING datum = sy-datum user = sy-uname uzeit = sy-uzeit test = testk prot = 'X' IMPORTING created = created overflow = overflow TABLES dds_ak = ak dds_aw = aw EXCEPTIONS lfd_nr_overflow = 1 t5a1k_error = 2 t5a1m_error = 3 t5a1o_enque_failed = 4 OTHERS = 5.

VIEW_ENQUEUE * CALL FUNCTION 'VIEW_ENQUEUE' * EXPORTING * ACTION = 'D' * ENQUEUE_MODE = 'E' * VIEW_NAME = 'T5A1O' * EXCEPTIONS * OTHERS = 08.

HR_T5A1O_ENQUEUE CALL FUNCTION 'HR_T5A1O_ENQUEUE' EXPORTING action = 'D' lock_dtrnr = space EXCEPTIONS OTHERS = 08.



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