HRDEBW_AUFTRAG SAP (HR-DBW: Structure of Order Record) Structure details

Dictionary Type: Structure
Description: HR-DBW: Structure of Order Record




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




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

HRDEBW_AUFTRAG 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 "HR-DBW: Structure of Order Record" 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_HRDEBW_AUFTRAG TYPE HRDEBW_AUFTRAG.

The HRDEBW_AUFTRAG table consists of various fields, each holding specific information or linking keys about HR-DBW: Structure of Order Record data available in SAP. These include CONSTANT2 (HR-DBW: Constant 2), CONSTANT3 (HR-DBW: Constant 3), SEQNR (HR-DBW: Sequence Number), VKENN (HR-DBW: Procedure ID).. 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 HRDEBW_AUFTRAG 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
CONSTANT1HR-DBW: Constant 1 P01W_CONSTANT1NUMC6NUM6
CONSTANT2HR-DBW: Constant 2 P01W_CONSTANT2NUMC2NUM2
CONSTANT3HR-DBW: Constant 3 P01W_CONSTANT3NUMC8NUM8
SEQNRHR-DBW: Sequence Number P01W_SEQNRNUMC3NUM3
VKENNHR-DBW: Procedure ID P01W_VKENNCHAR5P01W_VF
TRANSNRHR-DBW: Transfer Number P01W_TRANSNRNUMC3NUM3
VKENN_SPEZHR-DBW: Procedure ID Specification P01W_VKENN_SPEZCHAR5P01W_VF
BBNRAB1HR-DBW: Company Number of Sender P01W_BBNRAB1CHAR15D3BBNR
BBNRAB2HR-DBW: Company Number of Physical Sender P01W_BBNRAB2CHAR15D3BBNR
BBNREP1HR-DBW: Company Number of Recipient P01W_BBNREP1CHAR15D3BBNR
BBNREP2HR-DBW: Company Number of Physical Recipient P01W_BBNREP2CHAR15D3BBNR
CONSTANT4HR-DBW: Constant 4 P01W_CONSTANT4NUMC6NUM6
CONSTANT5HR-DBW: Constant 5 P01W_CONSTANT5NUMC6NUM6
TRANSNAMEHR-DBW: Name of Transfer File P01W_TRANSNAMECHAR11P01W_TRANSNAME
TIME_CREATEHR-DBW: Date/Time Processing Data Was Created P01W_TIME_CREATENUMC14NUM14
TIME_SENDHR-DBW: Date/Time of Transfer P01W_TIME_SENDNUMC14NUM14
CONSTANT6HR-DBW: Constant 6 P01W_CONSTANT6NUMC14NUM14
CONSTANT7HR-DBW: Constant 7 P01W_CONSTANT7NUMC14NUM14
CONSTANT8HR-DBW: Constant 8 P01W_CONSTANT8NUMC6NUM6
CONSTANT9HR-DBW: Constant 9 P01W_CONSTANT9NUMC1NUM1
SIZE_DATAHR-DBW: File Size in Bytes (Unencrypted) P01W_SIZE_DATANUMC12NUM12
SIZE_DATA_ENCRYPTHR-DBW: File Size in Bytes (Encrypted) P01W_SIZE_DATA_ENNUMC12NUM12
DATASETHR-DBW: Character Set P01W_DATASETCHAR2P01W_DATASET
COMPHR-DBW: Compression Procedure P01W_COMPRESSNUMC2P01W_COMPRESS
ENCRYPTHR-DBW: Encryption Method P01W_ENCRYPTNUMC2P01W_ENCRYPT
SIGNHR-DBW: Electronic Signature P01W_SIGNNUMC2P01W_SIGN
CONSTANT10HR-DBW: Constant 10 P01W_CONSTANT10CHAR3CHAR3
CONSTANT11HR-DBW: Constant 11 P01W_CONSTANT11NUMC5NUM5
CONSTANT12HR-DBW: Constant 12 P01W_CONSTANT12NUMC8NUM8
CONSTANT13HR-DBW: Constant 13 P01W_CONSTANT13NUMC1NUM1
CONSTANT14HR-DBW: Constant 14 P01W_CONSTANT14NUMC2NUM2
CONSTANT15HR-DBW: Constant 15 P01W_CONSTANT15NUMC1NUM1
CONSTANT16HR-DBW: Constant 16 P01W_CONSTANT16NUMC10NUM10
CONSTANT17HR-DBW: Constant 17 P01W_CONSTANT17NUMC6NUM6
BLANK1HR-DBW: Blank 1 P01W_BLANK1CHAR28CHAR28
BLANK2HR-DBW: Blank 2 P01W_BLANK2CHAR44CHAR44
BLANK3HR-DBW: Blank 3 P01W_BLANK3CHAR30CHAR30

Key field Non-key field



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

As HRDEBW_AUFTRAG 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 HRDEBW_AUFTRAG as there is no data to select.

How to access SAP table HRDEBW_AUFTRAG

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