MV50AF0F_FCODE_PDSP 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_PDSP 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_GET call function 'RV_MESSAGES_GET' exporting msg_kappl = tvlk-kappl msg_objky_from = xobjky_pos tables tab_xnast = da_xnast tab_ynast = da_ynast.
RV_MESSAGE_DIALOG call function 'RV_MESSAGE_DIALOG' exporting pi_kappl = tvlk-kappl pi_objky = xobjky_pos pi_kschl = tvlk-kschl pi_data_from_buffer = charx importing message_printed = da_message_printed exceptions cancel = 1 message_not_printable = 2 no_message = 2 print_error = 3 others = 4.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.