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
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.
Title: Batch Determination: Letter C
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.