ADS2KIP_BROWSER 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_BROWSER 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: DEFVIEW = D Component View
Selection Text: ENDVIEW = D End Item View
Selection Text: G_FL_CSN = D Catalog Sequence Number
Selection Text: G_FL_CUS = D Customer Code
Selection Text: G_FL_EIM = D End Item Manufacturer Code
Selection Text: G_FL_EIP = D End Item Part Number
Selection Text: G_FL_ESS = D Essentiality Code
Selection Text: G_FL_MFR = D Manufacturer Code
Selection Text: G_FL_PNR = Part Number
Selection Text: G_FL_REC = D Recommended Quantity
Selection Text: G_FL_SPC = D Spare Part Class Code
Selection Text: G_FL_SPL = D Supplier Code
Selection Text: G_FL_STS = Status Selection Profile
Selection Text: G_SQNBR = D Sequence Number
Selection Text: MAX_HITS = Maximum Number of Parts
Selection Text: R_MOA = D Model of Applicability Code
Selection Text: STAT_EXC = Status exclusive
Selection Text: STAT_INC = Status inclusive
Title: SPEC 2000 Initial Provisioning
Text Symbol: 102 = History
Text Symbol: 103 = History (Enhanced)
Text Symbol: 104 = Additional Selection Screen
Text Symbol: 106 = Last TSN
Text Symbol: 108 = Last TSN Date
Text Symbol: 109 = Date of Last TSN (DD/MM/YY)
Text Symbol: 110 = Transmission Sequence Number
Text Symbol: 111 = Part History
Text Symbol: 112 = End Item History
Text Symbol: 113 = Information
Text Symbol: 114 = Part No/Mfr Cd/Attributes
Text Symbol: 115 = Part Number/Manufacturer Code/Attributes !
Text Symbol: 116 = Alternate/Modified/Optional Parts
Text Symbol: 117 = Optional Suppliers and distributors
Text Symbol: 118 = Price and Quantity break
Text Symbol: 119 = Other Charges
Text Symbol: 101 = Reset Archive Indicator
Text Symbol: 100 = User text
Text Symbol: 099 = Set Archive Indicator
INCLUDE ADS2KIP_BROWSER_TOP.
INCLUDE ADS2KIP_BROWSER_LCL.
INCLUDE ADS2KIP_BROWSER_ALV_EVENT.
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.
SXC_EXIT_CHECK_ACTIVE CALL FUNCTION 'SXC_EXIT_CHECK_ACTIVE' EXPORTING exit_name = 'ADS2KIPBRO_SEL_SCR' EXCEPTIONS OTHERS = 99.
RS_SET_SELSCREEN_STATUS CALL FUNCTION 'RS_SET_SELSCREEN_STATUS' EXPORTING p_status = '3000' * p_program = 'ADS2KIP_BROWSER' TABLES p_exclude = excl.
SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING percentage = 0 text = text-081.
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 ADS2KIP_BROWSER or its description.
ADS2KIP_BROWSER - SPEC 2000 Initial Provisioning ADS2KIP_BROWSER - SPEC 2000 Initial Provisioning ADS2KIPUPL_UPDATEPARTAPI_MACRO - Macros used in the class CL_ADS2KIPUPL_UPDATE_PART_API ADS2KIPUPL_START_UPLOAD - SPEC 2000 Initial Provisioning: Upload ADS2KIPUPL_START_UPLOAD - SPEC 2000 Initial Provisioning: Upload ADS2KIPUPL_RUN_UPLOAD - SPEC2000 IP Upload: Run Upload in Background/Foreground