ADS2KIP_PP 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_PP 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: P_DELTST = Test Mode
Selection Text: P_DELPRD = Product. Mode
Selection Text: G_TEST = D Test Run
Selection Text: G_TBUS = D To be Used
Selection Text: G_SQNBR = D Sequence Number
Selection Text: G_PNR = Part Number
Selection Text: G_NUSD = D Not Used
Selection Text: G_MFR = D Manufacturer Code
Selection Text: G_MDCU = D Master Data Created / Updated
Selection Text: G_DETLOG = D Detail log
Selection Text: G_DELD = D Deleted in Revision
Selection Text: G_CREA = D New IP-Data
Selection Text: G_CGAT = D Changed in Revision
Title: SPEC2000: IP Data Archiving Preprocessing Program
Text Symbol: 035 = General
Text Symbol: 032 = Preprocessing Results
Text Symbol: 031 = Sequence Number
Text Symbol: 018 = To be Used
Text Symbol: 016 = Not Used
Text Symbol: 014 = Master Data Created / Updated
Text Symbol: 013 = Deleted in Revision
Text Symbol: 012 = New IP-Data
Text Symbol: 011 = Changed in Revision
Text Symbol: 004 = SPEC 2000 IP Data archiving preparation log
Text Symbol: 003 = Selection of Part Status for Archiving
Text Symbol: 002 = Selection of Part Details for Archiving
Text Symbol: 001 = Process Control
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.
STATUS_READ CALL FUNCTION 'STATUS_READ' EXPORTING client = sy-mandt objnr = ls_objnr only_active = 'X' TABLES status = l_tb_status EXCEPTIONS object_not_found = 1 OTHERS = 2.
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_PP - SPEC2000: IP Data Archiving Preprocessing Program ADS2KIP_PP - SPEC2000: IP Data Archiving Preprocessing Program ADS2KIP_DP - SPEC2000: IP Data Archiving Delete Program ADS2KIP_DP - SPEC2000: IP Data Archiving Delete Program ADS2KIP_BROWSER_TOP - Top include ADS2KIP_BROWSER_SWITCH - IP Browser Switch