HRD3DSKO SAP (Communication Data Record (DSKO)) Structure details

Dictionary Type: Structure
Description: Communication Data Record (DSKO)




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




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

HRD3DSKO is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Communication Data Record (DSKO)" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_HRD3DSKO TYPE HRD3DSKO.

The HRD3DSKO table consists of various fields, each holding specific information or linking keys about Communication Data Record (DSKO) data available in SAP. These include VF (Data Record Procedure Indicator), BBNRAB (HR-DDU: Company Number of Logical Sender), BBNREP (Company Number of Logical Recipient), VERNR (Version Number).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP HRD3DSKO structure 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
KEData Record Communication ID P01DSKOKECHAR4CHAR4
VFData Record Procedure Indicator D3VFCHAR5D3VF
BBNRABHR-DDU: Company Number of Logical Sender D3BBNRABCHAR15D3BBNR
BBNREPCompany Number of Logical Recipient D3BBNREPCHAR15D3BBNR
VERNRVersion Number D3VERNRNUMC2D3VERNR
EDCreation Date and Time of the Data Record D3EDNUMC20D3ED
FEKZIndicator for Data Records with Errors D3FEKZNUMC1D3FEKZ
FEANNumber of Data Record Errors D3FEANNUMC1D3FEAN
BBNRVUCompany Number of Responsible Party (Employer) D3BBNRVUCHAR15D3BBNR
PRODIDData Record DSKO: Prod ID D3PRODIDCHAR7D3PRODID
MODIDData Record DSKO: Mod. ID D3MODIDCHAR8D3MODID
NAME1Sender's Name P01_NAME1CHAR30TEXT30
NAME2Sender's Second Name P01_NAME2CHAR30TEXT30
NAME3Sender's Third Name P01_NAME3CHAR30TEXT30
PLZPostal Code D3PLZCHAR10D3PLZ
ORTCity D3ORTCHAR34D3ORT
STRStreet D3STRCHAR33D3STR
NRHouse Number D3NRCHAR9D3NR
ANRAPForm of Address for Contact Person (Mr., Mrs...etc) P01_ANRAPCHAR1D3GE
NAMEAPName of Contact Person P01_NAMEAPCHAR30TEXT30
TELAPTelephone Number of Contact Person P01_TELAPCHAR20TEXT20
FAXAPFax Number of Contact Person P01_FAXAPCHAR20TEXT20
EMAILAPE-Mail Address of Contact for Logs at Creator's Office P01_EMAILAPCHAR70TEXT70
VERBESTConfirmation of Processing Without Errors P01_VERBESTCHAR1P01_VERBEST
FERUECKEncrypted Return of Data Records with Errors P01_FERUECKCHAR1P01_FERUECK
RESERVE3-Byte field CHAR3CHAR3CHAR3

Key field Non-key field



How do I retrieve data from SAP structure HRD3DSKO using ABAP code?

As HRD3DSKO is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on HRD3DSKO as there is no data to select.

How to access SAP table HRD3DSKO

Within an ECC or HANA version of SAP you can also view further information about HRD3DSKO 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!