ROIH_SPLIT_ST 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 ROIH_SPLIT_ST 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: S_SIMUL = Simulate (no post)
Selection Text: NF_TYPE = NF Types
Selection Text: NF_NFNUM = NF numbers
Selection Text: NF_DATE = Notas fiscais posted between
Selection Text: NFTYPESP = Use reference NF for NF Types
Selection Text: NFDOCNUM = NF document numbers
Selection Text: NFBRANCH = Branches
Title: batch job template for Brazil tax re-posting (ST refinery) M.Pollak
Text Symbol: 031 = Purchase
Text Symbol: 032 = GR consignment
Text Symbol: 033 = GR future delivery
Text Symbol: 034 = ICMS Provision:
Text Symbol: 035 = ICMS Credit:
Text Symbol: 036 = Vendor:
Text Symbol: 037 = Sub. Trib. Type:
Text Symbol: 038 = Total ICMS:
Text Symbol: 040 = Incoming Transfer
Text Symbol: 041 = Purchase source not relevant for calculations
Text Symbol: 042 = Complement:
Text Symbol: 043 = ICMS ST In Transit:
Text Symbol: 044 = ICMS ST Transfer Incoming:
Text Symbol: 045 = Branch:
Text Symbol: 046 = Supplying Plant
Text Symbol: 047 = Accounting doc. number
Text Symbol: 048 = Total Documents processed:
Text Symbol: 049 = Docs posted successfully:
Text Symbol: 050 = Docs not posted or posted w/ errors:
Text Symbol: 051 = NF w/ problems:
Text Symbol: E01 = No Nota Fiscal with refinery S.T. was found
Text Symbol: E02 = Split accounting document already exist with references
Text Symbol: 001 = Doc. NF number:
Text Symbol: 002 = Item NF:
Text Symbol: 003 = Customer:
Text Symbol: 004 = Paid to refinery:
Text Symbol: 005 = Distribution amount:
Text Symbol: 006 = Reselling/Customer Amount:
Text Symbol: 007 = Reimbursement:
Text Symbol: 008 = Product:
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
J_1B_PLANT_READ CALL FUNCTION 'J_1B_PLANT_READ' EXPORTING plant = nf_item-werks IMPORTING plant_record = plant_record.
J_1B_PLANT_READ * call function 'J_1B_PLANT_READ' * exporting * plant = nf_header-parid+4(4) * importing * plant_record = plant_record2.
BAPI_ACC_GL_POSTING_POST CALL FUNCTION 'BAPI_ACC_GL_POSTING_POST' EXPORTING documentheader = documentheader IMPORTING obj_type = obj_type obj_key = obj_key obj_sys = obj_sys TABLES accountgl = accountgl currencyamount = currencyamount return = return extension1 = extension1."Contains tax code and tax
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
ROIH_SPLIT_ST - batch job template for Brazil tax re-posting (ST refinery) M.Pollak ROIH_SPLIT_ST - batch job template for Brazil tax re-posting (ST refinery) M.Pollak ROIH_J_1BNFPR - Nota Fiscal Printing ROIH_J_1BNFPR - Nota Fiscal Printing ROIH_J_1BNFPI - Include for Nota Fiscal print ROIH_CONSTANTS - Common Constants using in TDP Status changing reports