PPC_INTERNAL_TEST_BACKFLUSH is a standard Executable ABAP Report 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 PPC_INTERNAL_TEST_BACKFLUSH 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.
Selection Text: PA_RESQ1 = Quantity
Selection Text: PA_RESM3 = Unit of Measure
Selection Text: PA_RESM2 = Unit of Measure
Selection Text: PA_RESM1 = Unit of Measure
Selection Text: PA_RES3 = Resource
Selection Text: PA_RES2 = Resource
Selection Text: PA_CL1 = D Class
Selection Text: PA_BUDAT = Posting Date
Selection Text: PA_ACT3 = Activity
Selection Text: PA_ACT2 = Activity
Selection Text: PA_ACT1 = Activity
Selection Text: PA_COMW1 = D Plant
Selection Text: PA_COMS3 = Target Quantity
Selection Text: PA_COMS2 = Target Quantity
Selection Text: PA_COMS1 = Target Quantity
Selection Text: PA_COMQ3 = Quantity
Selection Text: PA_COMQ2 = Quantity
Selection Text: PA_COMQ1 = Quantity
Selection Text: PA_COMP3 = D Material
Selection Text: PA_COMP2 = D Material
Selection Text: PA_COMP1 = D Material
Selection Text: PA_COMM3 = Unit of Measure
Selection Text: PA_COMM2 = Unit of Measure
Selection Text: PA_COMM1 = Unit of Measure
Selection Text: PA_CLTP3 = D Class Type
Selection Text: PA_CLTP2 = D Class Type
Selection Text: PA_CLTP1 = D Class Type
Selection Text: PA_CL3 = D Class
Selection Text: PA_CL2 = D Class
Selection Text: PA_RESQ2 = Quantity
Selection Text: PA_KOMP = Post Components
Selection Text: PA_KDPOS = D Sales Order Item
Selection Text: PA_KDAUF = D Sales Order
Selection Text: PA_GOOD = Backflush
Selection Text: PA_COMW3 = D Plant
Selection Text: PA_COMW2 = D Plant
Selection Text: PA_LEIST = Post Activities
Selection Text: PA_LNDUM = Use Dummy Report. Points (1-3)
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
BAPI_MNFCTCONFRCVR_RECEIVE call function 'BAPI_MNFCTCONFRCVR_RECEIVE' importing return = return tables it_apoheads = lt_head it_apocomplists = lt_comp it_apoactlists = lt_act.
PPC1IP_RES_CONVERT call function 'PPC1IP_RES_CONVERT' exporting if_res_name = id_res if_res_class_ext = id_class if_res_class_type = id_classtype importing ef_res_guid = ld_guid exceptions others = 4.
PPC1IP_RES_CONVERT call function 'PPC1IP_RES_CONVERT' exporting if_res_name = id_res importing ef_res_guid = ld_guid exceptions others = 4.
PPC1IP_MOD_CONVERT call function 'PPC1IP_MOD_CONVERT' exporting if_act_name = id_act if_mod_num = id_mode if_act_class_ext = id_class if_act_class_type = id_classtype importing ef_mod_guid = ld_guid exceptions others = 5.
PPC1IP_MOD_CONVERT call function 'PPC1IP_MOD_CONVERT' exporting if_act_name = id_act if_mod_num = id_mode importing ef_mod_guid = ld_guid exceptions others = 5.
BAPI_MNFCTCONFRCVR_RPV_RECEIVE call function 'BAPI_MNFCTCONFRCVR_RPV_RECEIVE' exporting lineheader = is_head-line_header lheadername = 'ABCDEF' lineversion = is_head-line_version tables reppoints = lt_reppoints.
PPELIHDR_READ_SINGLE * call function 'PPELIHDR_READ_SINGLE' * exporting * iv_ppeguid = ld_ppeguid * importing * et_ppeobj = lt_ppeobj * exceptions * others = 2.
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 PPC_INTERNAL_TEST_BACKFLUSH or its description.
PPC_INTERNAL_TEST_BACKFLUSH - INTERNAL - Generation of a Backflush for the APO Scenario - INTERNAL PPC_INTERNAL_TEST_BACKFLUSH - INTERNAL - Generation of a Backflush for the APO Scenario - INTERNAL PPC_HEADRECS_COMPARE - Checks existence of and process flags for records in APO and R/3 PPC_HEADRECS_COMPARE - Checks existence of and process flags for records in APO and R/3 PPC_DELETE_CORRUPT - Deletes corrupt entries in the PPC table PPC_DELETE_CORRUPT - Deletes corrupt entries in the PPC table