SAP Reports / Programs | Personnel Management | Personnel Administration | Japan(PA-PA-JP) SAP PA

RPLCMS01 SAP ABAP INCLUDE - Module pool for RPLCMTJ0 form routins







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


Text pool values


Title: Module pool for RPLCMTJ0 form routins


INCLUDES used within this REPORT RPLCMS01

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:

RP_EDIT_NAME CALL FUNCTION 'RP_EDIT_NAME' EXPORTING FORMAT = $$FORMAT LANGU = SY-LANGU MOLGA = T001P-MOLGA PP0002 = P0002 IMPORTING EDIT_NAME = RPLCMTJ0-ENAME RETCODE = $RET_CODE.

POPUP_TO_CONFIRM_LOSS_OF_DATA call function 'POPUP_TO_CONFIRM_LOSS_OF_DATA' EXPORTING TEXTLINE1 = TEXT-L01 TEXTLINE2 = TEXT-L02 TITEL = TEXT-T01 IMPORTING ANSWER = lv_answer_for_popup.

DEQUEUE_EPPRELE call function 'DEQUEUE_EPPRELE' exporting pernr = -original_pakey-pernr.

ENQUEUE_EPPRELE call function 'ENQUEUE_EPPRELE' exporting pernr = -original_pakey-pernr exceptions foreign_lock = 1 system_failure = 2 others = 3.

DDIF_NAMETAB_GET CALL FUNCTION 'DDIF_NAMETAB_GET' EXPORTING TABNAME = lc_source_structure_name TABLES DFIES_TAB = lt_nametab.

DEQUEUE_EPPRELE CALL FUNCTION 'DEQUEUE_EPPRELE' EXPORTING pernr = iv_pernr.

ENQUEUE_EPPRELE call function 'ENQUEUE_EPPRELE' exporting pernr = iv_pernr exceptions foreign_lock = 1 system_failure = 2 others = 3.

POPUP_TO_CONFIRM_LOSS_OF_DATA call function 'POPUP_TO_CONFIRM_LOSS_OF_DATA' EXPORTING TEXTLINE1 = TEXT-LS1 TEXTLINE2 = TEXT-LS2 TITEL = TEXT-TSW IMPORTING ANSWER = lv_answer_for_popup.

DEQUEUE_EPPRELE CALL FUNCTION 'DEQUEUE_EPPRELE' EXPORTING PERNR = iv_pernr.

ENQUEUE_EPPRELE CALL FUNCTION 'ENQUEUE_EPPRELE' EXPORTING PERNR = iv_pernr EXCEPTIONS FOREIGN_LOCK = 1 SYSTEM_FAILURE = 2 OTHERS = 3.

POPUP_TO_CONFIRM_LOSS_OF_DATA CALL FUNCTION 'POPUP_TO_CONFIRM_LOSS_OF_DATA' EXPORTING TEXTLINE1 = TEXT-L01 TEXTLINE2 = TEXT-L02 TITEL = TEXT-T01 IMPORTING ANSWER = cv_answer_for_popup.

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING DEFAULTOPTION = gc_answer-yes TEXTLINE1 = TEXT-L03 TEXTLINE2 = TEXT-L04 TITEL = TEXT-T01 IMPORTING ANSWER = cv_answer_for_popup.

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING DEFAULTOPTION = gc_answer-yes TEXTLINE1 = TEXT-L03 TEXTLINE2 = TEXT-L04 TITEL = TEXT-T01 IMPORTING ANSWER = lv_answer_for_popup.

HR_FEATURE_BACKFIELD CALL FUNCTION 'HR_FEATURE_BACKFIELD' EXPORTING FEATURE = 'P0559' STRUC_CONTENT = is_pme04 KIND_OF_ERROR = '4' IMPORTING BACK = lv_varky.

POPUP_TO_CONFIRM_LOSS_OF_DATA call function 'POPUP_TO_CONFIRM_LOSS_OF_DATA' EXPORTING TEXTLINE1 = TEXT-LN1 TEXTLINE2 = TEXT-LN2 TITEL = TEXT-TNW IMPORTING ANSWER = cv_answer_for_popup.

POPUP_GET_VALUES CALL FUNCTION 'POPUP_GET_VALUES' EXPORTING POPUP_TITLE = TEXT-TPW IMPORTING RETURNCODE = cv_answer_for_popup TABLES FIELDS = lt_sval.

DEQUEUE_EPPRELE CALL FUNCTION 'DEQUEUE_EPPRELE' EXPORTING pernr = cv_pre_pernr.

ENQUEUE_EPPRELE CALL FUNCTION 'ENQUEUE_EPPRELE' EXPORTING pernr = iv_pernr EXCEPTIONS FOREIGN_LOCK = 1 SYSTEM_FAILURE = 2 OTHERS = 3.



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