ORDER_MASTER_TXT SAP (Internal Order: Master Data - TEXT) Structure details

Dictionary Type: Structure
Description: Internal Order: Master Data - TEXT




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




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

ORDER_MASTER_TXT 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 - TEXT" 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_TXT TYPE ORDER_MASTER_TXT.

The ORDER_MASTER_TXT table consists of various fields, each holding specific information or linking keys about Internal Order: Master Data - TEXT data available in SAP. These include CO_AREA_TXT (Name of the controlling area), TAXJURCODE_TXT (Description), BUS_AREA_TXT (Business area description), COMP_CODE_TXT (Name of Company Code or 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: Can be enhanced (character-type)


SAP ORDER_MASTER_TXT 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
ORDER_TYPE_TXTShort Text AUARTTEXTCHAR40TEXT40
CO_AREA_TXTName of the controlling area BEZEICHAR25TEXT25
TAXJURCODE_TXTDescription TEXT1_TXJTCHAR50TEXT50
BUS_AREA_TXTBusiness area description GTEXTCHAR30TEXT30
COMP_CODE_TXTName of Company Code or Company BUTXTCHAR25TEXT25
PLANT_TXTName NAME1CHAR30TEXT30
FUNC_AREA_TXTName of the functional area FKBTXCHAR25TEXT25
OBJECTCLASS_TXTShort Text for Fixed Values VAL_TEXTCHAR60DDTEXT
PROFIT_CTR_TXTGeneral Name KTEXTCHAR20TEXT20
RESPCCTR_TXTDescription KLTXTCHAR40TEXT40
REQUEST_CCTR_TXTDescription KLTXTCHAR40TEXT40
WBS_ELEMENT_TXTPS: Short description (1st text line) PS_POST1CHAR40TEXT40
REQUEST_COMP_CODE_TXTName of Company Code or Company BUTXTCHAR25TEXT25
REQUEST_ORDER_TXTDescription AUFTEXTCHAR40TEXT40
LOCATION_TXTText, 40 Characters Long TEXT40CHAR40TEXT40
LOCATION_PLANT_TXTName NAME1CHAR30TEXT30
S_ORD_ITEM_TXTShort text for sales order item ARKTXCHAR40TEXT40
RES_ANAL_KEY_TXTCharacter Field for Text Table KKATEXTCHAR40KKATEXT
CSTG_SHEET_TXTDescription VTXTMCHAR30TEXT30
OVERHEAD_KEY_TXTDescription BEZEI30CHAR30TEXT30
INTEREST_PROF_TXTName of Interest Calc.Profile PS_ZSCHTCHAR50TXT50
ORDER_STATUS_TXTText, 40 Characters Long TEXT40CHAR40TEXT40
DISALLOWED_T_GRP_TXTText, length 40 TXT40CHAR40TEXT40
CURRENCY_TXTLong Text LTEXTCHAR40TEXT40
CCTR_POSTED_TXTGeneral Name KTEXTCHAR20TEXT20
ORDER_CATG_TXTText, 40 Characters Long TEXT40CHAR40TEXT40
LOGSYSTEM_TXTText, 40 Characters Long TEXT40CHAR40TEXT40
INVEST_PROFILE_TXTName of capital investment profile IM_INVTXTCHAR50TEXT50
SCALE_TXTDescription of scale IMA_SZTXTCHAR50TEXT50
INV_REASON_TXTText TXT50CHAR50TEXT50
ENVIR_INVEST_TXTText TXT50CHAR50TEXT50
PROCESSING_GROUP_TXTText of length 40 with descriptive text TEXT40TCHAR40TEXT40
REACHED_STATUS_TXTText, 40 Characters Long TEXT40CHAR40TEXT40
IN_CHARGE_USER_TXTText (80 Characters) TEXT80CHAR80TEXT80UEB

Key field Non-key field



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

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

How to access SAP table ORDER_MASTER_TXT

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