SAP Reports / Programs | Basis Technology R/3 | Defense Forces and Public Security | Basis Technology R/3(IS-DFS-BIT) SAP IS

/ISDFPS/UT_DEL_REPLITAB SAP ABAP Report - DFPS Delete UPS Replication Table







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


Text pool values


Selection Text: P_LISTE = Detailed List
Selection Text: P_POST = Posted Objects
Selection Text: P_SENT = Distributed Objects
Selection Text: TESTRUN = Test Run
Selection Text: P_LOGSYS = D .
Title: DFPS Delete UPS Replication Table
Text Symbol: 001 = Selection Options
Text Symbol: 002 = Test Run
Text Symbol: 003 = Detailed List


INCLUDES used within this REPORT /ISDFPS/UT_DEL_REPLITAB

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:

/ISDFPS/MSG_TO_BAL_MSG CALL FUNCTION '/ISDFPS/MSG_TO_BAL_MSG' EXPORTING if_msgid = gc_msgid if_msgty = 'I' if_msgno = '003' if_probclass = '2' CHANGING ct_appl_log_msg = gt_appl_log_msg.

UPSRP_READ_CONTENT CALL FUNCTION 'UPSRP_READ_CONTENT' EXPORTING im_logsys = p_logsys im_repsts = gv_repsts IMPORTING ex_tabname = gv_tabname ex_sysnum = gv_sysnum TABLES ext_upsrep = gt_upsrep01 EXCEPTIONS no_logsys = 1 sys_not_supported = 2 no_repl_tab = 3 OTHERS = 4.

/ISDFPS/MSG_TO_BAL_MSG CALL FUNCTION '/ISDFPS/MSG_TO_BAL_MSG' EXPORTING if_msgid = gc_msgid if_msgty = 'E' if_msgno = '024' if_probclass = '2' CHANGING ct_appl_log_msg = gt_appl_log_msg.

/ISDFPS/MSG_TO_BAL_MSG CALL FUNCTION '/ISDFPS/MSG_TO_BAL_MSG' EXPORTING if_msgid = gc_msgid if_msgty = 'I' if_msgno = '022' if_detlevel = '4' CHANGING ct_appl_log_msg = gt_appl_log_msg.

/ISDFPS/MSG_TO_BAL_MSG CALL FUNCTION '/ISDFPS/MSG_TO_BAL_MSG' EXPORTING if_msgid = gc_msgid if_msgty = 'I' if_msgno = '021' if_detlevel = '4' if_msgv1 = gs_upsrep01-objtyp if_msgv2 = gs_upsrep01-objid CHANGING ct_appl_log_msg = gt_appl_log_msg.

/ISDFPS/MSG_TO_BAL_MSG CALL FUNCTION '/ISDFPS/MSG_TO_BAL_MSG' EXPORTING if_msgid = gc_msgid if_msgty = 'I' if_msgno = '025' if_probclass = '2' if_msgv2 = gv_dbcnt if_msgv1 = gv_tabname CHANGING ct_appl_log_msg = gt_appl_log_msg.

/ISDFPS/MSG_TO_BAL_MSG CALL FUNCTION '/ISDFPS/MSG_TO_BAL_MSG' EXPORTING if_msgid = gc_msgid if_msgty = 'I' if_msgno = '015' if_probclass = '2' if_msgv1 = gv_dbcnt CHANGING ct_appl_log_msg = gt_appl_log_msg.

/ISDFPS/MSG_TO_BAL_MSG CALL FUNCTION '/ISDFPS/MSG_TO_BAL_MSG' EXPORTING if_msgid = gc_msgid if_msgty = 'S' if_msgno = '014' if_probclass = '2' CHANGING ct_appl_log_msg = gt_appl_log_msg.

/ISDFPS/MSG_TO_BAL_MSG CALL FUNCTION '/ISDFPS/MSG_TO_BAL_MSG' EXPORTING if_msgid = gc_msgid if_msgty = 'E' if_msgno = '016' if_probclass = '2' CHANGING ct_appl_log_msg = gt_appl_log_msg.

/ISDFPS/BAL_MSG_SAVE CALL FUNCTION '/ISDFPS/BAL_MSG_SAVE' EXPORTING is_log_header = gs_appl_log_header it_log_msg = gt_appl_log_msg if_display_log = 'X' if_save_log = 'X'.



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