ADS2KIP_UB 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 ADS2KIP_UB into the relevant SAP transactions such as SE38 or SE80
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.
Selection Text: G_DETLOG = D Detail log
Selection Text: G_MFR = D Manufacturer Code
Selection Text: G_PNR = Part Number
Selection Text: G_SQNBR = D Sequence Number
Selection Text: G_TEST = D Test Run
Selection Text: P_DELPRD = Product. Mode
Selection Text: P_DELTST = Test Mode
Title: SPEC2000: IP Data Archiving Unblocking Program
Text Symbol: 001 = Selection of Unblock Mode
Text Symbol: 002 = Selection of Part Details for Unblocking
Text Symbol: 004 = SPEC 2000 IP Data archiving unblocking log
Text Symbol: 031 = Sequence Number
Text Symbol: 032 = Unblocking Results
Text Symbol: 035 = General
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ADIP_F4_HELP_SQNBR CALL FUNCTION 'ADIP_F4_HELP_SQNBR' IMPORTING sqnbr = g_sqnbr-low.
ADIP_F4_HELP_SQNBR CALL FUNCTION 'ADIP_F4_HELP_SQNBR' IMPORTING sqnbr = g_sqnbr-high.
BAL_LOG_CREATE CALL FUNCTION 'BAL_LOG_CREATE' EXPORTING i_s_log = gs_log IMPORTING e_log_handle = gs_log_handle EXCEPTIONS OTHERS = 1.
STATUS_CHANGE_FOR_ACTIVITY CALL FUNCTION 'STATUS_CHANGE_FOR_ACTIVITY' EXPORTING objnr = p_ls_objnbr vrgng = p_ls_btrans EXCEPTIONS activity_not_allowed = 1 object_not_found = 2 status_inconsistent = 3 status_not_allowed = 4 wrong_input = 5 warning_occured = 6 OTHERS = 7.
BAL_DSP_LOG_DISPLAY CALL FUNCTION 'BAL_DSP_LOG_DISPLAY' EXPORTING i_s_display_profile = g_s_display_profile i_t_log_handle = gt_log_handle EXCEPTIONS OTHERS = 1.
BAL_LOG_MSG_ADD CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING i_log_handle = i_object_handle i_s_msg = ls_msg EXCEPTIONS OTHERS = 1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
ADS2KIP_UB - SPEC2000: IP Data Archiving Unblocking Program ADS2KIP_UB - SPEC2000: IP Data Archiving Unblocking Program ADS2KIP_RP - SPEC2000: IP Data Archiving Read Program ADS2KIP_RP - SPEC2000: IP Data Archiving Read Program ADS2KIP_PP - SPEC2000: IP Data Archiving Preprocessing Program ADS2KIP_PP - SPEC2000: IP Data Archiving Preprocessing Program