SAP Reports / Programs | Sales and Distribution | Basic Functions(SD-BF) SAP SD

FV50XF0G SAP ABAP INCLUDE - Dangerous goods







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


Text pool values


Title: Dangerous goods


INCLUDES used within this REPORT FV50XF0G

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:

WS_GG_CHECK_COMPLETE CALL FUNCTION 'WS_GG_CHECK_COMPLETE' EXPORTING is_tvst = tvst if_startmodus = lf_startmodus it_vbpa = xvbpa[] TABLES it_lips = xlips ct_balmi = lt_balmi CHANGING cs_likp = ls_likp cf_dataloss = r185d-dataloss EXCEPTIONS pruefung_nicht_aktiv = 1 keine_gg_relevanten_positionen = 2 OTHERS = 3.

WS_GG_CHECK_COMPLETE CALL FUNCTION 'WS_GG_CHECK_COMPLETE' EXPORTING is_tvst = tvst if_startmodus = '1' it_vbpa = xvbpa[] TABLES it_lips = xlips ct_balmi = lt_balmi CHANGING cs_likp = ls_likpvb cf_dataloss = r185d-dataloss EXCEPTIONS pruefung_nicht_aktiv = 1 keine_gg_relevanten_positionen = 2 OTHERS = 3.

WS_GG_CHECK_ACTIVE_SIMPLE CALL FUNCTION 'WS_GG_CHECK_ACTIVE_SIMPLE' EXPORTING is_likp = ls_likpvb IMPORTING ef_aktiv = ef_aktiv EXCEPTIONS OTHERS = 1.

EHS002_CHECK_EHS_ACTIVE CALL FUNCTION 'EHS002_CHECK_EHS_ACTIVE' EXCEPTIONS EHS_NOT_EXIST = 1 OTHERS = 2.

........ * call function '........'

EHS003_DGMSD_DLV_COPY_READ CALL FUNCTION 'EHS003_DGMSD_DLV_COPY_READ' EXPORTING is_likp = is_likp is_lips = is_lips EXCEPTIONS others_ = 1.

EHS003_TPPR_GET CALL FUNCTION 'EHS003_TPPR_GET' IMPORTING e_tppr_active = tppr_active EXCEPTIONS others_ = 1.

EHS003_BADI_EHS_DG_002_GET_OBJ CALL FUNCTION 'EHS003_BADI_EHS_DG_002_GET_OBJ' IMPORTING e_badi_object = l_badi_instance.

SWO_TEXT_MESSAGE CALL FUNCTION 'SWO_TEXT_MESSAGE' EXPORTING language = sy-langu MESSAGE = msgno workarea = msgid IMPORTING text = text.

SWO_TEXT_MESSAGE CALL FUNCTION 'SWO_TEXT_MESSAGE' EXPORTING language = sy-langu MESSAGE = '413' workarea = 'CB01' IMPORTING text = text1.

SWO_TEXT_MESSAGE CALL FUNCTION 'SWO_TEXT_MESSAGE' EXPORTING language = sy-langu MESSAGE = '414' workarea = 'CB01' IMPORTING text = text2.

SWO_TEXT_MESSAGE CALL FUNCTION 'SWO_TEXT_MESSAGE' EXPORTING language = sy-langu MESSAGE = '415' workarea = 'CB01' IMPORTING text = text3.

SWO_TEXT_MESSAGE CALL FUNCTION 'SWO_TEXT_MESSAGE' EXPORTING language = sy-langu MESSAGE = '416' workarea = 'CB01' IMPORTING text = text4.

POPUP_TO_DECIDE CALL FUNCTION 'POPUP_TO_DECIDE' EXPORTING defaultoption = '2' textline1 = text4 * TEXTLINE2 = ' ' textline3 = text text_option1 = text1 text_option2 = text2 icon_text_option1 = 'ICON_SYSTEM_SAVE' icon_text_option2 = 'ICON_INFORMATION' titel = text3 start_column = 25 start_row = 6 cancel_display = 'X' IMPORTING answer = l_answer.

EHS003_MESSAGE_OUTPUT CALL FUNCTION 'EHS003_MESSAGE_OUTPUT' EXPORTING sprsl = sy-langu arbgb = msgid msgnr = msgno EXCEPTIONS others_ = 1.

EHS003_CHECK_INCOMPLETENESS CALL FUNCTION 'EHS003_CHECK_INCOMPLETENESS' EXPORTING dialog = space fehgr = tvak-fehgr tbnam = 'DGMSD' i_vbtyp = ls_likp-vbtyp i_vbeln = ls_likp-vbeln i_likp = ls_likp TABLES i_vbuv_last = hvbuv i_vbuv_tab = xvbuv i_vbuv_dia = dvbuv i_lips = xlips EXCEPTIONS others_ = 1.



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