FV50DF0B 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 FV50DF0B 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!
CUOB_GET_OBJECT CALL FUNCTION 'CUOB_GET_OBJECT' EXPORTING object_number = bdcom-cuobj IMPORTING table = lv_table EXCEPTIONS not_found = 1 OTHERS = 2.
SD_ADDRESS_GET CALL FUNCTION 'SD_ADDRESS_GET' EXPORTING FIF_ADDRESS_NUMBER = lf_adrnr FIF_ADDRESS_TYPE = '1' IMPORTING FES_ADDRESS = ls_vbadr_address EXCEPTIONS ADDRESS_NOT_FOUND = 1 ADDRESS_TYPE_NOT_EXISTS = 2 NO_PERSON_NUMBER = 3 ERROR_MESSAGE = 4 OTHERS = 5 .
SD_SPECIAL_STOCK_ASSIGN CALL FUNCTION 'SD_SPECIAL_STOCK_ASSIGN' EXPORTING movement_type = clips-bwart returns_item = charx special_stock_type = clips-sobkz IMPORTING stock_type_transfer = l_sobkz EXCEPTIONS item_category_not_valid = 01 not_found = 02 no_movement_type = 03 no_returns_item = 04.
SD_PARTNER_FOR_SPECIAL_STOCK CALL FUNCTION 'SD_PARTNER_FOR_SPECIAL_STOCK' EXPORTING document = clips-vbeln item = clips-posnr IMPORTING customer = bdcom-kunnr TABLES xvbpa = xvbpa EXCEPTIONS not_found = 01.
TMVF_SINGLE_READ CALL FUNCTION 'TMVF_SINGLE_READ' EXPORTING KZRFB = ' ' tmvf_mtvfp = if_mtvfp IMPORTING WTMVF = ls_tmvf EXCEPTIONS NOT_FOUND = 1 OTHERS = 2.
RV_LIPS_PSTYV_DETERMINE call function 'RV_LIPS_PSTYV_DETERMINE' exporting t184l_lfart = if_lfart t184l_mtpos = if_mtpos t184l_uepst = if_main_pstyv t184l_vwpos = 'CHSP' lips_pstyv_i = ' ' importing lips_pstyv = ef_sub_pstyv exceptions eintrag_nicht_da = 1 pstyv_nicht_erlaubt = 2.
RV_LIPS_PSTYV_DETERMINE call function 'RV_LIPS_PSTYV_DETERMINE' exporting t184l_lfart = if_lfart t184l_mtpos = if_mtpos t184l_uepst = ' ' t184l_vwpos = 'CHSP' lips_pstyv_i = ' ' importing lips_pstyv = ef_sub_pstyv exceptions eintrag_nicht_da = 1 pstyv_nicht_erlaubt = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.