SAP Reports / Programs

SD70AV7A SAP ABAP Report - Messages for Shipments







SD70AV7A 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 SD70AV7A into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

VT70 - Output for Shipments


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 SD70AV7A. "Basic submit
SUBMIT SD70AV7A AND RETURN. "Return to original report after report execution complete
SUBMIT SD70AV7A 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: RG_TKNUM = D .
Selection Text: RG_NAV6T = D .
Selection Text: RG_NAV6L = D .
Selection Text: RG_NACV7 = D .
Selection Text: RG_NACV3 = D .
Selection Text: RG_NACV2 = D .
Selection Text: RG_KSV6T = D .
Selection Text: RG_KSV6L = D .
Selection Text: RG_KSCV7 = D .
Selection Text: RG_KSCV3 = D .
Selection Text: RG_KSCV2 = D .
Selection Text: PM_VERV7 = D .
Selection Text: PM_TRAN = D .
Selection Text: PM_TPLST = D .
Selection Text: PM_RFPRT = D .
Selection Text: PM_PARVW = D .
Selection Text: PM_PARNR = D .
Selection Text: PM_LIEF = D .
Selection Text: PM_FAKT = D .
Selection Text: PM_DPROF = D .
Selection Text: PM_DPABF = D .
Selection Text: PM_VERST = Handling unit (from shipment)
Selection Text: PM_VERSL = Handling unit (from delivery)
Title: Messages for Shipments
Text Symbol: 016 = Partners
Text Symbol: 014 = Messages about invoices
Text Symbol: 013 = Messages about deliv. handling units
Text Symbol: 012 = Messages about delivery
Text Symbol: 011 = Messages about shipment handling units
Text Symbol: 010 = Messages about shipment
Text Symbol: 005 = Printer Control
Text Symbol: 004 = Processing Mode
Text Symbol: 003 = Output Data
Text Symbol: 002 = Shipment Data


INCLUDES used within this REPORT SD70AV7A

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:

RV_HELP CALL FUNCTION 'RV_HELP' EXPORTING key = appl number = '035' IMPORTING field = field.

SD_SHIPMENT_F4_HELP CALL FUNCTION 'SD_SHIPMENT_F4_HELP' EXPORTING i_opt_restricted = space CHANGING c_tknum_range = rg_tknum[] c_tknum = rg_tknum-low.

SD_SHIPMENT_F4_HELP CALL FUNCTION 'SD_SHIPMENT_F4_HELP' EXPORTING i_opt_restricted = space CHANGING c_tknum_range = rg_tknum[] c_tknum = rg_tknum-high.

SD_ALL_MESSAGES_FOR_SHIPMENTS CALL FUNCTION 'SD_ALL_MESSAGES_FOR_SHIPMENTS' EXPORTING pm_dpabf = pm_dpabf pm_tplst = pm_tplst pm_parvw = pm_parvw pm_parnr = pm_parnr pm_tran = pm_tran pm_verv7 = pm_verv7 pm_verst = pm_verst pm_vev6t = pm_vev6t pm_lief = pm_lief pm_verv2 = pm_verv2 pm_versl = pm_versl pm_vev6l = pm_vev6l pm_fakt = pm_fakt pm_verv3 = pm_verv3 pm_dprof = pm_dprof pm_rfprt = pm_rfprt TABLES rg_tknum = rg_tknum rg_kscv7 = rg_kscv7 rg_ksv6t = rg_ksv6t rg_kscv2 = rg_kscv2 rg_ksv6l = rg_ksv6l rg_kscv3 = rg_kscv3 rg_nacv7 = rg_nacv7 rg_nav6t = rg_nav6t rg_nacv2 = rg_nacv2 rg_nav6l = rg_nav6l rg_nacv3 = rg_nacv3 EXCEPTIONS no_messages_exist = 1 invalid_shipment_ranges = 2 partnerrole_missing = 3 OTHERS = 4.

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'PROFILNAME' dynpprog = 'SD70AV7A' dynpnr = '1000' dynprofield = 'PM_DPROF' * STEPL = 0 * WINDOW_TITLE = * VALUE = ' ' value_org = 'S' * MULTIPLE_CHOICE = ' ' * DISPLAY = ' ' * CALLBACK_PROGRAM = ' ' * CALLBACK_FORM = ' ' TABLES value_tab = gt_value_tab * FIELD_TAB = * RETURN_TAB = * DYNPFLD_MAPPING = * EXCEPTIONS * PARAMETER_ERROR = 1 * NO_VALUES_FOUND = 2 * OTHERS = 3 .



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