MCKONAADD_OLD SAP (Additional Fields: Updating: Subseq. Settlement (Purchasing)) Structure details

Dictionary Type: Structure
Description: Additional Fields: Updating: Subseq. Settlement (Purchasing)




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




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

MCKONAADD_OLD 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 "Additional Fields: Updating: Subseq. Settlement (Purchasing)" 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_MCKONAADD_OLD TYPE MCKONAADD_OLD.

The MCKONAADD_OLD table consists of various fields, each holding specific information or linking keys about Additional Fields: Updating: Subseq. Settlement (Purchasing) data available in SAP. These include HWAER (Local Currency), WAERS (Purchase order currency), WAERSST (Currency key: vendor business volume: scale), WAERSKD (Currency key: vendor business volume: condition).. 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: Not classified


SAP MCKONAADD_OLD 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
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
HWAERLocal Currency HWAERCUKY5TCURCWAERS
WAERSPurchase order currency BSTWACUKY5Assigned to domainWAERS
WAERSSTCurrency key: vendor business volume: scale WAERSSTCUKY5Assigned to domainWAERS
WAERSKDCurrency key: vendor business volume: condition WAERSKDCUKY5Assigned to domainWAERS
BLTYPNDocument category price determination (subseq. settlement) BLTYPNCHAR2BLTYPN
BELNRDocument number: statistical update (subsequent settlement) BELNR_FOCHAR10Assigned to domainALPHAVBELN
POSNRItem number: statistical update (subsequent settlement) POSNR_FONUMC6Assigned to domainPOSNR
BOBASSettlement basis (for purchasing documents only) BOBASCHAR1BOBAS
STAFOUpdate group for statistics update STAFOCHAR6TMCBALPHASTAFOMCF
AKURSExch. rate: translation of loc. curr. into arrangement curr. AKURS_DDEC9(5) KKURS
KKURSE/rate f. transln. into local curr. (reb. arrangement curr.) KKURSADEC9(5) KURSP
STKURSExch. rate for transl. of local curr. -> cond. scale curr. STKURSDEC9(5) KKURS
KKURSSTExch. rate for transl. into local currency (scale currency) KKURSSTDEC9(5) KURSP
KDKURSExchange rate for transl. of local into condition currency KDKURSDEC9(5) KKURS
KKURSKDExch. rate for transln. into loc. currency (condition curr.) KKURSKDDEC9(5) KURSP
FSTORNOIndicator: cancel update FSTORNOCHAR1XFELD
FORZPSubsequent settlement: time of LIS update FORZPCHAR1FORZP
FORZPATime at which updating is carried out FORZPACHAR1FORZP
FOARTSubsequent settlement: update type (scale/condition basis) FOART_NACHAR1XFELD
KRUEKCondition is Relevant for Accrual (e.g. Freight) KRUEKCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table MCKONAADD_OLD

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