BAPIAPPREQVARNTMULTI SAP (Appropriation Request Variant (Master Data)) Structure details

Dictionary Type: Structure
Description: Appropriation Request Variant (Master Data)




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




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

BAPIAPPREQVARNTMULTI 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 Variant (Master Data)" 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_BAPIAPPREQVARNTMULTI TYPE BAPIAPPREQVARNTMULTI.

The BAPIAPPREQVARNTMULTI table consists of various fields, each holding specific information or linking keys about Appropriation Request Variant (Master Data) data available in SAP. These include DESCRIPTION (Description of appropriation request variant), APPR_GOVRN_AUTH (Approval by governmental authorities is required), ASSESSMNT_CRIT (Assessment criteria for appropriation request variants), COMPLETION_DATE (Desired completion date).. 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 BAPIAPPREQVARNTMULTI 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
APPREQVRNTVariant of Appropriation Request IMA_VARNTCHAR4ALPHAIMA_VARNTIAVSVARNT
DESCRIPTIONDescription of appropriation request variant IMA_TXV50CHAR50TEXT50
APPR_GOVRN_AUTHApproval by governmental authorities is required IMA_XGENEHCHAR1XFELD
ASSESSMNT_CRITAssessment criteria for appropriation request variants IMA_BWERTCHAR4Assigned to domainALPHAIMA_BWERT
COMPLETION_DATEDesired completion date IMA_FDATUDATS8DATUM
START_UP_DATEStart-up date (relative to/independent of implement. start) IMA_IDATUDATS8DATUM
INTERNAL_RATEInternal rate of return from preinvestment analysis IMA_IZFUSDEC5(2) DECV3_2
NET_PRESENT_VALCurrency amount in BAPI interfaces BAPICURR_DDEC23(4) BAPICURR
DISC_CASHFLOW_RATEDisc. cash flow rate f. app.req.variant in COarea currcy IMA_KAPRATDEC7(3) IMA_KAPRAT
PAYBACK_PERIODPayback period for appropriation requests IMA_AMORTDEC7(3) IMA_AMORT
VALUE_DATEReference date for the preinvestment analysis IMA_WIDATDATS8DATUM
COPIED_APPREQVRNTCopied appropriation request variant IMA_KVARNTCHAR4ALPHAIMA_VARNTIAV
CHANGE_DATEDate on which preinvestment analysis was manually changed IMA_DWIREDATS8DATUM
VERBAL_ASSESSMNTVerbal assessment of variant IMA_VBWRTCHAR50TEXT50

Key field Non-key field



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

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

How to access SAP table BAPIAPPREQVARNTMULTI

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