MV50AF0F_FCODE_PDOK 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 MV50AF0F_FCODE_PDOK 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
SD_OBJECT_TYPE_DETERMINE call function 'SD_OBJECT_TYPE_DETERMINE' exporting i_document_type = likp-vbtyp importing e_business_object = lv_objtype e_business_object_item = lv_objtype_item exceptions others = 0.
COMMUNICATION_AREA_KOMKBV2 call function 'COMMUNICATION_AREA_KOMKBV2' exporting msg_likp = likp msg_old = ' ' msg_rv50a = rv50a msg_vbuk = vbuk msg_trtyp = t180-trtyp tables tab_part = part tab_lips = xlips tab_vbpa = xvbpa.
COMMUNICATION_AREA_KOMPBV2 call function 'COMMUNICATION_AREA_KOMPBV2' exporting msg_lips = lips msg_vbup = vbup tables tab_vbpa = xvbpa tab_part = part.
COMMUNICATION_AREA_KOMPBV2 call function 'COMMUNICATION_AREA_KOMPBV2' exporting msg_lips = *lips msg_old = 'X' msg_vbup = *vbup tables tab_part = part tab_vbpa = xvbpa.
COMMUNICATION_AREA_KOMPBV2 call function 'COMMUNICATION_AREA_KOMPBV2' exporting msg_lips = lips msg_old = 'X' msg_vbup = vbup tables tab_part = part tab_vbpa = xvbpa.
COMMUNICATION_AREA_KOMPBV2 call function 'COMMUNICATION_AREA_KOMPBV2' exporting msg_lips = lips msg_old = 'X' msg_vbup = vbup tables tab_part = part tab_vbpa = xvbpa.
COMMUNICATION_AREA_KOMPBV2 call function 'COMMUNICATION_AREA_KOMPBV2' exporting msg_lips = lips msg_old = ' ' msg_vbup = vbup tables tab_part = part tab_vbpa = xvbpa.
MESSAGING call function 'MESSAGING' exporting applikation = tvlk-kappl msg_objky = xobjky_pos schema = tvlp-kalsm pi_objtype = lv_objtype_item pi_item = charx tables msg_part = part.
RV_MESSAGES_MAINTENANCE call function 'RV_MESSAGES_MAINTENANCE' exporting min_t185 = t185 min_t185f = t185f min_t185v = t185v min_objky = xobjky_pos min_kappl = tvlk-kappl min_kalsm = tvlp-kalsm min_btext = bildtext min_cua_text = tvlkt-vtext pi_objtype = lv_objtype_item importing mex_fcode = fcode mex_t185f = t185f mex_t185v = t185v mex_updat = da_updat tables mtb_part = part.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.