API_SPCIPSPLX SAP (Procurement Technical Data) Structure details

Dictionary Type: Structure
Description: Procurement Technical Data




ABAP Code to SELECT data from API_SPCIPSPLX
Related tables to API_SPCIPSPLX
Access table API_SPCIPSPLX




Structure field list including key, data, relationships and ABAP select examples

API_SPCIPSPLX is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Procurement Technical Data" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_API_SPCIPSPLX TYPE API_SPCIPSPLX.

The API_SPCIPSPLX table consists of various fields, each holding specific information or linking keys about Procurement Technical Data data available in SAP. These include KWD (API Update Indicator), UNT (API Update Indicator), UNCQNT (API Update Indicator), UNCUNT (API Update Indicator).. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP API_SPCIPSPLX structure fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
SPLSupplier Code ADSPC_SPLCHAR5CHAR5
KWDAPI Update Indicator ADS2KIPUPL_APIUPDATECHAR1CHAR1
UNTAPI Update Indicator ADS2KIPUPL_APIUPDATECHAR1CHAR1
UNCQNTAPI Update Indicator ADS2KIPUPL_APIUPDATECHAR1CHAR1
UNCUNTAPI Update Indicator ADS2KIPUPL_APIUPDATECHAR1CHAR1
UNPAPI Update Indicator ADS2KIPUPL_APIUPDATECHAR1CHAR1
ICRAPI Update Indicator ADS2KIPUPL_APIUPDATECHAR1CHAR1
PTCAPI Update Indicator ADS2KIPUPL_APIUPDATECHAR1CHAR1
PRCCAPI Update Indicator ADS2KIPUPL_APIUPDATECHAR1CHAR1
SPQAPI Update Indicator ADS2KIPUPL_APIUPDATECHAR1CHAR1
DISAPI Update Indicator ADS2KIPUPL_APIUPDATECHAR1CHAR1
PDPAPI Update Indicator ADS2KIPUPL_APIUPDATECHAR1CHAR1
LTMAPI Update Indicator ADS2KIPUPL_APIUPDATECHAR1CHAR1
PRPAPI Update Indicator ADS2KIPUPL_APIUPDATECHAR1CHAR1
SIRPNRAPI Update Indicator ADS2KIPUPL_APIUPDATECHAR1CHAR1
SIRMFRAPI Update Indicator ADS2KIPUPL_APIUPDATECHAR1CHAR1
CSDDNRAPI Update Indicator ADS2KIPUPL_APIUPDATECHAR1CHAR1
CSDMFRAPI Update Indicator ADS2KIPUPL_APIUPDATECHAR1CHAR1
CPNPNRAPI Update Indicator ADS2KIPUPL_APIUPDATECHAR1CHAR1
CPNMFRAPI Update Indicator ADS2KIPUPL_APIUPDATECHAR1CHAR1
PSPPNRAPI Update Indicator ADS2KIPUPL_APIUPDATECHAR1CHAR1
PSPMFRAPI Update Indicator ADS2KIPUPL_APIUPDATECHAR1CHAR1
MSQAPI Update Indicator ADS2KIPUPL_APIUPDATECHAR1CHAR1
EXPAPI Update Indicator ADS2KIPUPL_APIUPDATECHAR1CHAR1
EFFDATEAPI Update Indicator ADS2KIPUPL_APIUPDATECHAR1CHAR1
REPLACE_OSC_AS_SETData element for domain BOOLE: TRUE (='X') and FALSE (=' ') BOOLE_DCHAR1BOOLE
REPLACE_DST_AS_SETData element for domain BOOLE: TRUE (='X') and FALSE (=' ') BOOLE_DCHAR1BOOLE
REPLACE_PQA_AS_SETData element for domain BOOLE: TRUE (='X') and FALSE (=' ') BOOLE_DCHAR1BOOLE
REPLACE_OCH_AS_SETData element for domain BOOLE: TRUE (='X') and FALSE (=' ') BOOLE_DCHAR1BOOLE
DELETE_OSC_AS_SETData element for domain BOOLE: TRUE (='X') and FALSE (=' ') BOOLE_DCHAR1BOOLE
DELETE_DST_AS_SETData element for domain BOOLE: TRUE (='X') and FALSE (=' ') BOOLE_DCHAR1BOOLE
DELETE_PQA_AS_SETData element for domain BOOLE: TRUE (='X') and FALSE (=' ') BOOLE_DCHAR1BOOLE
DELETE_OCH_AS_SETData element for domain BOOLE: TRUE (='X') and FALSE (=' ') BOOLE_DCHAR1BOOLE

Key field Non-key field



How do I retrieve data from SAP structure API_SPCIPSPLX using ABAP code?

As API_SPCIPSPLX is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on API_SPCIPSPLX as there is no data to select.

How to access SAP table API_SPCIPSPLX

Within an ECC or HANA version of SAP you can also view further information about API_SPCIPSPLX and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!