SAP Reports / Programs | Payroll | Australia | Public Sector(PY-AU-PS) SAP PY

RPLPBSQ3_FORM SAP ABAP INCLUDE - Include RPCPBSQ7_FORM







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


Text pool values


Title: Include RPCPBSQ7_FORM
Text Symbol: 001 = Total additional insurance:
Text Symbol: 005 = Upload platform:
Text Symbol: 008 = Download options
Text Symbol: 010 = Application Server
Text Symbol: 011 = Workstation (PC)
Text Symbol: 016 = Dataset directory
Text Symbol: 017 = Dataset name
Text Symbol: 020 = Details provided by COMSUPER:
Text Symbol: 021 = Agency Id
Text Symbol: 022 = Record Identifier


INCLUDES used within this REPORT RPLPBSQ3_FORM

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:

HR_READ_PLANNED_COMPENSATION CALL FUNCTION 'HR_READ_PLANNED_COMPENSATION' EXPORTING P_MOLGA = '13' P_INDDA = P_BEGDA P_POSITION = P_OBJID * P_JOB = PSYST-STELL IMPORTING P_P1005 = I1005 EXCEPTIONS * no_active_plvar_found = 1 * more_than_one_record_found = 2 * no_record_found = 3 OTHERS = 4.

HR_READ_FOREIGN_OBJECT_TEXT CALL FUNCTION 'HR_READ_FOREIGN_OBJECT_TEXT' EXPORTING * OTYPE = 'S ' "XFYK039565 OTYPE = P_OTYPE OBJID = P_OBJID BEGDA = PCHBEGDA ENDDA = PCHENDDA IMPORTING SHORT_TEXT = PLANS_SHORT OBJECT_TEXT = PLANS_STEXT RETURN = READ_RETURN EXCEPTIONS NOTHING_FOUND = 1 WRONG_OBJECTTYPE = 2 MISSING_COSTCENTER_DATA = 3 MISSING_OBJECT_ID = 4 OTHERS = 5.

REUSE_ALV_EVENTS_GET CALL FUNCTION 'REUSE_ALV_EVENTS_GET' EXPORTING I_LIST_TYPE = 1 IMPORTING ET_EVENTS = E03_LT_EVENTS.

REUSE_ALV_BLOCK_LIST_INIT CALL FUNCTION 'REUSE_ALV_BLOCK_LIST_INIT' EXPORTING I_CALLBACK_PROGRAM = G_REPID I_CALLBACK_PF_STATUS_SET = 'STANDARD_02'.

REUSE_ALV_BLOCK_LIST_HS_APPEND CALL FUNCTION 'REUSE_ALV_BLOCK_LIST_HS_APPEND' EXPORTING IS_LAYOUT = GS_LAYOUT IT_FIELDCAT = GT_FIELDCAT[] IS_KEYINFO = GS_KEYINFO I_HEADER_TABNAME = G_TABNAME_HEADER I_ITEM_TABNAME = G_TABNAME_ITEM IT_EVENTS = GT_EVENTS[] I_TEXT = TEXT-001 TABLES T_OUTTAB_HEADER = GT_HEAD T_OUTTAB_ITEM = GT_ITEM.

REUSE_ALV_BLOCK_LIST_APPEND CALL FUNCTION 'REUSE_ALV_BLOCK_LIST_APPEND' EXPORTING IS_LAYOUT = GS_LAYOUT_LEAVE IT_FIELDCAT = GT_FIELDCAT_LEAVE[] I_TABNAME = 'GT_LEAVE' IT_EVENTS = GT_EVENTS_LEAVE[] * IT_SORT = * I_TEXT = ' ' TABLES T_OUTTAB = GT_LEAVE EXCEPTIONS PROGRAM_ERROR = 1 MAXIMUM_OF_APPENDS_REACHED = 2 OTHERS = 3 .

REUSE_ALV_BLOCK_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_BLOCK_LIST_DISPLAY' EXPORTING IS_PRINT = GT_PRINT.

STRING_CENTER CALL FUNCTION 'STRING_CENTER' EXPORTING STRING = P_REPORT_NAME "center report_name IMPORTING CSTRING = P_CREPORT_NAME.

HR_PAL_NODE_ADD CALL FUNCTION 'HR_PAL_NODE_ADD' EXPORTING i_relatkey = obj_pal_log->c_root_node i_node_txt = l_node_label i_categ_id = c_pal_categids-ae_item IMPORTING e_node_key = obj_pal_log->g_node_key EXCEPTIONS OTHERS = 99.

HR_PAL_NODE_ADD_ROW CALL FUNCTION 'HR_PAL_NODE_ADD_ROW' EXPORTING i_node_key = obj_pal_log->g_node_key i_row_data = l_row_data EXCEPTIONS OTHERS = 99.

HR_PAL_NODE_ADD CALL FUNCTION 'HR_PAL_NODE_ADD' EXPORTING i_relatkey = obj_pal_log->c_root_node i_node_txt = l_node_label i_categ_id = c_pal_categids-ae_leave IMPORTING e_node_key = obj_pal_log->g_node_key EXCEPTIONS OTHERS = 99.

HR_PAL_NODE_ADD_ROW CALL FUNCTION 'HR_PAL_NODE_ADD_ROW' EXPORTING i_node_key = obj_pal_log->g_node_key i_row_data = l_leave_data EXCEPTIONS OTHERS = 99.



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