SAP Reports / Programs | Sales and Distribution | Basic Functions(SD-BF) SAP SD

FV50VF0B SAP ABAP INCLUDE - Include LV56EF05







FV50VF0B 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 FV50VF0B 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 FV50VF0B. "Basic submit
SUBMIT FV50VF0B AND RETURN. "Return to original report after report execution complete
SUBMIT FV50VF0B 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 FV50VF0B

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_CHANGE CALL FUNCTION 'RV_REQUIREMENT_CHANGE' EXPORTING AVBBD_TABIX = DA_AVBBD_TABIX DATUM_NEU = US_MBDAT TABLES AVBBD = AVBBD.

RV_REQUIREMENT_SET CALL FUNCTION 'RV_REQUIREMENT_SET' EXPORTING BEDARF_KOPIEREN = KZ_BEDARFE_VERRECHNEN IMPORTING BEDARF_ZUORDNEN = AVBBD_UPDATE TABLES AVBBD = AVBBD BVBBD = BVBBD EXCEPTIONS KEINE_STEUERUNG = 01.

RV_REQUIREMENT_GET CALL FUNCTION 'RV_REQUIREMENT_GET' EXPORTING AUFRUFER = CHARB SPERRSCHLEIFE = V50AGL-SYNCHRON MATERIAL = US_MATNR WERK = US_WERKS BELEG = US_VBELN POSITION = US_POSNR VPMAT = US_VPMAT VPWRK = US_VPWRK KORR_AKT = US_KORRI PRUEFGRUPPE = US_MTVFP KORR_ALT = KZ_BEDARFE_VERRECHNEN IMPORTING SUMMIERUNG = SUMBD TABLES AVBBD = AVBBD EXCEPTIONS MARC_MATNR_GESPERRT = 01 MARC_VPMAT_GESPERRT = 02 ENQUEUE_FEHLER = 03.

RV_OLD_REQUIREMENT_SET CALL FUNCTION 'RV_OLD_REQUIREMENT_SET' EXPORTING NEWPOS = AVBBD-NEWPOS REFRESH_YVBBD = SPACE VBTYP_ACT = AVBBD-VBTYP VGBEL = LIPS-VGBEL TABLES AVBBD = DA_AVBBD EXCEPTIONS OTHERS = 1.

RV_REQUIREMENT_DELETE CALL FUNCTION 'RV_REQUIREMENT_DELETE' EXPORTING BEDARF_VERRECHNEN = KZ_BEDARFE_VERRECHNEN BELEG = LIPS-VBELN POSITION = LIPS-POSNR PRUEFGRUPPE = LIPS-MTVFP AVBBD_TABIX = DA_AVBBD_TABIX VBTYP = LIKP-VBTYP TABLES AVBBD = AVBBD.

RV_REQUIREMENT_SET CALL FUNCTION 'RV_REQUIREMENT_SET' EXPORTING BEDARF_KOPIEREN = SPACE EINMALREF_AENDERN = SPACE IMPORTING BEDARF_ZUORDNEN = AVBBD_UPDATE TABLES AVBBD = AVBBD BVBBD = BVBBD EXCEPTIONS KEINE_STEUERUNG = 01.

RV_REQUIREMENT_SET CALL FUNCTION 'RV_REQUIREMENT_SET' EXPORTING BEDARF_KOPIEREN = SPACE EINMALREF_AENDERN = SPACE IMPORTING BEDARF_ZUORDNEN = AVBBD_UPDATE TABLES AVBBD = AVBBD BVBBD = BVBBD EXCEPTIONS KEINE_STEUERUNG = 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 = BVBBD-CUOBJ_CH.

RV_OLD_REQUIREMENT_SET CALL FUNCTION 'RV_OLD_REQUIREMENT_SET' EXPORTING NEWPOS = NEWPOS REFRESH_YVBBD = SPACE VBTYP_ACT = LIKP-VBTYP VGBEL = LIPS-VGBEL TABLES AVBBD = AVBBD 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 FV50VF0B or its description.