DFKKEXTDOC2 SAP (Encryption of Official Document Numbers) Table details

Dictionary Type: Table
Description: Encryption of Official Document Numbers




ABAP Code to SELECT data from DFKKEXTDOC2
Related tables to DFKKEXTDOC2
Access table DFKKEXTDOC2




Table field list including key, data, relationships and ABAP select examples

DFKKEXTDOC2 is a standard SAP Table which is used to store Encryption of Official Document Numbers data and is available within R/3 SAP systems depending on the version and release level.

The DFKKEXTDOC2 table consists of various fields, each holding specific information or linking keys about Encryption of Official Document Numbers data available in SAP. These include EXKEY (Official Document Number Key), EXKID (Key Identification), EXBELX (Official Document Number for Digital Signatures), BUKRS (Company Code).. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can Be Enhanced (Deep)


SAP DFKKEXTDOC2 table fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
MANDTClient MANDTCLNT3Assigned to domainMANDT
EXKEYOfficial Document Number Key EXKEY_KKCHAR40CHAR40
EXKIDKey Identification EXKID_KKCHAR2EXKID_KK
EXBELXOfficial Document Number for Digital Signatures EXBELX_KKCHAR60CHAR60
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
OBJECTName of number range object NROBJCHAR10Assigned to domainNROBJ
SUBOBJECTNumber range object subobject value NRSOBJCHAR6CHAR6
NRRANGENRNumber range number NRNRCHAR2CHAR2
TOYEARTo fiscal year NRYEARNUMC4GJAHRGJAHR
ENC_STRINGEncrypted Character String ENCCHAR_ST_KKSTRG0
ENC_XSTRINGEncrypted Byte Chain ENCBYTE_ST_KKRSTR0
ENC_ATTR1Attribute for Digital Signature ATTRIBUTE40_KKCHAR40CHAR40
ENC_ATTR2Attribute for Digital Signature ATTRIBUTE40_KKCHAR40CHAR40
ENC_ATTR3Attribute for Digital Signature ATTRIBUTE40_KKCHAR40CHAR40
ENC_ATTR4Attribute for Digital Signature ATTRIBUTE40_KKCHAR40CHAR40
ENC_ATTR5Attribute for Digital Signature ATTRIBUTE40_KKCHAR40CHAR40
SDATAXAdditional Data for Digital Signature SDATAX_KKSTRG0
ENCREQEncryption Required ENCREQ_KKCHAR1XFELD
ENCCREEncryption Performed ENCCRE_KKCHAR1XFELD
ENC_USEREncryption by User ENCUSNAM_KKCHAR12USNAM
ENC_DATEEncryption Date ENCDATE_KKDATS8DATUM
ENC_TIMEEncryption Time ENCTIME_KKTIMS6UZEIT
ENCBATCHEncryption Changed in Batch Process ENCBATCH_KKCHAR1XFELD
CHANGE_USEREncryption by User ENCUSNAM_KKCHAR12USNAM
CHANGE_DATEEncryption Date ENCDATE_KKDATS8DATUM
CHANGE_TIMEEncryption Time ENCTIME_KKTIMS6UZEIT
PT_DS_PRTPAT_PREDigital Signature PT: Print Pattern of Previous Document IDPT_DS_PREVPRINT_CHARCHAR7
PT_INV_DATEDigital Signature PT: Invoice/Billing/Document Date IDPT_DS_INV_DATECHAR10CHAR10
PT_INV_NODigital Signature PT: Complete ODN of Document to be Signed IDPT_DS_INVOICE_NUMCHAR60CHAR60
PT_INV_CRESYSDigital Signature PT: System Entry Date and Time IDPT_DS_SY_DATECHAR19CHAR19
PT_INV_TOTALDigital Signature PT: Gross Amount IDPT_DS_GROSS_TOTALCHAR23CHAR23
PT_DS_PRTPATDigital Signature PT: Print Pattern of Current Document IDPT_DS_PRINT_CHARCHAR7

Key field Non-key field



How do I retrieve data from SAP table DFKKEXTDOC2 using ABAP code

The following ABAP code Example will allow you to do a basic selection on DFKKEXTDOC2 to SELECT all data from the table
DATA: WA_DFKKEXTDOC2 TYPE DFKKEXTDOC2.

SELECT SINGLE *
FROM DFKKEXTDOC2
INTO CORRESPONDING FIELDS OF WA_DFKKEXTDOC2
WHERE...

How to access SAP table DFKKEXTDOC2

Within an ECC or HANA version of SAP you can also view further information about DFKKEXTDOC2 and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


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!