/SAPMP/CMTSBV_OUTSTR SAP (Output Stucture for CMTSBV Report ALV) Structure details

Dictionary Type: Structure
Description: Output Stucture for CMTSBV Report ALV




ABAP Code to SELECT data from /SAPMP/CMTSBV_OUTSTR
Related tables to /SAPMP/CMTSBV_OUTSTR
Access table /SAPMP/CMTSBV_OUTSTR




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

/SAPMP/CMTSBV_OUTSTR 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 "Output Stucture for CMTSBV Report ALV" 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_/SAPMP/CMTSBV_OUTSTR TYPE /SAPMP/CMTSBV_OUTSTR.

The /SAPMP/CMTSBV_OUTSTR table consists of various fields, each holding specific information or linking keys about Output Stucture for CMTSBV Report ALV data available in SAP. These include LIGHT_COSTING (Text, 40 Characters Long), MANDT (Client), AUFNR (Order Number), POSNR (Order Item Number).. 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 or numeric)


SAP /SAPMP/CMTSBV_OUTSTR 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
LIGHT_BATCHESText, 40 Characters Long TEXT40CHAR40TEXT40
LIGHT_COSTINGText, 40 Characters Long TEXT40CHAR40TEXT40
MANDTClient MANDTCLNT3T000MANDT
AUFNROrder Number AUFNRCHAR12Assigned to domainALPHAAUFNRANR
POSNROrder Item Number CO_POSNRNUMC4CO_POSNR
DISPOMRP controller for the order CO_DISPOCHAR3T024DDISPODGR
FEVORProduction Supervisor FEVORCHAR3T024FFEVORCFV
MATNRMaterial Number for Order CO_MATNRCHAR18MARAMATN1MATNRMAT
PWERKPlanning plant for the order CO_PWERKCHAR4T001WWERKS
BWTTYValuation Category BWTTY_DCHAR1T149CBWTTY
BWTARValuation Type BWTAR_DCHAR10T149DBWTARBWT
GLTRSScheduled finish CO_GLTRSDATS8DATUM
OBJNRObject number J_OBJNRCHAR22ONR00J_OBJNRONR
WAERSOrder Currency AUFWAERSCUKY5TCURCWAERS
AUARTOrder Type AUFARTCHAR4T003OAUFARTAAT
AUTYPOrder category AUFTYPNUMC2AUFTYP
WEMNGQuantity of goods received for the order item CO_WEMNGQUAN13(3) MENG13
STTXTSystem Status CO_STTXTCHAR40CHAR40
STPRSStandard price STPRSCURR11(2) WERT11V
MBEW_BWTARValuation Type BWTAR_DCHAR10Assigned to domainBWTARBWT
OPREISStandard price STPRSCURR11(2) WERT11V

Key field Non-key field



How do I retrieve data from SAP structure /SAPMP/CMTSBV_OUTSTR using ABAP code?

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

How to access SAP table /SAPMP/CMTSBV_OUTSTR

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