WBRK_ODATA SAP (Header Fields Agency Documentation for Odata) Structure details

Dictionary Type: Structure
Description: Header Fields Agency Documentation for Odata




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




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

WBRK_ODATA 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 "Header Fields Agency Documentation for Odata" 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_WBRK_ODATA TYPE WBRK_ODATA.

The WBRK_ODATA table consists of various fields, each holding specific information or linking keys about Header Fields Agency Documentation for Odata data available in SAP. These include WBELN (Agency Business: Document Number), SPART (Division), VTWEG (Distribution Channel), VKORG (Sales Organization).. 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: Can be enhanced (character-type or numeric)


SAP WBRK_ODATA 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
WBELNAgency Business: Document Number WBELN_AGCHAR10Assigned to domainALPHAWBELN
SPARTDivision SPARTCHAR2Assigned to domainSPARTSPAC_SPART
VTWEGDistribution Channel VTWEGCHAR2Assigned to domainVTWEGVTWC_VTWEG
VKORGSales Organization VKORGCHAR4Assigned to domainVKORGVKOC_VKORG
KUNREBill-to party KUNRECHAR10Assigned to domainALPHAKUNNRKUN
VALDTFixed Value Date WVALDTDATS8DATUM
VALTGAdditional value days WVALTGNUMC2TAGE2
ZBD3TNet Payment Terms Period DZBD3TDEC3ZBDXT
ZBD2PCash Discount Percentage 2 DZBD2PDEC5(3) PRZ23
ZBD2TCash discount days 2 DZBD2TDEC3ZBDXT
ZBD1PCash Discount Percentage 1 DZBD1PDEC5(3) PRZ23
ZBD1TCash (Prompt Payment) Discount Days DZBDETDEC3ZBDXT
ZTERMTerms of Payment Key DZTERMCHAR4ZTERM
ZLSCHPayment Method DZLSCHCHAR1Assigned to domainZLSCH
VALDTDFixed Value Date (Customer) WVALDDDATS8DATUM
VALTGDAdditional Value Days (Customer) WVALTDNUMC2TAGE2
ZBD3TDDeadline for Customer Net Condition WZBD3TDDEC3ZBDXT
ZBD2PDCash Discount Percentage 2 Customer WZBD2PDDEC5(3) PRZ23
ZBD2TDCash discount period 2 customer WZBD2TDDEC3ZBDXT
ZBD1PDCash discount percentage 1 customer WZBD1PDDEC5(3) PRZ23
ZBD1TDCash Discount Period for Customer WZBD1TDDEC3ZBDXT
ZTERMDTerms of Payment Key for Customer WZTERMDCHAR4ZTERM
ZLSCHDCustomer payment method SCHZW_BSEGDCHAR1Assigned to domainZLSCH
RFBSKStatus for transfer to accounting WFBSKCHAR1WFBSK
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
EKORGPurchasing Organization EKORGCHAR4Assigned to domainEKORGEKO
EKGRPPurchasing Group EKGRPCHAR3Assigned to domainEKGRPEKG
LIFREDifferent Invoicing Party LIFRECHAR10Assigned to domainALPHALIFNRLRE
WFDATAgency business: Posting date WFDATDATS8DATUM
WRARTAgency business: Payment type WRARTCHAR4Assigned to domainWRARTWRA
BLDATDocument Date in Document BLDATDATS8DATUM
WKURS_DATTranslation Date WWERT_DDATS8DATUM
KUFIXIndicator: Fixing of exchange rate WKUFIXCHAR1XFELD
ZUONRAssignment Number DZUONRCHAR18ZUONR
KIDNOPayment Reference KIDNOCHAR30CHAR30
KUNRGPayer KUNRGCHAR10Assigned to domainALPHAKUNNR
LNRZBAgency business: Payee W_LIFZECHAR10Assigned to domainALPHALIFNR
LFTYPAgency business: Billing category WFTYPCHAR2WFTYP
POST_PARTYPosting Partner WLF_POST_PARTYCHAR1WLF_POST_PARTY
LFAKSAgency business: cancelled (reversed) document LFAKSCHAR10Assigned to domainALPHAWBELN
ABARTSettlement Type NAFKTCHAR1NAFKT
LOGSYSLogical system LOGSYSCHAR10Assigned to domainALPHALOGSYS
XBLNRReference Document Number XBLNR1CHAR16XBLNR1
WAERLCurrency of Agency Document WAERLCUKY5Assigned to domainWAERSFWS
BRTWRAgenncy Business: Gross value in document currency BRTWR_LFCURR15(2) WERTV8
INCO1Incoterms (Part 1) INCO1CHAR3Assigned to domainINCO1
INCO2Incoterms (Part 2) INCO2CHAR28INCO2
ESTATUSAgency business: Application status WSTATECHAR4Assigned to domainWSTATE

Key field Non-key field



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

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

How to access SAP table WBRK_ODATA

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