SAP Reports / Programs | Logistics Execution | Transportation(LE-TRA) SAP LE

RV56ABST SAP ABAP Report - Control of Activities when Setting a Status in the Shipment







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


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





Text Symbol: LGN = Do not issue log (even if there are errors or warnings)
Text Symbol: LGS = Save Log (Display Using Transaction VT05)
Text Symbol: LIE = Messages about delivery
Text Symbol: LOG = Issue log during save of shipment
Text Symbol: MNT = Maintain
Text Symbol: NGI = No goods issue posting
Text Symbol: PGI = Carry out goods issue posting during save
Text Symbol: POP = Dialog box for fast entry during setting of status
Text Symbol: PRO = Printer Control
Text Symbol: PSH = Fld Selectn
Text Symbol: SAV = Further functions when saving shipment
Text Symbol: TRA = Messages about shipment
Text Symbol: VAR = Background proc.variant
Text Symbol: WAB = Post goods issue for deliveries of shipment


INCLUDES used within this REPORT RV56ABST

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:

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.



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