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

RPLSVMA1 SAP ABAP INCLUDE - General INCLUDE for creation of SI change to, de/registrations f. ELDA







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


Text pool values


Title: General INCLUDE for creation of SI change to, de/registrations f. ELDA


INCLUDES used within this REPORT RPLSVMA1

INCLUDE: RPUELDAI, "DATENDEFINITIONEN ELDA
RPUELDAJ, " "XNRK003916


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_GET_DDS_EVERS_A CALL FUNCTION 'HR_GET_DDS_EVERS_A' "EVERS global "XNRK001749 EXPORTING "XNRK001749 mdart = 'VM' "XNRK001749 datum = sy-datum "XNRK001749 IMPORTING "XNRK001749 evers = evers_for_message "XNRK001749 EXCEPTIONS "XNRK001749 t5a1k_error = 1 "XNRK001749 OTHERS = 2. "XNRK001749

RP_HIRE_FIRE CALL FUNCTION 'RP_HIRE_FIRE' EXPORTING beg = low_date end = p0367-endda IMPORTING hire_date = l_hiredate fire_date = l_firedate TABLES pp0000 = p0000 "input pp0001 = p0001 "input pphifi = phifi. "output

HR_READ_INFOTYPE CALL FUNCTION 'HR_READ_INFOTYPE' EXPORTING pernr = p_pernr infty = '0527' TABLES infty_tab = lt_p0527.

RP_HIRE_FIRE call function 'RP_HIRE_FIRE' exporting beg = low_date end = p0367-endda importing hire_date = l_hiredate fire_date = l_firedate tables pp0000 = p0000 "input pp0001 = p0001 "input pphifi = phifi. "output

RP_HIRE_FIRE CALL FUNCTION 'RP_HIRE_FIRE' EXPORTING beg = low_date end = p0367-endda IMPORTING hire_date = l_hiredate fire_date = l_firedate TABLES pp0000 = p0000 "input pp0001 = p0001 "input pphifi = phifi. "output

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_DATASET_A CALL FUNCTION 'HR_CREATE_DDS_DATASET_A' EXPORTING datum = sy-datum user = sy-uname uzeit = sy-uzeit test = testk prot = 'X' IMPORTING created = created overflow = overflow TABLES dds_vm = vm dds_bg = bg dds_bn = bn dds_ef = ef 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.

HR_AT_GET_PART_APPL CALL FUNCTION 'HR_AT_GET_PART_APPL' EXPORTING reportname = pspar-repna IMPORTING appl = p_orgda-appl EXCEPTIONS part_application_not_found = 1 OTHERS = 2.

HR_AT_GET_ORG_DATA CALL FUNCTION 'HR_AT_GET_ORG_DATA' EXPORTING org_in = p_orgda IMPORTING btrtl_data = i5a0p EXCEPTIONS OTHERS = 6.

HR_AT_GET_SV_DGSVN CALL FUNCTION 'HR_AT_GET_SV_DGSVN' EXPORTING asvgr = p_asvgr ausva = p_ausva lohnb = i5a0p-lohnb endda = p_datum "WJOM0293688 IMPORTING sv_ktonr = i5a1s EXCEPTIONS OTHERS = 2.

HR_AT_GET_PART_APPL CALL FUNCTION 'HR_AT_GET_PART_APPL' EXPORTING reportname = pspar-repna IMPORTING appl = p_orgda-appl EXCEPTIONS part_application_not_found = 1 OTHERS = 2.

HR_AT_GET_ORG_DATA CALL FUNCTION 'HR_AT_GET_ORG_DATA' EXPORTING org_in = p_orgda IMPORTING addresse = i_addresse address_detail = i_address_detail address_comp = i_address_comp "GBKM1222382 EXCEPTIONS OTHERS = 6.

HR_FEATURE_BACKFIELD CALL FUNCTION 'HR_FEATURE_BACKFIELD' EXPORTING struc_content = l_feature_key feature = 'AUBMV' kind_of_error = 3 IMPORTING back = p_return "Nlimmm EXCEPTIONS "Nlimmm OTHERS = 99."Fehlermeldung als S-message "Nlimmm

HR_CREATE_REFERENCE_NUMBER CALL FUNCTION 'HR_CREATE_REFERENCE_NUMBER' EXPORTING number = lv_pernr * mdart = mdart-vm "RETM03741409 mdart = p_mdart "RETM03741409 datum = p0367-begda IMPORTING REFNR = vm-refn0 .



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