MC45W_0HDR SAP (Agency business extraction: Document header) Structure details

Dictionary Type: Structure
Description: Agency business extraction: Document header




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




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

MC45W_0HDR 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 "Agency business extraction: Document header" 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_MC45W_0HDR TYPE MC45W_0HDR.

The MC45W_0HDR table consists of various fields, each holding specific information or linking keys about Agency business extraction: Document header data available in SAP. These include ABART (Settlement Type), AEDAT (Changed On), BLDAT (Document Date in Document), BRTWR (Agenncy Business: Gross value in document currency).. 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 MC45W_0HDR 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
ROCANCELIndicator: Cancel Data Record ROCANCELCHAR1BOOLE
ABARTSettlement Type NAFKTCHAR1NAFKT
AEDATChanged On AEDATDATS8DATUM
BLDATDocument Date in Document BLDATDATS8DATUM
BRTWRAgenncy Business: Gross value in document currency BRTWR_LFCURR15(2) WERTV8
BRTWRDAgency Business: Gross Value of Doc.Currency (Customr-Side) BRTWRD_LFCURR15(2) WERTV8
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
EKGRPPurchasing Group EKGRPCHAR3Assigned to domainEKGRPEKG
EKORGPurchasing Organization EKORGCHAR4Assigned to domainEKORGEKO
ERDATDate on Which Record Was Created ERDATDATS8DATUM
ERNAMName of Person who Created the Object ERNAMCHAR12USNAM
GSKTOAmount eligible for cash discount in document currency SKFBPCURR13(2) WERTV7
GSKTODAmount eligible for cash discount in document currency SKFBPCURR13(2) WERTV7
HWAERLocal Currency HWAERCUKY5Assigned to domainWAERS
INVOICE_IDBusinessTransactionDocumentID WLF_BTD_IDCHAR35
KKBERCredit control area KKBERCHAR4Assigned to domainKKBERKKB
KUNREBill-to party KUNRECHAR10Assigned to domainALPHAKUNNRKUN
KUNRGPayer KUNRGCHAR10Assigned to domainALPHAKUNNR
KURSTExchange Rate Type KURSTCHAR4Assigned to domainKURSTKUT
LANDLSupplying Country LANDLCHAR3Assigned to domainLAND1
LFARTAgency business: Billing document type WFARTCHAR4Assigned to domainWFARTWFA
LFART_RLRemuneration List Type, Vendor Billing Document WFART_RLCHAR4Assigned to domainWFART
LFGRUAgency business: Reason for activity WFGRUCHAR3Assigned to domainWFGRU
LFTYPAgency business: Billing category WFTYPCHAR2WFTYP
LIFREDifferent Invoicing Party LIFRECHAR10Assigned to domainALPHALIFNRLRE
LNRZBAgency business: Payee W_LIFZECHAR10Assigned to domainALPHALIFNR
LOGSYSLogical system LOGSYSCHAR10Assigned to domainALPHALOGSYS
MWSBKTax amount in document currency MWSBPCURR13(2) WERTV7
MWSBKDTax amount in document currency (customer-side) MWSBPDCURR13(2) WERTV7
NETWRAgency Business: Net value in document currency NETWR_LFCURR15(2) WERTV8
NETWRDAgency value: Net Value in Document Currency (Customer-Side) NETWRD_LFCURR15(2) WERTV8
RFBSKStatus for transfer to accounting WFBSKCHAR1WFBSK
SETTL_STATUS_VAB: Settlement Status - Vendor WLF_SETTLEMENT_STATUS_VCHAR1WLF_SETTLEMENT_STATUS
SPARTDivision SPARTCHAR2Assigned to domainSPARTSPAC_SPART
STAFOUpdate group for statistics update STAFOCHAR6Assigned to domainALPHASTAFOMCF
VKBURSales Office VKBURCHAR4Assigned to domainVKBURVKB
VKGRPSales Group VKGRPCHAR3Assigned to domainVKGRPVKG
VKORGSales Organization VKORGCHAR4Assigned to domainVKORGVKOC_VKORG
VTWEGDistribution Channel VTWEGCHAR2Assigned to domainVTWEGVTWC_VTWEG
WAERLCurrency of Agency Document WAERLCUKY5Assigned to domainWAERSFWS
WBELNAgency Business: Document Number WBELN_AGCHAR10Assigned to domainALPHAWBELN
WBELN_RLAgency Business: Document Number of Remuneration List WBELN_RLCHAR10Assigned to domainALPHAWBELNWLR
WBTYPSettlement request: Payment type WBTYPCHAR1WBTYP
WDTYPAgency Business: Document Category DOCTYPECHAR1DOCTYPE
WFDATAgency business: Posting date WFDATDATS8DATUM
WFDAT_RLAgency Business: Posting Date for the Remuneration List WFDAT_RLDATS8DATUM
WRARTAgency business: Payment type WRARTCHAR4Assigned to domainWRARTWRA
WRTYPEntry category: payment WRTYPCHAR1WRTYP
WSTWAEAgency Business: Statistics Currency WSTWAECUKY5Assigned to domainWAERS
ZEITPEvent for which updating should take place DZEITPCHAR2Assigned to domainZEITP
PERIVFiscal Year Variant PERIVCHAR2Assigned to domainPERIV
NOHDRCounter for Documents MC_NOHDRDEC7ZAEHL
ANZVGRLKey Figure: Number of Remuneration Lists (Payment) MC_ARLRKRGDEC9MCZAEHLER
ANZVGLFKey Figure: No. of Invoice Lists (Vendor Billing Document) MC_ARLRKRLDEC9MCZAEHLER
ANZRGKey figure: Number of payment requests MC_AWBRKRGDEC9MCZAEHLER
ANZLFKey figure: Number of vendor billing documents MC_AWBRKRLDEC9MCZAEHLER

Key field Non-key field



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

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

How to access SAP table MC45W_0HDR

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