CDHDR is a standard Change Documents Transparent Table in SAP Basis application, which stores Change document header data. Below you can view the Table Structure, columns(fields), SAP Wiki pages, discussion threads, related TCodes, FMs, ABAP Reports, BW Datasources, and Authorization Objects for CDHDR. You can use the transaction code SE16 to view the data in this table, and SE11 TCode for the table structure and definition.
CDHDR — Meta Data
Description: | Change document header |
Main Category: | Basis |
Sub Category: | Change Documents |
Table type: | Transparent Table (TRANSP) |
CDHDR — Table Structure, Fields(Columns) and Definitions
Position | Column Name | Description | Primary Key | Data Type | Length | Check Table |
---|---|---|---|---|---|---|
1 | MANDANT | Client | X | CLNT | 3 | T000 |
2 | OBJECTCLAS | Object class | X | CHAR | 15 | |
3 | OBJECTID | Object ID | X | CHAR | 90 | |
4 | CHANGENR | Change Number of Document | X | CHAR | 10 | |
5 | USERNAME | User Name in User Master Record | CHAR | 12 | ||
6 | UDATE | Unpaid Start Date | DATS | 8 | ||
7 | UTIME | BW Statistics Time | TIMS | 6 | ||
8 | TCODE | Screen number or transaction name | CHAR | 20 | TSTC | |
9 | PLANCHNGNR | Planned change number | CHAR | 12 | ||
10 | ACT_CHNGNO | Change number of the document created by this change | CHAR | 10 | ||
11 | WAS_PLANND | Flag: Change created from planned changes | CHAR | 1 | ||
12 | CHANGE_IND | Application object change type (U | CHAR | 1 | ||
13 | LANGU | Language | LANG | 1 | * | |
14 | VERSION | Production Version | CHAR | 3 | ||
15 | _DATAAGING | Data Filter Value for Data Aging | DATS | 8 |
SAP Help, Wiki Resources, and Forum Discussions on CDHDR
Click the above link for the full list of resources and help pages, only the first few are posted below
-
Generic extractor based on the tables CDHDR and CDPOS
I need an generic extractor based on the tables CDHDR and CDPOS and I do not know how to get that.
http://scn.sap.com/message/6997210
-
Generic delta queue for CDHDR | SCN
Has anyone used the function module to create a generic delta queue to work for extracting data from tables CDHDR and CDPOS when using the UDATE as the change date? I was able to find an alternate solution to extracting the data from these tables, but the solution is not approved, and it is suggested to use the function module and use a changed date to create the generic delta queue from RSO2.
http://scn.sap.com/message/1456945
-
View for CDPOS & CDHDR tables | SCN
I am developing a report for which I am fetching fields from CDPOS & CDHDR tables (both r cluster tables). when i run st05, it fetches values from a cluster table CDCLS which takes most of the database time.
http://scn.sap.com/message/4360403
-
!!Urgent!! help needed for CDHDR FM | SCN
I need to read the changes done for material. When I'm testing the function module through se37, it runs fine. Also, I am able to go and see the changes done by me in the contents of CDHDR. Following is my code, can someone tell me what I'm missing here:
http://scn.sap.com/message/1471226
-
CDHDR and CDPOS; using Z***_WRITE_DOCUMENT , abort with CD 328: DUPREC:POS
i have a generated Z***_WRITE_DOCUMENT for an own created table to log changes in tables CDHDR and CDPOS.
http://scn.sap.com/message/6489430
-
How the entries are made in CDHDR and CDPOS tables?
I have a dbtable ZTEST_DB which has one field (TESTFIELD). Its data element consists of change document enabled and I created a change document namely ZMYCHDOC in SCDO transaction and included this table and generated the function module ZMYCHDOC_WRITE_DOCUMENT .
http://scn.sap.com/message/6173119
-
How to Update CDHDR and CDPOS for a ZTable. | SCN
I have created a change document to update tables CDHDR and CDPOS ,which updates these tables when i insert a new record to my ZTABLE.Insertion of a new record is working fine,but when i update a existing record the CHANGEID COLUMN in CDPOS table is 'D'.
http://scn.sap.com/message/10606568
-
How to access faster CDHDR and cdpos tables | SCN
i am using CDHDR and cdpos tables right now in my current object. i have to select data from these tables
http://scn.sap.com/message/2290856
-
DSO on CDPOS and CDHDR | SCN
We are having a critical Scenario which we need to implement, but we are not able to get a clue eventhough after going through no. of ways in a random way.
http://scn.sap.com/message/8509122
-
Plant code like with CDHDR and CDPOS | SCN
I have created a report to see the changes made for the following document from CDHDR and CDPOS tables and cluster respectively
http://scn.sap.com/message/4316610
-
Sequential access on CDHDR table | SCN
How to improve this query on CDHDR which leads to Sequential access on CDHDR table so that it can improve performance, or is there any other means which i can achieve better performance on CDHDR?
http://scn.sap.com/message/3414011
Related Tables
TABLE | Description | Functional Area |
---|---|---|
CDPOS | Change document items | BC - Change Documents |
VBAK | Sales Document: Header Data | SD - Sales |
EKPO | Purchasing Document Item | MM - Purchasing |
MARA | General Material Data | Logistics - Material Master |
BDCP | Change pointer | Basis - ALE Integration Technology |
EBAN | Purchase Requisition | MM - Purchasing |
CDPOS_UID | Additional Table for Inclusion of TABKEY>70 Characters | Basis - Change Documents |
Transaction Codes for SAP Table CDHDR
TCODE | Description | Functional Area |
---|---|---|
SPRO | Customizing - Edit Project | Basis - Customizing Project Management (IMG) |
SE16 | Data Browser | Basis - Workbench Utilities |
SE11 | ABAP Dictionary Maintenance | Basis - Dictionary Maintenance |
BDCP | Number Range Maintenance: ALE_CP | Basis - ALE Integration Technology |
SCDO | Display Change Document Objects | Basis - Change Documents |
AUT10 | Evaluation of Audit Trail | LO - Electronic Data Records |
ME22N | Change Purchase Order | MM - Purchasing |
SE38 | ABAP Editor | Basis - ABAP Editor |
FMs for SAP Table CDHDR
FM | Description | Functional Area |
---|---|---|
CHANGEDOCUMENT_READ_HEADERS | Change document: Read change document header | Basis - Change Documents |
CHANGEDOCUMENT_READ_POSITIONS | Change document: Read change document items | Basis - Change Documents |
CHANGEDOCUMENT_READ | Change document: Read and edit change documents | Basis - Change Documents |
REUSE_ALV_GRID_DISPLAY | Output of a simple list (single-line) | Basis - SAP List Viewer |
READ_TEXT | SAPscript: Read text | BC - SAPscript |
BAPI_TRANSACTION_COMMIT | Execute external Commit when using BAPIs | Basis - ALE Integration Technology |
SO_NEW_DOCUMENT_ATT_SEND_API1 | SAPoffice: Send new document with attachments using RFC | Basis - Use Subcomponents |
CHANGEDOCUMENT_CLOSE | Change document: Close change document creation | Basis - Change Documents |
ABAP Reports for SAP Table CDHDR
ABAP REPORT | Description | Functional Area |
---|---|---|
RBDMIDOC | Creating IDoc Type from Change Pointers | Basis - ALE Integration Technology |
RSSCD100 | Display Change Documents | Basis - System Audit Information System |
RVSCD100 | Display Document Changes | SD - Basic Functions |
RSVTPROT | Evaluation of change logs | Basis - Table History |
RBDSEMAT | Send Material | Logistics - Material Master |
RBDAPP01 | Inbound Processing of IDocs Ready for Transfer | Basis - ALE Integration Technology |
RM06EAV1 | Purchasing Document Changes | MM - Purchasing |
RSEOUT00 | Process All Selected IDocs (EDI) | Basis - ALE Integration Technology |
BW Datasources for SAP Table CDHDR
BW DATASOURCE | Description | Functional Area |
---|---|---|
2LIS_02_ITM | Purchasing Data (Item Level) | MM - Materials Management |
2LIS_11_VAITM | Sales Document Item Data | SD - Sales and Distribution |
2LIS_02_HDR | Purchasing Data (Header Level) | MM - Materials Management |
0CUSTOMER_ATTR | Customer Number | Logistics - Logistics - General |
2LIS_02_SCL | Purchasing Data (Schedule Line Level) | MM - Materials Management |
2LIS_03_BF | Goods Movements From Inventory Management | MM - Materials Management |
0MATERIAL_ATTR | Material Number | Logistics - Logistics - General |
0MAT_PLANT_ATTR | Material Number with Plant | Logistics - Logistics - General |
Authorization Objects for SAP Table CDHDR
AUTHORIZATION OBJECT | Description | Functional Area |
---|---|---|
S_TCODE | Transaction Code Check at Transaction Start | |
C_VKORG | Transfer of Sales Organization Data | |
L_TCODE | Transaction Codes in the Warehouse Management System | |
S_TABU_DIS | Table Maintenance (via standard tools such as SM30) | |
S_ARCHIVE | Archiving | |
V_VBAK_VKO | Sales Document: Authorization for Sales Areas | |
F_KNA1_BED | Customer: Account Authorization | |
S_CARRID | Authorization Object for Airlines |
Most searched SAP Basis Components Tables
- Business Partner Tables
- Roles Tables
- Users List Tables
- Transport Requests Tables
- Unit Of Measure Tables
- Partner Functions Tables
- Address Tables
- Authorization Objects Tables
- Background Job Tables
- Idoc Tables
- Exchange Rate Tables
- User Name Tables
- Workflow Tables
- Email Address Tables
- User Groups Tables
- Task List Tables
- Su01 Tables
- Idoc Segment Tables
- Rfc Tables
- Language Tables
- Table Name Tables
- Change Log Tables