BAPIAPPREQMASTER SAP (Approp. Request Master Data (IMAK,IMAKT,IMAKZS)) Structure details

Dictionary Type: Structure
Description: Approp. Request Master Data (IMAK,IMAKT,IMAKZS)




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




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

BAPIAPPREQMASTER 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 "Approp. Request Master Data (IMAK,IMAKT,IMAKZS)" 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_BAPIAPPREQMASTER TYPE BAPIAPPREQMASTER.

The BAPIAPPREQMASTER table consists of various fields, each holding specific information or linking keys about Approp. Request Master Data (IMAK,IMAKT,IMAKZS) data available in SAP. These include REQ_COMP_CODE (Requesting company code), RSP_COMP_CODE (Responsible company code), REQ_COMPANY (Requesting company), RSP_COMPANY (Responsible company).. 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 BAPIAPPREQMASTER 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
REQ_TXTDescription of appropriation request IMA_TXT50CHAR50TEXT50
REQ_COMP_CODERequesting company code IMA_ABUKRSCHAR4Assigned to domainBUKRSBUK
RSP_COMP_CODEResponsible company code IMA_VBUKRSCHAR4Assigned to domainBUKRSBUK
REQ_COMPANYRequesting company IMA_ARCOMPCHAR6Assigned to domainALPHARCOMPGCC
RSP_COMPANYResponsible company IMA_VRCOMPCHAR6Assigned to domainALPHARCOMPGCC
FUNCT_LOCATIONFunctional Location TPLNRCHAR30Assigned to domainTPLNRTPLNRIFLIFLM
PLANTPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
SCALEScale of investment objects IM_SIZECLCHAR2Assigned to domainALPHASIZECL
DESIRED_STARTDesired date for start of implementation IMA_WDATUDATS8DATUM
PRIORITYPriority of the appropriation request IMA_PRIORCHAR1Assigned to domainNW_PRIO
RSP_COST_CENTERResponsible cost center IMA_VKOSTLCHAR10Assigned to domainALPHAKOSTLKOS
RSP_PROF_CENTERResponsible profit center IMA_VPRCTRCHAR10Assigned to domainALPHAPRCTRPRC
RSP_BUS_AREAResponsible business area IMA_VGSBERCHAR4Assigned to domainGSBERGSB
X_EXTERNRequired by external authorities IMA_XEXTRNCHAR1XFELD
TRADING_PARTNERTrading partner number for app.requests within group IMA_VBUNDCHAR6Assigned to domainALPHARCOMP
APPR_DATEPlanned approval date for appropriation request IMA_GDATUDATS8DATUM
ORIG_APPR_YEARApproval year for appropriation request IMA_GJAHRNUMC4GJAHRGJAHR
LOCATIONPlanned location of appropriation request IMA_STORTCHAR10Assigned to domainAP_STAND
INV_CNTRYCountry for Which Approp. Request Is Planned IMA_LAND1CHAR3Assigned to domainLAND1
INV_CNTRY_ISOCountry ISO code INTCACHAR2INTCAF4_INTCA
OBJECTCLASSObject Class SCOPE_CVCHAR2SCOPESCOPE_CVPCO
ORIGINAL_APPREQAppropriation Request Number (Formatted for Coding Mask) IMA_POSIDCHAR24REQIDIMA_POSIDIAGIIMA
OBJECT_CURRENCYObject currency of the appropriation request IMA_WAERSCUKY5Assigned to domainWAERS
OBJECT_CURRENCY_ISOISO currency code ISOCDCHAR3ISOCD
ORDER_TYPEOrder Type AUFARTCHAR4Assigned to domainAUFARTAAT
PROJECT_PROFILEProject Profile PROFIDPROJCHAR7Assigned to domainPROFIDPROJPWS
STRAT_INDICATORStrategic Appropriation Request IM_STRATFLGCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table BAPIAPPREQMASTER

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