SAP Reports / Programs

RMCVNETV SAP ABAP Report - Read Program: Transport Docs for Stat. Setup (Docs Resident in System)







RMCVNETV 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 RMCVNETV 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 RMCVNETV. "Basic submit
SUBMIT RMCVNETV AND RETURN. "Return to original report after report execution complete
SUBMIT RMCVNETV 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: K_DPLBG = PlanLoadingStart
Selection Text: K_DPABF = PlanShpCmplDte
Selection Text: K_DATEN = Act.ShipmentEnd
Selection Text: K_DATBG = Act. shipment start
Selection Text: K_DAREG = Act.Date ChkIn
Selection Text: K_DALEN = Act. loading end
Selection Text: K_DALBG = Act. loading start
Selection Text: K_BFART = Service Level
Selection Text: K_AENAM = Changed by
Selection Text: K_AEDAT = Changed on
Selection Text: K_ABWST = ProcessControl
Selection Text: K_ABFER = Shipment completion type
Selection Text: K_DPLEN = PlanLoadingEnd
Selection Text: K_VSBED = Shipping conditions
Selection Text: K_VSART = Shipping type
Selection Text: K_TPLST = Transportation planning point
Selection Text: K_TPBEZ = Description
Selection Text: K_TKNUM = Shipment number
Selection Text: K_TDLNR = Service agent
Selection Text: K_STTRG = Overall status
Selection Text: K_SIGNI = Container ID
Selection Text: K_DPREG = PlanCheckInDate
Selection Text: K_DPTBG = PlanShipStart
Selection Text: K_DPTEN = PlanTrnspEnd
Selection Text: K_DTABF = ActShpmntCmplDate
Selection Text: K_DTDIS = Scheduling end
Selection Text: K_ERDAT = Created on
Selection Text: K_ERNAM = Created by
Selection Text: K_EXTI1 = External ID 1
Selection Text: K_SHTYP = Shipment type
Selection Text: K_ROUTE = Shipment route
Selection Text: K_LAUFK = Leg indicator
Selection Text: K_EXTI2 = External ID 2
Title: Read Program: Transport Docs for Stat. Setup (Docs Resident in System)
Text Symbol: S09 = Administration data
Text Symbol: S04 = Identification
Text Symbol: S03 = Status and deadlines
Text Symbol: S02 = Processing





Text Symbol: S01 = General data
Text Symbol: M01 = Package &: & of & selected records processed (&%)
Text Symbol: 100 = Setup: &V1&


INCLUDES used within this REPORT RMCVNETV

INCLUDE RMCSNTOP .
INCLUDE VTTKDATA.
INCLUDE VTTPDATA.
INCLUDE VTTSDATA.
INCLUDE VBPADATA.
INCLUDE RMCVNETS.
INCLUDE LMCSTCON.


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:

MCV_SHIPMENT_DOCUMENT_UPDATE CALL FUNCTION 'MCV_SHIPMENT_DOCUMENT_UPDATE' EXPORTING i_flg_options = flg_options i_flg_upd = f_belupd.

RV_SHIPMENT_VIEW CALL FUNCTION 'RV_SHIPMENT_VIEW' EXPORTING shipment_number = tvttk-tknum language = sy-langu option_items = 'X' option_segments = 'X' option_partners = 'X' option_no_refresh = ' ' option_ignore_missing_deliv = 'X' i_filter_type = ' ' IMPORTING f_vttkvb = xvttk e_delivery_missing = err_deliv TABLES f_vttp = xvttp f_trlk = xtrlk f_trlp = xtrlp f_vtts = xvtts f_vtsp = xvtsp f_vbpa = xvbpa EXCEPTIONS not_found = 1 no_authority = 2 delivery_missing = 3 delivery_lock = 4 OTHERS = 5.

SD_PACKING_FOR_SHIPMENT CALL FUNCTION 'SD_PACKING_FOR_SHIPMENT' TABLES shipment_tab = pack_tknum vbplk_tab = xvbplk vbplp_tab = xvbplp EXCEPTIONS shipment_tab_empty = 1 no_entries_found = 2 OTHERS = 3.

MCV_SHIPMENT_DOCUMENT_UPDATE CALL FUNCTION 'MCV_SHIPMENT_DOCUMENT_UPDATE' EXPORTING i_flg_options = flg_options i_flg_upd = f_belupd.

MCV_STAFO_COMPUTE_SHIPMENT CALL FUNCTION 'MCV_STAFO_COMPUTE_SHIPMENT' EXPORTING i_vrsio = h_vrsio i_flg_stafo = f_stafo i_control = hlp_control TABLES xvttk = xvttk xvtts = xvtts mcinf = so_mcinf xvtsp = xvtsp xvbpa = xvbpa xvttp = xvttp xvtrlk = xtrlk xvtrlp = xtrlp xvekp = xvekp xvepo = xvepo EXCEPTIONS stafo_fault = 1 OTHERS = 2.

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING percentage = percent-actual text = string EXCEPTIONS OTHERS = 1.



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