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

RPCRIEI3_ALV SAP ABAP INCLUDE - RPCRIEI3ALV







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

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:

ICON_CREATE CALL FUNCTION 'ICON_CREATE' "ACC30 >>> EXPORTING name = 'ICON_DISPLAY_MORE' text = text-077 info = text-077 IMPORTING RESULT = SELO EXCEPTIONS OTHERS = 0. "ACC30 <<<

ICON_CREATE CALL FUNCTION 'ICON_CREATE' "ACC30 >>> EXPORTING name = 'ICON_ENTER_MORE' text = text-077 info = text-077 IMPORTING RESULT = SELO EXCEPTIONS OTHERS = 0. "ACC30 <<<

RP_OPTIONS_INTO_STRING CALL FUNCTION 'RP_OPTIONS_INTO_STRING' EXPORTING MAX_CHOSEN_NUMBER = 10 DELIMITER_SIGN = '/' TEXT_TITLE = TEXT-078 TEXT_LEFT = TEXT-079 TEXT_RIGHT = TEXT-080 STATUS = 'ORDER' * TEXT_OBJECT = IMPORTING RETURN_CODE = RETCODE TABLES TEXT_SYMBOL_RELATION_TAB = SEL_TAB CHANGING STRING_VALUE = P_SRTKEY EXCEPTIONS TABLE_STRING_INCONSISTENCY = 1 UNKNOWN_STATUS = 2 OTHERS = 3.

GENERATE_REPORT_NAMES CALL FUNCTION 'GENERATE_REPORT_NAMES' "XFEP30K144904 EXPORTING MOLGA = MOLGA PROCL = 'C' SHORT_NAME = 'LGA0' * HR_PROCL = 'C' IMPORTING NAME = P_RX_IMP EXCEPTIONS MOLGA_NOT_EXISTS = 1 PROCL_NOT_EXISTS = 2 MOLGA_CANNOT_USED_WITH_PROCL_T = 3 SHORT_NAME_NOT_ACCEPTED = 4 OTHERS = 5.

RP_EVALUATION_PERIODS CALL FUNCTION 'RP_EVALUATION_PERIODS' EXPORTING LAST_DAY_IN_PERIOD = LAST_DAY_IN_PERIOD RETROCALCULATED_DAY = RRDATE LAST_CALCULATED_DAY = LAST_DAY_CALC TABLES DIR = RGDIR EVP = EVP EXCEPTIONS RGDIR_EMPTY = 8.

RK_KOKRS_FIND * call function 'RK_KOKRS_FIND' * exporting * bukrs = satz-bukrs * gsber = satz-gsber * importing * kokrs = rk-kokrs * exceptions * assignment_not_allowed * insufficient_input * no_kokrs_assigned * no_kokrs_for_bukrs * no_kokrs_for_bu_gb * wrong_kokrs_for_bukrs * wrong_kokrs_for_bu_gb.

HRCA_CONTROLLINGAREA_FIND CALL FUNCTION 'HRCA_CONTROLLINGAREA_FIND' "vit-19980707 EXPORTING COMPANYCODE = SATZ-BUKRS BUSINESSAREA = SATZ-GSBER IMPORTING CONTRLAREA = RK-KOKRS EXCEPTIONS NOT_FOUND. "vit-19980707

RK_KOSTL_CHECK * call function 'RK_KOSTL_CHECK' * exporting * datum = begda * kokrs = rk-kokrs * kostl = kostl * spras = sy-langu * v_bukrs = satz-bukrs * v_gsber = satz-gsber * importing * ktext = rk-ktext ** error_occurred = sy-subrc "XFEP30K085505 "XFEP30K125381 * exceptions * kostl_not_complete = 1 * kostl_not_found = 2 * text_not_found = 3 * wrong_bukrs = 4 * wrong_gsber = 5.

HRCA_COSTCENTER_TEXT CALL FUNCTION 'HRCA_COSTCENTER_TEXT' "vit-19980506 EXPORTING CONTROLLINGAREA = RK-KOKRS COSTCENTER = KOSTL READ_DATE = BEGDA LANGUAGE = SY-LANGU IMPORTING NAME = RK-KTEXT EXCEPTIONS NOTHING_FOUND.

WS_HR_DOWNLOAD * CALL FUNCTION 'WS_HR_DOWNLOAD' * EXPORTING * FILENAME = FILENAME * test_flag * protocol * data_struc * TABLES * DATA_TAB = TBDATA * FIELDNAMES = TBFIELDS.

HR_99S_DOWNLOAD CALL FUNCTION 'HR_99S_DOWNLOAD' EXPORTING * P_BIN_FILESIZE = P_INITIAL_DIRECTORY = '' P_FILENAME = filename P_FILETYPE = 'ASC' * P_WRITE_LF = P_FSDIALOG = '' * IMPORTING * P_FILELENGTH = * P_FULLPATH = TABLES DATA_TAB = TBDATA * EXCEPTIONS * FILE_SAVE_DIALOG = 1 * FILE_WRITE_ERROR = 2 * NO_BATCH = 3 * GUI_REFUSE_FILETRANSFER = 4 * INVALID_TYPE = 5 * UNKNOWN_ERROR = 6 * WRONG_TAB_FORMAT = 7 * OTHERS = 8 .



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