SAP Reports / Programs | Production Backflush | Industry Solution Automotive | Production Backflush(IS-A-PPC) SAP IS

PPC_INTERNAL_TEST_BACKFLUSH SAP ABAP Report - INTERNAL - Generation of a Backflush for the APO Scenario - INTERNAL







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


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





Selection Text: PA_LSI1 = Lot-Size-Independent
Selection Text: PA_LSI2 = Lot-Size-Independent
Selection Text: PA_LSI3 = Lot-Size-Independent
Selection Text: PA_MATNR = Material Number of Order
Selection Text: PA_MODE1 = Mode
Selection Text: PA_MODE2 = Mode
Selection Text: PA_MODE3 = Mode
Selection Text: PA_ORDER = APO Planned Order
Selection Text: PA_QUANT = D Backfl.Qty for HeadMat
Selection Text: PA_RES1 = Resource
Selection Text: PA_ZPNKT = D Action Point
Selection Text: PA_WERKS = D Plant
Selection Text: PA_WE = Additional Goods Receipt
Selection Text: PA_VERID = D Production Version
Selection Text: PA_UNAME = D User
Selection Text: PA_SCRAP = Scrap Backflush
Selection Text: PA_REVER = Reverse Posting
Selection Text: PA_RESS3 = Target Quantity
Selection Text: PA_RESS2 = Target Quantity
Selection Text: PA_RESS1 = Target Quantity
Selection Text: PA_RESQ3 = Quantity
Title: INTERNAL - Generation of a Backflush for the APO Scenario - INTERNAL
Text Symbol: 100 = Components
Text Symbol: 101 = Activities
Text Symbol: 102 = Backflush Data
Text Symbol: A01 = Activity 1
Text Symbol: A02 = Activity 2
Text Symbol: A03 = Activity 3
Text Symbol: C01 = Component 1
Text Symbol: C02 = Component 2
Text Symbol: C03 = Component 3
Text Symbol: H01 = Reference obj.
Text Symbol: H02 = Header Data
Text Symbol: H03 = Execution Type


INCLUDES used within this REPORT PPC_INTERNAL_TEST_BACKFLUSH

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:

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.



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