IMAK_CUR SAP (Appropriation Request Fields for Currency Translation) Structure details

Dictionary Type: Structure
Description: Appropriation Request Fields for Currency Translation




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




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

IMAK_CUR 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 "Appropriation Request Fields for Currency Translation" 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_IMAK_CUR TYPE IMAK_CUR.

The IMAK_CUR table consists of various fields, each holding specific information or linking keys about Appropriation Request Fields for Currency Translation data available in SAP. These include POSNR (Internal number for appropriation request), POSID (Appropriation Request Number (Formatted for Coding Mask)), AROBJNR (Object number), WAERS (Object currency of the appropriation request).. 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 IMAK_CUR 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
VKOKRSResponsible controlling area IMA_VKOKRSCHAR4Assigned to domainCACCDCAC
POSNRInternal number for appropriation request IMA_POSNRCHAR12Assigned to domainREQNRIMA_POSNRIAFIIMA
POSIDAppropriation Request Number (Formatted for Coding Mask) IMA_POSIDCHAR24REQIDIMA_POSIDIAGIIMA
AROBJNRObject number J_OBJNRCHAR22Assigned to domainJ_OBJNRONR
WAERSObject currency of the appropriation request IMA_WAERSCUKY5Assigned to domainWAERS
IVARTAppropriation request type IMA_IVARTCHAR2Assigned to domainALPHAIMA_IVARTIAA
VARNTVariant of Appropriation Request IMA_VARNTCHAR4ALPHAIMA_VARNTIAVSVARNT
OBJNRObject number J_OBJNRCHAR22Assigned to domainJ_OBJNRONR
KAPWRTNet present value of app. request variant in CO area curr. IMA_KAPWRTCURR15(2) WERTV8
KAPWRONet present value of approp.req. variant - obj. currency IMA_KAPWROCURR15(2) WERTV8
GJAHRApproval year of the investment program IM_GNJHRNUMC4GJAHRGJAHRGJR
VERSIVersion COVERSICHAR3Assigned to domainALPHACOVERSI
UPDFLGUpdate indicator IM_UPDKZCHAR1CHAR01

Key field Non-key field



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

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

How to access SAP table IMAK_CUR

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