SAP Reports / Programs | Personnel Management | Personnel Administration | Italy(PA-PA-IT) SAP PA

RPCDM1I2 SAP ABAP INCLUDE - documentation and ABAP source code







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

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:

CD_READ_RGDIR CALL FUNCTION 'CD_READ_RGDIR' "CdV attività post review EXPORTING persnr = cid TABLES in_rgdir = rgdir EXCEPTIONS no_record_found = 1.

POPUP_CONTINUE_YES_NO CALL FUNCTION 'POPUP_CONTINUE_YES_NO' EXPORTING defaultoption = 'Y' textline1 = text-010 textline2 = text-011 titel = text-015 start_column = 25 start_row = 6 IMPORTING answer = risp.

POPUP_TO_DISPLAY_TEXT CALL FUNCTION 'POPUP_TO_DISPLAY_TEXT' EXPORTING titel = text-016 textline1 = text-017 textline2 = text-018 start_column = 25 start_row = 6.

HRCA_COMPANYCODE_GETDETAIL CALL FUNCTION 'HRCA_COMPANYCODE_GETDETAIL' EXPORTING companycode = l_bukrs "tabella_valori-modmn language = sy-langu IMPORTING comp_name = hrca_company-comp_name vat_reg_no = hrca_company-vat_reg_no EXCEPTIONS not_found = 1 OTHERS = 2. "and-19980707

RP_GET_CURRENCY CALL FUNCTION 'RP_GET_CURRENCY' EXPORTING molga = p_calcmolga begda = p_fbeg IMPORTING waers = p_calc_currency EXCEPTIONS molga_not_in_t001p = 1 no_entry_found_in_table_t001 = 2 no_entry_found_in_table_t500p = 3 no_entry_found_in_table_t500c = 4 OTHERS = 5.

HELP_VALUES_GET_WITH_TABLE CALL FUNCTION 'HELP_VALUES_GET_WITH_TABLE' EXPORTING fieldname = 'MODMN' tabname = 'T5IT1P' titel = 'Codice Raggruppamento' "#EC NOTEXT IMPORTING select_value = societa TABLES fields = tab_fields valuetab = tab_values EXCEPTIONS field_not_in_ddic = 1 more_then_one_selectfield = 2 no_selectfield = 3 OTHERS = 4.

CONVERT_TO_LOCAL_CURRENCY CALL FUNCTION 'CONVERT_TO_LOCAL_CURRENCY' EXPORTING date = fbeg foreign_amount = valore foreign_currency = foreign_currency local_currency = local_currency IMPORTING local_amount = p_amount EXCEPTIONS no_rate_found = 01 overflow = 02.

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING text = progress_text EXCEPTIONS OTHERS = 1.

HR_99S_GET_PERMO CALL FUNCTION 'HR_99S_GET_PERMO' EXPORTING p_abkrs = p0001-abkrs IMPORTING p_t549a = l_t549a p_return_code = l_ret_code.



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