RV56ABST 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 RV56ABST 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: HULFGEN = Generate delivery item for HUs
Selection Text: INVOICE = Carry out billing
Selection Text: PM_VERSL = Handling unit (from delivery)
Selection Text: PM_VERST = Handling unit (from shipment)
Selection Text: PM_DPROF = D .
Selection Text: PM_FAKT = D .
Selection Text: PM_LIEF = D .
Selection Text: PM_NACV2 = D .
Selection Text: PM_NACV3 = D .
Selection Text: PM_NACV7 = D .
Selection Text: PM_NAV6L = D .
Selection Text: PM_NAV6T = D .
Selection Text: PM_RFPRT = D .
Selection Text: PM_TRAN = D .
Selection Text: PM_VERV2 = D .
Selection Text: PM_VERV3 = D .
Selection Text: PM_VERV7 = D .
Selection Text: PM_VEV6L = D .
Selection Text: PM_VEV6T = D .
Selection Text: P_VHART = D .
Selection Text: P_VHILM = D .
Selection Text: RG_KSCV2 = D .
Selection Text: RG_KSCV3 = D .
Selection Text: RG_KSCV7 = D .
Selection Text: RG_KSV6L = D .
Selection Text: RG_KSV6T = D .
Selection Text: ERWWA = GI for non-mvmnt-rlvnt dlvrs
Selection Text: BPGI_VAR = Batch variant
Title: Control of Activities when Setting a Status in the Shipment
Text Symbol: 003 = Print output after save
Text Symbol: BGI = Carry out goods issue posting in background
Text Symbol: FAK = Messages about invoices
Text Symbol: HUD = Messages about deliv. handling units
Text Symbol: HUM = Identification of handling unit to which data is to refer
Text Symbol: HUT = Messages about shipment handling units
Text Symbol: INV = Bill deliveries of shipment during save
Text Symbol: LGA = Always issue log after save
Text Symbol: LGE = Issue log if errors or warnings occur
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
SD_SHIPMENT_MAINTAIN_POPUP CALL FUNCTION 'SD_SHIPMENT_MAINTAIN_POPUP' TABLES c_fields_only_display = s_disply c_fields_required = s_requir c_fields_ready_for_input = s_input.
RS_VARIANT_SCREEN CALL FUNCTION 'RS_VARIANT_SCREEN' EXPORTING report = 'RV56BPGI'.
RS_VARIANT_CATALOG CALL FUNCTION 'RS_VARIANT_CATALOG' EXPORTING report = 'RV56BPGI' IMPORTING sel_variant = bpgi_var.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.