RL_CREATE_PURCH_ORDERS 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 RL_CREATE_PURCH_ORDERS into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
RL07 - Purchase Order for Ret. Packaging
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: S_ACHOL = D Exchange partner
Selection Text: S_ACMAN = D Location
Selection Text: S_ACMNTY = D Location partner type
Selection Text: S_BUKRS = D Company Code
Selection Text: S_MATNR = D Returnable packaging
Selection Text: S_ACHLTY = D Exch.partner part. type
Selection Text: P_PPSEL = D Main relshp only
Selection Text: P_TSTRUN = D Test run
Selection Text: S_ACCTNO = D Returnable packaging account
Title: Creation of Purchase Orders for Returnable Packaging
Text Symbol: 001 = Account data
INCLUDE RL_CREATE_PURCH_ORDERS_TOP . "
INCLUDE RL_CREATE_PURCH_ORDERS_FS1.
No SAP DATABASE tables are accessed within this REPORT code!
RLRPPL_A_CREATE_MANY_PURCH_ORD CALL FUNCTION 'RLRPPL_A_CREATE_MANY_PURCH_ORD' EXPORTING it_acctno = gt_acctno i_testrun = p_tstrun EXCEPTIONS x_no_display_of_appl_log = 1 * 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.
RL_CREATE_PURCH_ORDERS - Creation of Purchase Orders for Returnable Packaging RL_CREATE_PURCH_ORDERS - Creation of Purchase Orders for Returnable Packaging RL_CREATE_INIT_ACST_TOP - RLCREATEINITACSTTOP RL_CREATE_INIT_ACST_SEL - RLCREATEINITACSTSEL RL_CREATE_INIT_ACST_F01 - RLCREATEINITACSTF01 RL_CREATE_INIT_ACST - Creation of initial statements