- Home
- Resources
- SAP Tables
- DDPART - DD: Partitioned form of TBATG
SAP Table DDPART
DD: Partitioned form of TBATG
DDPART (DD: Partitioned form of TBATG) 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 DDPART to other SAP tables.
Source: DDPART (DD: Partitioned form of TBATG)
DDPART table fields
Field |
Data element |
Checktable |
Datatype |
Length |
Decimals |
|
PARTINDEX |
DD: Partition identifier |
PARTINDEX |
|
CHAR |
|
10 |
0 |
|
OBJECT |
DD: object type to which the operation is applied |
TBATGOBJ |
TBATG
|
CHAR |
|
4 |
0 |
|
TABNAME |
Name of the ABAP Dictionary object |
OBJECTNAME |
|
CHAR |
|
30 |
0 |
|
INDNAME |
Unique Index ID in a Table |
INDEXID |
|
CHAR |
|
3 |
0 |
|
TGORDER |
Sequence of processing by batch generator |
TGORDER |
|
NUMC |
|
1 |
0 |
|
FCT |
Function for Table Conversion Program |
TGFCT |
|
CHAR |
|
3 |
0 |
Possible values
CNV |
Activate, adjust database table and data |
CRE |
Create database object |
DEL |
Delete database object |
DNA |
Delete database object and active nametab |
MDF |
Activate, adjust database table, delete data |
MRG |
Cancel multiplexing |
CFR |
Force activation and adjustment |
ICN |
Incremental conversion |
STW |
Switch to target table (ICNV) |
NOP |
Empty operation, no error |
ERR |
Empty operation, semantic error |
BUG |
Empty operation, process aborts |
|
EXECMODE |
DD: entry for background processing or upgrade |
EXECMODE |
|
CHAR |
|
1 |
0 |
Possible values
B |
Edit TBATG with B entries |
I |
Edit TBATG with I entries |
|
SEVERITY |
DD: Status of an entry for mass processing |
TBATGSTATE |
|
CHAR |
|
1 |
0 |
Possible values
NULL |
Entry not yet processed |
P |
Entry is part of a partition |
E |
Entry processed, operation exited with error |
A |
Processed process terminated |
|
GDATE |
Date |
DATUM |
|
DATS |
|
8 |
0 |
|
GUSER |
DD: user requesting DDL operation |
TBATUSER |
|
CHAR |
|
12 |
0 |
|
PARTSTATE |
Dictionary: Status of the entry |
DDSTATE_D |
|
CHAR |
|
1 |
0 |
|
DDPART foreign key relationships
Table |
Field |
Foreign key table |
Foreign key field |
Check table |
Check field |
DDPART |
OBJECT |
DDPART |
OBJECT |
TBATG |
Control table for batch table conversion |
OBJECT |
DDPART |
OBJECT |
DDPART |
TABNAME |
TBATG |
Control table for batch table conversion |
TABNAME |
DDPART |
OBJECT |
DDPART |
INDNAME |
TBATG |
Control table for batch table conversion |
INDNAME |
DDPART |
OBJECT |
DDPART |
TGORDER |
TBATG |
Control table for batch table conversion |
TGORDER |
DDPART |
OBJECT |
DDPART |
FCT |
TBATG |
Control table for batch table conversion |
FCT |