SAP Reports / Programs

RVDELSTA SAP ABAP Report - Redetermination of the Status in the Delivery







RVDELSTA 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 RVDELSTA 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 RVDELSTA. "Basic submit
SUBMIT RVDELSTA AND RETURN. "Return to original report after report execution complete
SUBMIT RVDELSTA 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: P_TEST = Simulation
Selection Text: DELIVERY = Delivery
Title: Redetermination of the Status in the Delivery
Text Symbol: 020 = inc
Text Symbol: 019 = Unchecked Delivery -No Redetermination of Status
Text Symbol: 018 = TextID
Text Symbol: 017 = -Item
Text Symbol: 016 = Funct
Text Symbol: 015 = for Fld
Text Symbol: 014 = Incompleteness
Text Symbol: 013 = Header Incompletion
Text Symbol: 012 = Inserted
Text Symbol: 011 = Updated
Text Symbol: 010 = Removed
Text Symbol: 009 = Changed By
Text Symbol: 008 = Status
Text Symbol: 007 = Hdr Status
Text Symbol: 006 = Changes made in the database
Text Symbol: 005 = Simulation - no change in the database
Text Symbol: 004 = No change(s) necessary
Text Symbol: 003 = Delivery was not changed due to errors
Text Symbol: 002 = Delivery
Text Symbol: 001 = No deliveries in selection area


INCLUDES used within this REPORT RVDELSTA

INCLUDE VBLKDATA.
INCLUDE VBLPDATA.
INCLUDE VBUPDATA.
INCLUDE VBUVDATA.
INCLUDE VBUKDATA.
INCLUDE COPYLIFS.


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:

NAMETAB_GET call function 'NAMETAB_GET' EXPORTING tabname = 'VBUP' TABLES nametab = gt_fld_vbup EXCEPTIONS internal_error = 0 table_has_no_fields = 0 table_not_activ = 0 no_texts_found = 0 others = 0.

NAMETAB_GET call function 'NAMETAB_GET' EXPORTING tabname = 'VBUK' TABLES nametab = gt_fld_vbuk EXCEPTIONS internal_error = 0 table_has_no_fields = 0 table_not_activ = 0 no_texts_found = 0 others = 0.

REUSE_ALV_HIERSEQ_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_HIERSEQ_LIST_DISPLAY' EXPORTING i_callback_program = g_repid is_layout = gs_layout it_fieldcat = gt_fieldcat i_tabname_header = gc_tab_header i_tabname_item = gc_tab_item is_keyinfo = gs_keyinfo IT_EVENTS = gt_eventtab TABLES t_outtab_header = gt_hdata_alv t_outtab_item = gt_idata_alv EXCEPTIONS program_error = 1 OTHERS = 2.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_program_name = g_repid i_internal_tabname = iv_tab i_structure_name = iv_structure * i_inclname = g_repid CHANGING ct_fieldcat = xt_fieldcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.

REUSE_ALV_EVENTS_GET CALL FUNCTION 'REUSE_ALV_EVENTS_GET' IMPORTING et_events = xt_eventtab EXCEPTIONS list_type_wrong = 1 OTHERS = 2.

REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING it_list_commentary = it_list_END_of_LIST * I_LOGO = * I_END_OF_LIST_GRID = * I_ALV_FORM = .

REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING it_list_commentary = it_list_top_of_page * I_LOGO = * I_END_OF_LIST_GRID = * I_ALV_FORM = .

/SAPDMC/DATAELEMENT_GET_TEXTS CALL FUNCTION '/SAPDMC/DATAELEMENT_GET_TEXTS' EXPORTING name = iv_dataelement IMPORTING text_long = xv_text_long EXCEPTIONS not_found = 1 OTHERS = 2.



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