ORDER_MASTER_ADD_INVESTMNT SAP (Internal Order: Master Data - Additional Investment Fields) Structure details

Dictionary Type: Structure
Description: Internal Order: Master Data - Additional Investment Fields




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




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

ORDER_MASTER_ADD_INVESTMNT 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 "Internal Order: Master Data - Additional Investment Fields" 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_ORDER_MASTER_ADD_INVESTMNT TYPE ORDER_MASTER_ADD_INVESTMNT.

The ORDER_MASTER_ADD_INVESTMNT table consists of various fields, each holding specific information or linking keys about Internal Order: Master Data - Additional Investment Fields data available in SAP. These include INV_PROG_POS (Identification for an investment program position), APPROVAL_YR (Approval year of the investment program), INVESTM_TXT1 (Short description), INVESTM_TXT2 (Short description).. 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 ORDER_MASTER_ADD_INVESTMNT 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
INVESTM_PROGInvestment program name IM_PRNAMCHAR8Assigned to domainIM_PRNAMIMT
INV_PROG_POSIdentification for an investment program position IM_POSIDCHAR24POSIDIM_POSIDIMP
APPROVAL_YRApproval year of the investment program IM_GNJHRNUMC4GJAHRGJAHRGJR
INVESTM_TXT1Short description IM_POST1CHAR40TEXT40
INVESTM_TXT2Short description IM_POST1CHAR40TEXT40
APROP_REQ_NRInternal number for appropriation request IMA_POSNRCHAR12Assigned to domainREQNRIMA_POSNRIAFIIMA
APROP_REQ_TXTDescription of appropriation request IMA_TXT50CHAR50TEXT50
ASSET_CLASSAsset Class ANLKLCHAR8Assigned to domainALPHAANLKLANKSH_ANLKA
CAPITALIZ_DATEPlanned capitalization date AM_AKTIVPDATS8DATUM
ASSET_CLASS_TXTShort Text for Asset Class Name TXT20_ANKTCHAR20TEXT20

Key field Non-key field



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

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

How to access SAP table ORDER_MASTER_ADD_INVESTMNT

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