SAP Reports / Programs | Logistics Execution | Shipping(LE-SHP) SAP LE

FV50VF0A SAP ABAP INCLUDE - documentation and ABAP source code







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


INCLUDES used within this REPORT FV50VF0A

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_REQUIREMENT_SET CALL FUNCTION 'RV_REQUIREMENT_SET' EXPORTING BEDARF_KOPIEREN = KZ_BEDARFE_VERRECHNEN EINMALREF_AENDERN = DA_UPDATE_ERVFP IMPORTING BEDARF_ZUORDNEN = AVBBD_UPDATE TABLES AVBBD = AVBBD BVBBD = BVBBD EXCEPTIONS OTHERS = 01.

VBXD_CUOBJ_CBATP_REQ_TRANSFER CALL FUNCTION 'VBXD_CUOBJ_CBATP_REQ_TRANSFER' EXPORTING I_MATERIAL = *LIPS-MATNR I_BATCH = *LIPS-CHARG I_PLANT = *LIPS-WERKS CHANGING C_CUOBJ_CH = AVBBD-CUOBJ_CH.

RV_SCHEDULE_CHECK_DELIVERIES CALL FUNCTION 'RV_SCHEDULE_CHECK_DELIVERIES' EXPORTING FBELEG = LIPS-VGBEL FPOSNR = LIPS-VGPOS FVERRECHNUNG = SPACE

TABLES
FVBFA = ZVBFA FVBUP = ZVBUP FXVBEP = ZVBEP FVBAP = XVBAP EXCEPTIONS FEHLER_BEI_LESEN_FVBUP = 01 FEHLER_BEI_LESEN_FXVBEP = 02.

RV_REQUIREMENT_SET CALL FUNCTION 'RV_REQUIREMENT_SET' EXPORTING BEDARF_KOPIEREN = KZ_BEDARFE_VERRECHNEN EINMALREF_AENDERN = DA_UPDATE_ERVFP OMENG_REF = APV_MENGE VMENG_REF = APV_MENGE IMPORTING BEDARF_ZUORDNEN = AVBBD_UPDATE TABLES AVBBD = AVBBD BVBBD = BVBBD EXCEPTIONS OTHERS = 01.

RV_REQUIREMENT_SET CALL FUNCTION 'RV_REQUIREMENT_SET' EXPORTING BEDARF_KOPIEREN = KZ_BEDARFE_VERRECHNEN EINMALREF_AENDERN = DA_UPDATE_ERVFP OMENG_REF = APV_MENGE VMENG_REF = APV_MENGE IMPORTING BEDARF_ZUORDNEN = AVBBD_UPDATE TABLES AVBBD = AVBBD BVBBD = BVBBD EXCEPTIONS KEINE_STEUERUNG = 01 ERROR_MESSAGE = 02 OTHERS = 99.

CN_SH_AVAILIBILITY_CHECK_EXT CALL FUNCTION 'CN_SH_AVAILIBILITY_CHECK_EXT' EXPORTING VBELN_IMP = LIPS-VBELN POSNR_IMP = LIPS-POSNR WADAT_IMP = LIPS-MBDAT LGMNG_IMP = IS_QUAN_OLD-LGMNG RSNUM_IMP = LIPS-RSNUM RSPOS_IMP = LIPS-RSPOS LGORT_IMP = LIPS-LGORT * cktmp_imp = lf_cktmp IMPORTING VFMNG_EXP = CS_QUAN_NEW-LGMNG * tables * lips_tab = lt_lips_tab EXCEPTIONS NO_PSLI = 1 OTHERS = 2.

SHP_QUANTITY_SET CALL FUNCTION 'SHP_QUANTITY_SET' EXPORTING IF_ACTION = 'B' CHANGING CF_LFIMG = CS_QUAN_NEW-LFIMG "#& CF_LGMNG = CS_QUAN_NEW-LGMNG CF_LFIMG_FLO = CS_QUAN_NEW-LFIMG_FLO "#& CF_LGMNG_FLO = CS_QUAN_NEW-LGMNG_FLO CF_UMVKZ = CS_QUAN_NEW-UMVKZ CF_UMVKN = CS_QUAN_NEW-UMVKN CF_UMREV = CS_QUAN_NEW-UMREV CF_AKMNG = CS_QUAN_NEW-AKMNG EXCEPTIONS CONVERSION_OVERFLOW = 1 ESSENTIAL_DATA_MISSING = 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 FV50VF0A or its description.