SAP Reports / Programs

ADSPC_IP SAP ABAP Report - SPEC 2000: Initial Provisioning







ADSPC_IP 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 ADSPC_IP into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

ADRF - ORF: Stock Calculation
ADIP - SPEC 2000: Initial Provisioning
ADBT - ORF: Stock Calculation (Batch)


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 ADSPC_IP. "Basic submit
SUBMIT ADSPC_IP AND RETURN. "Return to original report after report execution complete
SUBMIT ADSPC_IP 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: CHAP = Chapter number / System code
Selection Text: FIGURE = Figure Number
Selection Text: G_FL_CUS = Customer
Selection Text: G_FL_EIM = End Item manufacturer
Selection Text: G_FL_EIP = End Item Part Number
Selection Text: G_FL_ESS = Essentiality Code
Selection Text: G_FL_MFR = Manufacturer
Selection Text: G_FL_PNR = Part Number
Selection Text: G_FL_REC = Recommended Quantity
Selection Text: G_FL_SPC = Spare Part Class Code
Selection Text: G_FL_SPL = Supplier
Selection Text: G_FL_STS = Status selection profile
Selection Text: VAR_ITM = Variant-Item Number
Selection Text: VAR_FIG = Variant-Figure Number
Selection Text: UNIT = Unit Number
Selection Text: STAT_INC = Status inclusive
Selection Text: STAT_EXC = Status exclusive
Selection Text: SB_SB_C = Sub-sub-chap number
Selection Text: SB_CHAP = Sub-chap number
Selection Text: R_MOA = Model of Applicability Code
Selection Text: ITEM = Item Number
Selection Text: G_SQNBR = Sequence Number
Selection Text: G_PRCHG = Price change since last trans.
Title: SPEC 2000: Initial Provisioning
Text Symbol: 047 = Maintain user status
Text Symbol: 048 = Maintain system status
Text Symbol: 049 = Display drawing
Text Symbol: 050 = Suppliers View
Text Symbol: 051 = Change text
Text Symbol: 052 = Display
Text Symbol: 053 = Maintain model description
Text Symbol: 054 = Deselect all
Text Symbol: 055 = Select all
Text Symbol: 056 = Refresh IP tree
Text Symbol: 057 = Mark for usage
Text Symbol: 058 = Not used
Text Symbol: 059 = Select appropriate transmission
Text Symbol: 060 = End Items View





Text Symbol: 061 = Display
Text Symbol: 062 = Change (text)
Text Symbol: 063 = Upload log
Text Symbol: 064 = Same Sequence Number exists multiple times. Please select one.
Text Symbol: 065 = Upload date
Text Symbol: 066 = Parts restricted to uploaded file
Text Symbol: 067 = Text
Text Symbol: 046 = Change history
Text Symbol: 022 = Price Break - Quantity and Amount
Text Symbol: 021 = Other charges - Code and Amount
Text Symbol: 020 = ATA 100 - Part Number View
Text Symbol: 019 = Effectivity
Text Symbol: 018 = Unknown
Text Symbol: 017 = On hold
Text Symbol: 016 = Deleted
Text Symbol: 015 = Completed
Text Symbol: 014 = In process
Text Symbol: 013 = Revised - manl
Text Symbol: 012 = Revised - auto
Text Symbol: 011 = New
Text Symbol: 010 = ATA 100 - Chapters View
Text Symbol: 009 = Used on assemblies
Text Symbol: 008 = No active status exists
Text Symbol: 007 = End Items
Text Symbol: 006 = System status legend
Text Symbol: 005 = System status
Text Symbol: 004 = Additional dta
Text Symbol: 003 = ATA Chapter
Text Symbol: 002 = Additional data
Text Symbol: 001 = ATA Chapter
Text Symbol: 023 = Locations
Text Symbol: 045 = Create master data
Text Symbol: 044 = Batch master data
Text Symbol: 043 = Stock calculation
Text Symbol: 042 = Stock calculation: batch processing
Text Symbol: 041 = Maintain chapter description
Text Symbol: 040 = Default View
Text Symbol: 039 = Close
Text Symbol: 038 = Optional Suppliers





Text Symbol: 037 = Distributors
Text Symbol: 036 = Part Number
Text Symbol: 035 = Manufacturer
Text Symbol: 034 = Interchangeability Code
Text Symbol: 033 = Manufacturer's authority text
Text Symbol: 032 = Service Bulletin Number
Text Symbol: 031 = Quantity
Text Symbol: 030 = Manufacturer Number View
Text Symbol: 029 = Amount
Text Symbol: 028 = Code
Text Symbol: 027 = Eff range
Text Symbol: 026 = Suppliers
Text Symbol: 025 = Supplier details
Text Symbol: 024 = Location details


INCLUDES used within this REPORT ADSPC_IP

INCLUDE: ADSPC_IP_TOP.
INCLUDE: ADSPC_IP_LCL.
INCLUDE: ADS2KIP_BROWSER_SWITCH.


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:

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.



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