SAP Reports / Programs | Materials Management | Defense Forces and Public Security | Materials Management(IS-DFS-MM) SAP IS

/ISDFPS/FDP_MM_TRANS_DEL SAP ABAP Report - Transport for Strategic and Operational Transfer







/ISDFPS/FDP_MM_TRANS_DEL is a standard Executable ABAP Report 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 /ISDFPS/FDP_MM_TRANS_DEL into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

/ISDFPS/MM_TRANS_DEL - Transport in the Event of a Transfer


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


Text pool values


Title: Transport for Strategic and Operational Transfer
Text Symbol: 001 = Delivery Error
Text Symbol: 002 = Transfer Settings
Text Symbol: A01 = The same force element was
Text Symbol: A02 = selected more than once.
Text Symbol: D01 = Do you still want to
Text Symbol: D02 = transfer it?


INCLUDES used within this REPORT /ISDFPS/FDP_MM_TRANS_DEL

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:

POPUP_DISPLAY_TEXT CALL FUNCTION 'POPUP_DISPLAY_TEXT' EXPORTING * LANGUAGE = SY-LANGU popup_title = text-002 * START_COLUMN = 10 * START_ROW = 3 text_object = '/ISDFPS/FDP_MM_TRANS_DEL_DOC' * HELP_MODAL = 'X' * IMPORTING * CANCELLED = EXCEPTIONS text_not_found = 1 OTHERS = 2 .

/ISDFPS/FDP_STOCK_GET CALL FUNCTION '/ISDFPS/FDP_STOCK_GET' EXPORTING * i_berid = s_force-berid_s i_werks = s_force-werks_s i_lgort = s_force-lgortacnt * I_FORCE_DB = ' ' * I_SHOW_ZEROS = ' ' IMPORTING e_stock = stock_s e_retcode = i_errorcode.

/ISDFPS/FDP_LGORT_READ CALL FUNCTION '/ISDFPS/FDP_LGORT_READ' EXPORTING i_werks = s_force-werks_s i_lgort = s_force-lgortacnt IMPORTING e_t001l = wa_t001l e_retcode = i_errorcode.

/ISDFPS/FDP_STOCK_GET CALL FUNCTION '/ISDFPS/FDP_STOCK_GET' EXPORTING i_berid = s_force-berid_p IMPORTING e_stock = stock_p e_retcode = i_errorcode.

/ISDFPS/FDP_LGORT_READ CALL FUNCTION '/ISDFPS/FDP_LGORT_READ' EXPORTING i_werks = s_force-werks_p i_lgort = wa_mdlv-ortzg IMPORTING e_t001l = wa_t001l e_retcode = i_errorcode.

NUMBER_GET_NEXT CALL FUNCTION 'NUMBER_GET_NEXT' EXPORTING nr_range_nr = tvsa-numki object = 'RV_SAMMG' IMPORTING number = g_vbsk_i-sammg.

GN_DELIVERY_CREATE CALL FUNCTION 'GN_DELIVERY_CREATE' EXPORTING vbsk_i = g_vbsk_i if_no_init = 'X' IMPORTING vbsk_e = g_vbsk_e TABLES xkomdlgn = g_komdlgn xvbfs = g_vbfs "Error-Tabelle xvbls = g_vbls. "Lieferungs-Tabelle

RV_DELIVERY_INIT CALL FUNCTION 'RV_DELIVERY_INIT'.

SD_PARTNER_ADDR_DIALOG_INTERN CALL FUNCTION 'SD_PARTNER_ADDR_DIALOG_INTERN' EXPORTING fif_address_number = adrnr fif_adrda = 'D' fif_number_range = '10' IMPORTING fes_vbadr = wa_vbadr.

BAL_DSP_PROFILE_NO_TREE_GET CALL FUNCTION 'BAL_DSP_PROFILE_NO_TREE_GET' IMPORTING e_s_display_profile = ls_display_profile.

LE_SHP_VBFS2BAL_DISPLAY CALL FUNCTION 'LE_SHP_VBFS2BAL_DISPLAY' EXPORTING is_appl_log_head = ls_appl_log_head it_vbfs = g_vbfs[] is_display_profile = ls_display_profile EXCEPTIONS no_log_needed = 0 profile_inconsistent = 0 internal_error = 0 no_data_available = 0 no_authority = 0 error_in_subfunctions = 0 OTHERS = 0.

RH_GET_ACTIVE_WF_PLVAR CALL FUNCTION 'RH_GET_ACTIVE_WF_PLVAR' IMPORTING act_plvar = lv_active_plvar EXCEPTIONS no_active_plvar = 1 OTHERS = 2.

POPUP_TO_CONFIRM_WITH_MESSAGE CALL FUNCTION 'POPUP_TO_CONFIRM_WITH_MESSAGE' EXPORTING * DEFAULTOPTION = 'Y' diagnosetext1 = text-a01 diagnosetext2 = text-a02 * DIAGNOSETEXT3 = ' ' textline1 = text-d01 textline2 = text-d02 titel = '' * START_COLUMN = 25 * START_ROW = 6 * CANCEL_DISPLAY = 'X' IMPORTING answer = answer .

RH_TYPE_STRUC_HELP CALL FUNCTION 'RH_TYPE_STRUC_HELP' EXPORTING act_search_otype = 'O' "act_otype_tab act_plvar = lv_active_plvar "slct-plvar TABLES selected_objects = slct_objects.

POPUP_TO_CONFIRM_WITH_MESSAGE CALL FUNCTION 'POPUP_TO_CONFIRM_WITH_MESSAGE' EXPORTING * DEFAULTOPTION = 'Y' diagnosetext1 = text-a01 diagnosetext2 = text-a02 * DIAGNOSETEXT3 = ' ' textline1 = text-d01 textline2 = text-d02 titel = '' * START_COLUMN = 25 * START_ROW = 6 * CANCEL_DISPLAY = 'X' IMPORTING answer = answer .

RH_GET_ACTIVE_WF_PLVAR CALL FUNCTION 'RH_GET_ACTIVE_WF_PLVAR' IMPORTING act_plvar = lv_active_plvar EXCEPTIONS no_active_plvar = 1 OTHERS = 2.

REUSE_HR_OBJID_F4 CALL FUNCTION 'REUSE_HR_OBJID_F4' EXPORTING plvar = lv_active_plvar otype = 'O' * seark = '*' dynpro_repid = '/ISDFPS/FDP_MM_TRANS_DEL' dynpro_dynnr = '0200' * dynpro_plvarfield = u_plvar_field * dynpro_otypefield = u_otype_fiel dynpro_searkfield = 'PCHDY-SEARK' * RESTRICT_FB = ' ' * RESTRICT_DATA = ' ' * MULTIPLE_SELECTION = ' ' IMPORTING sel_object = sel_object * TABLES * SEL_OBJECTS = EXCEPTIONS cancelled = 1 nothing_found = 2 internal_error = 3 OTHERS = 4.



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 /ISDFPS/FDP_MM_TRANS_DEL or its description.