RCDEF-PARAM SAP table Field - Parameter ID values










PARAM is a standard field within SAP Table RCDEF that stores Parameter ID information.

Below is the list of attribute values for the PARAM field including its length, data type, description text, associated data element, search help etc... You could also view this information on your SAP system if you enter the table name RCDEF or data type PARAM into the relevant SAP transactions such as SE11 or SE80 etc. Also check out the Contributions section below to add and view useful hints, tips and screen shots specific to this SAP table field.


Example ABAP code to select data from table RCDEF field PARAM

DATA: LD_PARAM TYPE RCDEF-PARAM.

SELECT single PARAM
FROM RCDEF
INTO LD_PARAM
WHERE...

Key data for field RCDEF-PARAM

Below is everything you need to know about the SAP param field in table RCDEF, Including example ABAP code to show you how to select data, attributes/info such as that it is a none Key Field of table RCDEF and that it stores Parameter ID


Attributes of PARAM field in SAP Table RCDEF

Main Table: RCDEF
Short Description: Parameter ID.
Position of field in table:0003
Keyfield:No
Application Class: CP
Mandatory:No
Check table:TC20
Used for foreign key relationship so that entries are restricted to those that appear within the primary key of the check table.
Memory ID:
Data type CHAR
Field Length 000006
Number of Decimals 000000
Internal type(i.e. C,I,N):C
Internal Length(in Bytes):000012
Reference table:
Can field have NULL value?:Yes
Data Element / Component Type:PARAMID
Domain name:PARAMID
Reference field for currency/qty fields:
Origin of Search help:P - Input help implemented with check table
The search help functionality for this field is implemented via the assignment of a foreign key relationship and the check table. Only entries that are contained within the linked fields of this check table are valid entries for this field.
Search help attached to field:
Is field a table (i.e. nested table):No
Depth for structured types:00
Component Type:Data Element
Is allocated Language Field?:
If a table/structure contains more than 1 language field (i.e. data type LANG) this flag denotes which one is used for the text language


Object Referenced type:
Position of field in database:0000
Check table name of the foreign key:TC20
Cardinality of a relationship:
Short text:
Message for unsuccessful foreign key check:


Other fields in SAP table RCDEF

Below is the field in the previous position and the next position of table RCDEF


SAP tables containing same field/data element

SAP tables containing data element PARAMID


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!