/BCV/C_INPAR SAP (Input Parameter) Table details

Dictionary Type: Table
Description: Input Parameter




ABAP Code to SELECT data from /BCV/C_INPAR
Related tables to /BCV/C_INPAR
Access table /BCV/C_INPAR




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

/BCV/C_INPAR is a standard SAP Table which is used to store Input Parameter data and is available within R/3 SAP systems depending on the version and release level.

The /BCV/C_INPAR table consists of various fields, each holding specific information or linking keys about Input Parameter data available in SAP. These include SEARCH_ID (Search Connector ID), ATTRIBUTE_ID (Field ID), DATA_ELEM (Data Element of Query Field), DATATYPE (Field Data Type).. 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: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)

Text table = /BCV/C_INPART


SAP /BCV/C_INPAR 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
SEARCH_IDSearch Connector ID /BCV/SIN_SEARCH_IDCHAR20/BCV/C_SRCH/BCV/SIN_SEARCH_ID/BCV/SIN_SEARCHID/BCV/H_SEARCHID
ATTRIBUTE_IDField ID /BCV/FND_ATTRIBUTE_IDCHAR30/BCV/FND_ATTRIBUTE_ID
DATA_ELEMData Element of Query Field /BCV/FND_ATTRIBUTE_DTELCHAR30/BCV/FND_DATA_ELEM/BCV/ELM_DATA_ELEM
DATATYPEField Data Type /BCV/SIN_DATATYPECHAR4DTYPE/BCV/FND_DATATYPE
LENGTHData Type Length /BCV/SIN_ATTRDTLENGTHNUMC10
CONVEXITConversion Exit /BCV/FND_CONVEXITCHAR5CONVEXIT/BCV/ELM_CONVEXIT
MEANINGMeaning /BCV/FND_MEANINGCHAR20/BCV/C_MEAN/BCV/FND_MEANING/BCV/ELM_MEANING
REQUIREDMandatory Field /BCV/FND_REQINDICATORCHAR1/BCV/FND_REQUIRED_IND
LOWERCASE_INDLowercase Letters Allowed in Field Values /BCV/FND_LOWERCASE_INDCHAR1/BCV/FND_LOWERCASE_IND
SELECT_OPTValue Range Selection /BCV/FND_SELINDICATORCHAR1/BCV/FND_SELIND
DECIMALSData Type Decimals /BCV/FND_DECIMALSNUMC6/BCV/FND_DECIMALS
ORIG_ATTR_IDOriginal Field ID /BCV/FND_ORIGINAL_ATTRIBUTE_IDCHAR40/BCV/FND_ORIGINAL_ATTRIBUTE_ID

Key field Non-key field



How do I retrieve data from SAP table /BCV/C_INPAR using ABAP code

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

SELECT SINGLE *
FROM /BCV/C_INPAR
INTO CORRESPONDING FIELDS OF WA_/BCV/C_INPAR
WHERE...

How to access SAP table /BCV/C_INPAR

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