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

FV50DF0C SAP ABAP INCLUDE - Batch Determination: Letter C







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


Text pool values


Title: Batch Determination: Letter C


INCLUDES used within this REPORT FV50DF0C

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:

VB_BATCH_DECOUPLED_CHECK call function 'VB_BATCH_DECOUPLED_CHECK' exporting i_matnr = lips-matnr "v_n_1585746 i_charg = lips-charg i_werks = lips-werks "^_n_1585746 exceptions no_material = 1 no_batch = 2 no_plant = 3 batch_is_decoupled = 4 others = 5 .

LOCATION_EXTRACT call function 'LOCATION_EXTRACT' importing bild = lf_t185v_panel.

LE_ATP_GET_VERSION call function 'LE_ATP_GET_VERSION' importing atp_type = atp_type.

VB_BATCH_DETERMINATION call function 'VB_BATCH_DETERMINATION' exporting i_komkh = komkh i_komph = komph x_bdcom = bdcom importing x_bdcom = bdcom tables i_bdbatch = ybdbatch e_bdbatch = xbdbatch i_mdva = ymdva e_mdva = xmdva i_atpcsx = yatpcs e_atpcsx = xatpcs exceptions * OTHERS = 0. "del_n_661047

V01F_BDSEL_OBJECT_DELETE_LIPS CALL FUNCTION 'V01F_BDSEL_OBJECT_DELETE_LIPS' EXPORTING i_vbeln = xlips-vbeln i_posnr = xlips-posnr CHANGING c_cuobj_ch = xlips-cuobj_ch.

POPUP_TO_CONFIRM_WITH_MESSAGE call function 'POPUP_TO_CONFIRM_WITH_MESSAGE' exporting defaultoption = j titel = text-t01 diagnosetext1 = text-001 diagnosetext2 = text-002 diagnosetext3 = text-003 textline1 = text-004 textline2 = text-005 importing answer = answer.



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