DPSPPC_INQ_CONF SAP (DP SPP: Inquiry Type configuration) Table details

Dictionary Type: Table
Description: DP SPP: Inquiry Type configuration




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




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

DPSPPC_INQ_CONF is a standard SAP Table which is used to store DP SPP: Inquiry Type configuration data and is available within R/3 SAP systems depending on the version and release level.

The DPSPPC_INQ_CONF table consists of various fields, each holding specific information or linking keys about DP SPP: Inquiry Type configuration data available in SAP. These include VKORG (Sales Organization), VTWEG (Distribution Channel), SPART (Division), AUART_T (Document Type for Templates).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP DPSPPC_INQ_CONF table 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
VKORGSales Organization VKORGCHAR4Assigned to domainVKORGVKOC_VKORG
VTWEGDistribution Channel VTWEGCHAR2Assigned to domainVTWEGVTWC_VTWEG
SPARTDivision SPARTCHAR2Assigned to domainSPARTSPAC_SPART
AUART_TDocument Type for Templates DPSPPD_AUART_TCHAR4TVAKAUARTAUART
AUART_BDocument Type for Shopping Basket DPSPPD_AUART_BCHAR4TVAKAUARTAUART

Key field Non-key field



How do I retrieve data from SAP table DPSPPC_INQ_CONF using ABAP code

The following ABAP code Example will allow you to do a basic selection on DPSPPC_INQ_CONF to SELECT all data from the table
DATA: WA_DPSPPC_INQ_CONF TYPE DPSPPC_INQ_CONF.

SELECT SINGLE *
FROM DPSPPC_INQ_CONF
INTO CORRESPONDING FIELDS OF WA_DPSPPC_INQ_CONF
WHERE...

How to access SAP table DPSPPC_INQ_CONF

Within an ECC or HANA version of SAP you can also view further information about DPSPPC_INQ_CONF 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!