SAP Reports / Programs | Sales and Distribution | Sales(SD-SLS) SAP SD

FV45VF0V_VERSANDTERMINIERUNG SAP ABAP INCLUDE - REPLACED BY FV45VF1V ----> DO NOT USE ANYMORE !!







FV45VF0V_VERSANDTERMINIERUNG is a standard ABAP INCLUDE 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 FV45VF0V_VERSANDTERMINIERUNG 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 FV45VF0V_VERSANDTERMINIERUNG. "Basic submit
SUBMIT FV45VF0V_VERSANDTERMINIERUNG AND RETURN. "Return to original report after report execution complete
SUBMIT FV45VF0V_VERSANDTERMINIERUNG VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: REPLACED BY FV45VF1V ----> DO NOT USE ANYMORE !!


INCLUDES used within this REPORT FV45VF0V_VERSANDTERMINIERUNG

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_VBLB_SELECT CALL FUNCTION 'SD_VBLB_SELECT' EXPORTING I_DOCUMENT_NUMBER = VBAK-VBELN I_ITEM_NUMBER = US_POSNR I_TYPE = US_ABART IMPORTING E_VBLB = DA_VBLB.

RV_WEIGHT_GROUP_DETERMINE CALL FUNCTION 'RV_WEIGHT_GROUP_DETERMINE' EXPORTING FLIGEW = US_BRGEW FLIMEH = US_GEWEI IMPORTING FGRULG = US_GRULG EXCEPTIONS NOT_FOUND = 01.

TERMINIERUNG_RUECKWAERTS CALL FUNCTION 'TERMINIERUNG_RUECKWAERTS' EXPORTING VERSANDSTELLE = US_VSTEL TRANSPORTROUTE = US_ROUTE GEWICHTSGRUPPE = US_GRULG LADEGRUPPE = US_LADGR LIEFERDATUM = US_ETDAT UMSCHALTDATUM = DA_HEUTE TRANSPORT = US_TRTRM VERSAND = US_VSTRM VORWAERTS_AUTOMATISCH = CHARX TRANSITZEIT_BERUECKSICHTIGEN = DA_TRANSIT I_KUWEV = KUWEV IMPORTING BEREITSTELLUNG = US_MBDAT TRANSPORTDISPOSITION = US_TDDAT LADETERMIN = US_LDDAT WARENAUSGANG = US_WADAT LIEFERTERMIN = DA_ETDAT LIEFERZEIT = US_EZEIT EXCEPTIONS DAT_NICHT_GUELTIG = 01 KAL_NICHT_GUELTIG = 02 KEINE_TERMINE = 03 NACH_ENDE = 04 VOR_BEGINN = 05.

TERMINIERUNG_VORWAERTS CALL FUNCTION 'TERMINIERUNG_VORWAERTS' EXPORTING VERSANDSTELLE = US_VSTEL TRANSPORTROUTE = US_ROUTE GEWICHTSGRUPPE = US_GRULG LADEGRUPPE = US_LADGR BEREITSTELLUNG = US_MBDAT TRANSPORT = US_TRTRM VERSAND = US_VSTRM TRANSITZEIT_BERUECKSICHTIGEN = DA_TRANSIT I_KUWEV = KUWEV IMPORTING BEREITSTELLUNG = US_MBDAT TRANSPORTDISPOSITION = US_TDDAT LADETERMIN = US_LDDAT WARENAUSGANG = US_WADAT LIEFERTERMIN = US_ETDAT LIEFERZEIT = US_EZEIT EXCEPTIONS DAT_NICHT_GUELTIG = 01 KAL_NICHT_GUELTIG = 02 KEINE_TERMINE = 03 NACH_ENDE = 04 VOR_BEGINN = 05.



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