MFIAPSA_ADPREQ_PBO 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 MFIAPSA_ADPREQ_PBO into the relevant SAP transactions such as SE38 or SE80
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.
Title: Include MFIGLSA_ADVPAYMREQ_PBO
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
HRCA_GETEMPLOYEEDATA_FROMUSER CALL FUNCTION 'HRCA_GETEMPLOYEEDATA_FROMUSER' DESTINATION gc_rfcdest EXPORTING username = sy-uname validbegin = sy-datum IMPORTING employeenumber = pernr employmentstatus = lv_state EXCEPTIONS user_not_found = 1 countrygrouping_not_found = 2 infty_not_found = 3 call_others = 4 system_failure = 5 MESSAGE lv_mesg communication_failure = 6 MESSAGE lv_mesg OTHERS = 7.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
MFIAPSA_ADPREQ_PBO - Include MFIGLSA_ADVPAYMREQ_PBO MFIAPSA_ADPREQ_PAI - Include MFIGLSA_ADVPAYMREQ_PAI MFIAPSA_ADPREQ_GLOBDATA - Include MFIGLSA_ADVPAYMREQ_GLOBDATA MFIAPSA_ADPREQ_FORMS - Include MFIGLSA_ADVPAYMREQ_FORMS MFG_IPAC_USE_ALV_DISPLAY_RPF01 - Include MFG_IPAC_USE_ALV_DISPLAY_RPF01 MFG_BL_YRCL_IMG2_SET_TABLE_F01 - Include MFG_BL_YRCL_IMG2_SET_TABLE_F01