SAP Reports / Programs | Implementation of Organizational Flexibility in Logistics | Defense Forces and Public Security | Implementation of Organizational Flexibility in Logistics(IS-DFS-MM-OF) SAP IS

/ISDFPS/DEPLOYF03 SAP ABAP INCLUDE - documentation and ABAP source code







/ISDFPS/DEPLOYF03 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 /ISDFPS/DEPLOYF03 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 /ISDFPS/DEPLOYF03. "Basic submit
SUBMIT /ISDFPS/DEPLOYF03 AND RETURN. "Return to original report after report execution complete
SUBMIT /ISDFPS/DEPLOYF03 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 /ISDFPS/DEPLOYF03

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:

RH_GET_ACTIVE_WF_PLVAR CALL FUNCTION 'RH_GET_ACTIVE_WF_PLVAR' IMPORTING act_plvar = l_plvar EXCEPTIONS OTHERS = 1.

LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING i_structure_name = '/ISDFPS/RELASS_STRUC' CHANGING ct_fieldcat = gt_fcat_assign.

RHOM_READ_INFTY_BUFFERED CALL FUNCTION 'RHOM_READ_INFTY_BUFFERED' EXPORTING plvar = ps_plvar otype = ps_otype objid = ps_objid infty = '1981' istat = ' ' TABLES infty_dat = lt_1981_exp EXCEPTIONS no_active_plvar = 1 OTHERS = 2.

RHOM_READ_INFTY_BUFFERED CALL FUNCTION 'RHOM_READ_INFTY_BUFFERED' EXPORTING plvar = ps_plvar otype = ps_otype objid = ps_objid infty = '1982' istat = ' ' TABLES infty_dat = lt_1982_exp EXCEPTIONS no_active_plvar = 1 OTHERS = 2.

RHOM_READ_INFTY_BUFFERED CALL FUNCTION 'RHOM_READ_INFTY_BUFFERED' EXPORTING plvar = ps_assign-plvar otype = ps_assign-otype objid = ps_assign-objid infty = '1980' istat = ps_assign-istat begda = ps_assign-begda endda = ps_assign-endda TABLES infty_dat = lt_1980_exp EXCEPTIONS no_active_plvar = 1 OTHERS = 2.

RHOM_WRITE_INFTY_BUFFERED CALL FUNCTION 'RHOM_WRITE_INFTY_BUFFERED' EXPORTING fcode = 'DEL' plvar = ls_1980_exp-plvar otype = ls_1980_exp-otype objid = ls_1980_exp-objid infty = '1980' istat = ls_1980_exp-istat begda = ls_1980_exp-begda endda = ls_1980_exp-endda update_db = 'X' TABLES innnn_exp = lt_1980_exp EXCEPTIONS no_active_plvar = 1 write_error = 2 infty_not_allowed = 3 OTHERS = 4.

ENQUEUE_/ISDFPS/E_FORCE CALL FUNCTION 'ENQUEUE_/ISDFPS/E_FORCE' EXPORTING mode_/isdfps/force = 'E' mandt = sy-mandt force_id = pv_force_id force_cnt = pv_force_cnt * X_FORCE_ID = ' ' * X_FORCE_CNT = ' ' * _SCOPE = '2' * _WAIT = ' ' * _COLLECT = ' ' EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.

DEQUEUE_/ISDFPS/E_FORCE CALL FUNCTION 'DEQUEUE_/ISDFPS/E_FORCE' EXPORTING mode_/isdfps/force = 'E' mandt = sy-mandt force_id = pv_force_id force_cnt = pv_force_cnt _synchron = gc_x.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = p_title * DIAGNOSE_OBJECT = ' ' text_question = lv_question text_button_1 = 'Ja'(003) * ICON_BUTTON_1 = ' ' text_button_2 = 'Nein'(004) * ICON_BUTTON_2 = ' ' default_button = gc_1 IMPORTING answer = p_answer EXCEPTIONS text_not_found = 1 OTHERS = 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 /ISDFPS/DEPLOYF03 or its description.