SMDDOCTYPE is a standard Solution Manager Implementation Transparent Table in SAP SV application, which stores Documentation Types 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 SMDDOCTYPE. You can use the transaction code SE16 to view the data in this table, and SE11 TCode for the table structure and definition.
SMDDOCTYPE — Meta Data
Description: | Documentation Types |
Main Category: | SV |
Sub Category: | Solution Manager Implementation |
Table type: | Transparent Table (TRANSP) |
SMDDOCTYPE — Table Structure, Fields(Columns) and Definitions
Position | Column Name | Description | Primary Key | Data Type | Length | Check Table |
---|---|---|---|---|---|---|
1 | MANDT | Client | X | CLNT | 3 | |
2 | DOCTYPE | Document Type | X | CHAR | 8 | |
3 | SMD_UNIQUE | Single-Character Flag | CHAR | 1 | ||
4 | SMD_RELEVANT | Single-Character Flag | CHAR | 1 | ||
5 | TEMPL_LOIO_ID | ID for documents and relations | CHAR | 32 | ||
6 | STATUSSCHEMA | Status Schema | CHAR | 8 | ||
7 | CREA_USER | Created By | CHAR | 12 | ||
8 | CREA_TIME | Time of Creation (UTC) | NUMC | 14 | ||
9 | CHNG_USER | Last Changed By | CHAR | 12 | ||
10 | CHNG_TIME | Time of change (UTC) | NUMC | 14 |