SAP Reports / Programs | Organizational Flexibility | Defense Forces and Public Security | Organizational Flexibility(IS-DFS-OF) SAP IS

/ISDFPS/R_CDD_DEPLOYMENTI03 SAP ABAP INCLUDE - /ISDFPS/RCDDDEPLOYMENTI03







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

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:

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = lc_icon_address * TEXT = ' ' info = text-s11 * ADD_STDINF = 'X' IMPORTING result = addr_but.

RS_SET_SELSCREEN_STATUS CALL FUNCTION 'RS_SET_SELSCREEN_STATUS' EXPORTING p_status = sy-pfkey TABLES p_exclude = lt_rsexfcode.

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

/ISDFPS/SET_ORGM_POPUP CALL FUNCTION '/ISDFPS/SET_ORGM_POPUP' EXPORTING i_no_individual_changes = abap_true IMPORTING es_orgm_wi = gs_orgm_wi e_individual_chng = lv_individual_chng es_orgm_type_info = ls_orgm_type_info.

ADDR_DIALOG CALL FUNCTION 'ADDR_DIALOG' EXPORTING check_address = abap_true suppress_taxjurcode_check = abap_false IMPORTING ok_code = lv_ok_code TABLES number_handle_tab = lt_addr_handle_tab values = lt_addr_data_tab EXCEPTIONS address_not_exist = 1 group_not_valid = 2 parameter_error = 3 internal_error = 4 OTHERS = 5.

ADDR_NUMBER_GET CALL FUNCTION 'ADDR_NUMBER_GET' EXPORTING address_handle = lv_address_handle address_reference = ls_usage IMPORTING address_number = lv_address_number EXCEPTIONS address_handle_not_exist = 1 internal_error = 2 parameter_error = 3 OTHERS = 4.

ADDR_SINGLE_SAVE CALL FUNCTION 'ADDR_SINGLE_SAVE' EXPORTING address_number = lv_address_number EXCEPTIONS address_not_exist = 1 person_not_exist = 2 address_number_missing = 3 reference_missing = 4 internal_error = 5 database_error = 6 parameter_error = 7 OTHERS = 8.

DD_DOMVALUES_GET CALL FUNCTION 'DD_DOMVALUES_GET' EXPORTING domname = lv_domname TABLES dd07v_tab = lt_dd07v_tab EXCEPTIONS wrong_textflag = 1 OTHERS = 2.

DD_DOMVALUES_GET CALL FUNCTION 'DD_DOMVALUES_GET' EXPORTING domname = lv_domname TABLES dd07v_tab = lt_dd07v_tab EXCEPTIONS wrong_textflag = 1 OTHERS = 2.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = text-008 text_question = lv_text text_button_1 = text-006 text_button_2 = text-007 default_button = '1' display_cancel_button = abap_false IMPORTING answer = lv_answer EXCEPTIONS text_not_found = 1 OTHERS = 2.

ADDR_GET CALL FUNCTION 'ADDR_GET' EXPORTING address_selection = ls_addr_sel IMPORTING address_value = ls_addr_val EXCEPTIONS parameter_error = 1 address_not_exist = 2 version_not_exist = 3 internal_error = 4 OTHERS = 5.

/ISDFPS/ADRC_GEOLOC_READ CALL FUNCTION '/ISDFPS/ADRC_GEOLOC_READ' EXPORTING i_addrnumber = ls_addr_val-addrnumber i_date_from = ls_addr_val-date_from i_nation = ls_addr_val-nation IMPORTING eo_geoobject = lo_geoobject EXCEPTIONS read_error = 1 OTHERS = 2.

/ISDFPS/ADRC_GEOLOC_MAINT CALL FUNCTION '/ISDFPS/ADRC_GEOLOC_MAINT' EXPORTING io_geoobject = lo_geoobject EXCEPTIONS maint_error = 1 OTHERS = 2.

/ISDFPS/ADRC_GEOLOC_MAINT CALL FUNCTION '/ISDFPS/ADRC_GEOLOC_MAINT' EXPORTING io_geoobject = lo_geoobject EXCEPTIONS maint_error = 1 OTHERS = 2.

HELP_START CALL FUNCTION 'HELP_START' EXPORTING help_infos = ls_help_infos * PROPERTY_BAG = IMPORTING * SELECTION = select_value = lv_select_value * RSMDY_RET = TABLES dynpselect = lt_dynpselect dynpvaluetab = lt_dynpvaluetab.

RHOM_WRITE_INFTY_BUFFERED CALL FUNCTION 'RHOM_WRITE_INFTY_BUFFERED' EXPORTING fcode = gc_fcode_create plvar = ls_objec-plvar otype = ls_objec-otype objid = ls_objec-objid infty = gc_infty_deployment subty = ls_1952-subty istat = /isdfps/cl_const=>force_stat_planned begda = gp_crbeg endda = gp_crend * NEW_LANGU = update_db = lv_update_db * WORST_MSGTY = * KEEP_TRANSLATIONS = * SUPPRESS_DIALOG = '2' * SUPPRESS_VACANCY = TABLES innnn_exp = lt_1952_buffered EXCEPTIONS no_active_plvar = 1 write_error = 2 infty_not_allowed = 3 OTHERS = 4.

RHOM_CHANGE_INFTY_BUFFERED CALL FUNCTION 'RHOM_CHANGE_INFTY_BUFFERED' EXPORTING fcode = gc_fcode_delete TABLES innnn_exp = lt_1952_buffered EXCEPTIONS no_active_plvar = 1 no_input = 2 object_not_enqueued = 3 write_error = 4 OTHERS = 5.

RHOM_CHANGE_INFTY_BUFFERED CALL FUNCTION 'RHOM_CHANGE_INFTY_BUFFERED' EXPORTING fcode = gc_fcode_delimit gdate = lv_delimit_date TABLES innnn_exp = lt_1952_buffered EXCEPTIONS no_active_plvar = 1 no_input = 2 object_not_enqueued = 3 write_error = 4 OTHERS = 5.

RHOM_CHANGE_INFTY_BUFFERED





CALL FUNCTION 'RHOM_CHANGE_INFTY_BUFFERED' EXPORTING fcode = gc_fcode_delete TABLES innnn_exp = lt_1952_buffered EXCEPTIONS no_active_plvar = 1 no_input = 2 object_not_enqueued = 3 write_error = 4 OTHERS = 5.

RHOM_CHANGE_INFTY_BUFFERED CALL FUNCTION 'RHOM_CHANGE_INFTY_BUFFERED' EXPORTING fcode = gc_fcode_create TABLES innnn_exp = lt_1952_buffered EXCEPTIONS no_active_plvar = 1 no_input = 2 object_not_enqueued = 3 write_error = 4 OTHERS = 5.

/ISDFPS/ADRC_GEOLOC_BUFFERSAVE CALL FUNCTION '/ISDFPS/ADRC_GEOLOC_BUFFERSAVE' EXCEPTIONS save_error = 1 OTHERS = 2.

/ISDFPS/ADRC_GEOLOC_BUFFERSAVE CALL FUNCTION '/ISDFPS/ADRC_GEOLOC_BUFFERSAVE' EXCEPTIONS save_error = 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/R_CDD_DEPLOYMENTI03 or its description.