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

FV50DF0B SAP ABAP INCLUDE - documentation and ABAP source code







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


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


INCLUDES used within this REPORT FV50DF0B

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:

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.



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