SAP Table CDPOS
Change document items
CDPOS (Change document items) is a standard table in SAP R\3 ERP systems. Below you can find the technical details of the fields that make up this table. Key fields are marked in blue.
Additionally we provide an overview of foreign key relationships, if any, that link CDPOS to other SAP tables.
CDPOS table fields
Field | Data element | Checktable | Datatype | Length | Decimals | |||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
MANDANT | Client | MANDT | T000 | CLNT | 3 | 0 | ||||||||||||
OBJECTCLAS | Object class | CDOBJECTCL | CHAR | 15 | 0 | |||||||||||||
OBJECTID | Object value | CDOBJECTV | CHAR | 90 | 0 | |||||||||||||
CHANGENR | Document change number | CDCHANGENR | CDHDR | CHAR | 10 | 0 | ||||||||||||
TABNAME | Table Name | TABNAME | CHAR | 30 | 0 | |||||||||||||
TABKEY | Changed table record key | CDTABKEY | CHAR | 70 | 0 | |||||||||||||
FNAME | Field Name | FIELDNAME | CHAR | 30 | 0 | |||||||||||||
CHNGIND | Change Type (U, I, S, D) | CDCHNGIND | CHAR | 1 | 0 |
Possible values
|
||||||||||||
TEXT_CASE | Flag: X=Text change | CDXFELD | CHAR | 1 | 0 |
Possible values
|
||||||||||||
UNIT_OLD | Change documents, unit referenced | CDUNIT | UNIT | 3 | 0 | |||||||||||||
UNIT_NEW | Change documents, unit referenced | CDUNIT | UNIT | 3 | 0 | |||||||||||||
CUKY_OLD | Change documents, referenced currency | CDCUKY | TCURC | CUKY | 5 | 0 | ||||||||||||
CUKY_NEW | Change documents, referenced currency | CDCUKY | TCURC | CUKY | 5 | 0 | ||||||||||||
VALUE_NEW | New contents of changed field | CDFLDVALN | CHAR | 254 | 0 | |||||||||||||
VALUE_OLD | Old contents of changed field | CDFLDVALO | CHAR | 254 | 0 |
CDPOS foreign key relationships
Table | Field | Foreign key table | Foreign key field | Check table | Check field | |
---|---|---|---|---|---|---|
CDPOS | CHANGENR | CDPOS | MANDANT | CDHDR | Change document header | MANDANT |
CDPOS | CHANGENR | CDPOS | OBJECTCLAS | CDHDR | Change document header | OBJECTCLAS |
CDPOS | CHANGENR | CDPOS | OBJECTID | CDHDR | Change document header | OBJECTID |
CDPOS | CHANGENR | CDPOS | CHANGENR | CDHDR | Change document header | CHANGENR |
CDPOS | CUKY_NEW | CDPOS | CUKY_NEW | TCURC | Currency Codes | WAERS |
CDPOS | CUKY_NEW | CDPOS | MANDANT | TCURC | Currency Codes | MANDT |
CDPOS | CUKY_OLD | CDPOS | MANDANT | TCURC | Currency Codes | MANDT |
CDPOS | CUKY_OLD | CDPOS | CUKY_OLD | TCURC | Currency Codes | WAERS |
CDPOS | MANDANT | CDPOS | MANDANT | T000 | Clients | MANDT |