SAP Reports / Programs

RPU255H0 SAP ABAP Report - Setting field "Under the age 25 or over the age 55" of IT0164







RPU255H0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for By using this program you can set the value of the field Under the age 25 or above the age 55 in infotype Contributions H (0164) based on the Date of birth in infotype Personal data (0002) ...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter RPU255H0 into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

PC00_M21_RPU255H0 - IT0164 25-55 utility prog. settings


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


Text pool values


Selection Text: P_GROUP = Batch input session name
Selection Text: P_HOLD = Lock batch input session until
Selection Text: P_KEEP = Keep session processed
Selection Text: P_TESZT = Test mode
Title: Setting field "Under the age 25 or over the age 55" of IT0164
Text Symbol: BLK = Selection criteria
Text Symbol: MAP = Session entry created
Text Symbol: MAS = Other allow. exists
Text Symbol: OK_ = OK


INCLUDES used within this REPORT RPU255H0

RPISZGH0_FORM.


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_PAL_CREATE_NODE_CATEG CALL FUNCTION 'HR_PAL_CREATE_NODE_CATEG' EXPORTING i_categ_id = 'MYCAT' * i_structure_name = 'P21_PS_SZABBETOLT' * I_WITH_MSG_FIELDS = * I_MSG_TEXT_POS = * I_ICON_LTEXT_POS = it_fieldcat = gt_fieldcat[] * IT_SORT = i_save = 'A' is_variant = gs_variant * I_DEFAULT = 'X' * IS_LAYOUT = * I_S_PRINT_OPTIONS = * I_TREE_SORT = * I_CLBK = * I_ROWMARK = * IS_PUSHBUTTONS = * I_NEW_PAGE = * I_RTTC = EXCEPTIONS program_error = 1 OTHERS = 2.

HR_PAL_NODE_ADD CALL FUNCTION 'HR_PAL_NODE_ADD' EXPORTING i_relatkey = 'ROOT' i_node_txt = gv_node_text * I_NODE_LABEL = * I_LABEL_IS_QINFO = * I_ICON = * I_QUICKINFO = i_categ_id = 'MYCAT' * I_SORT_CONTEXT = * I_HEADER_NODES = * I_EXPAND = IMPORTING e_node_key = gv_node_key EXCEPTIONS program_error = 1 OTHERS = 2.

HR_PAL_NODE_ADD * CALL FUNCTION 'HR_PAL_NODE_ADD' * EXPORTING * i_relatkey = 'ROOT' * i_node_txt = gv_node_text ** I_NODE_LABEL = ** I_LABEL_IS_QINFO = ** I_ICON = ** I_QUICKINFO = * i_categ_id = 'MYCAT' ** I_SORT_CONTEXT = ** I_HEADER_NODES = ** I_EXPAND = * IMPORTING * e_node_key = gv_node_key * EXCEPTIONS * program_error = 1 * OTHERS = 2.

HR_PAL_NODE_ADD_ROW CALL FUNCTION 'HR_PAL_NODE_ADD_ROW' EXPORTING i_node_key = gv_node_key i_row_data = gt_eredmeny EXCEPTIONS program_error = 1 OTHERS = 2.

HR_PAL_LOG_DISPLAY CALL FUNCTION 'HR_PAL_LOG_DISPLAY' EXPORTING i_s_display_profile = gs_prof * I_S_FLAT_PROFILE = EXCEPTIONS program_error = 1 no_logs = 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 RPU255H0 or its description.