STU3COTABC SAP (Definition of DB2 OS/390 and OS/390 Commands(Customer Table)) Table details

Dictionary Type: Table
Description: Definition of DB2 OS/390 and OS/390 Commands(Customer Table)




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




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

STU3COTABC is a standard SAP Table which is used to store Definition of DB2 OS/390 and OS/390 Commands(Customer Table) data and is available within R/3 SAP systems depending on the version and release level.

The STU3COTABC table consists of various fields, each holding specific information or linking keys about Definition of DB2 OS/390 and OS/390 Commands(Customer Table) data available in SAP. These include COMMTYPE (Type of DB2/390 or OS/390 command), COMMUSERS (User of logical DB2/OS390 command), COMMOWNER (Owner of the DB2 command), COMMTEXT1 (Text of logical command for DB2/390 or OS/390).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP STU3COTABC table 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
COMMNAMELogical name of DB2/390 or OS/390 command STU3NAMECHAR18CHAR18
COMMTYPEType of DB2/390 or OS/390 command STU3TYPECHAR10CHAR010
COMMUSERSUser of logical DB2/OS390 command STU3USERSCHAR10CHAR010
COMMOWNEROwner of the DB2 command STU3OWNERCHAR4DB2CHAR04
COMMTEXT1Text of logical command for DB2/390 or OS/390 STU3TEXTCHAR72CHAR72
COMMTEXT2Text of logical command for DB2/390 or OS/390 STU3TEXTCHAR72CHAR72
COMMTEXT3Text of logical command for DB2/390 or OS/390 STU3TEXTCHAR72CHAR72
COMMTEXT4Text of logical command for DB2/390 or OS/390 STU3TEXTCHAR72CHAR72
COMMTEXT5Text of logical command for DB2/390 or OS/390 STU3TEXTCHAR72CHAR72
COMMTEXT6Text of logical command for DB2/390 or OS/390 STU3TEXTCHAR72CHAR72
COMMLENGTHLength of DB2/390 or OS/390 command STU3LENGTHINT410
CREATEDBYUser Name SYUNAMECHAR12SYCHAR12
CREATEDATESystem Date SYDATUMDATS8SYDATS
CREATETIMESystem Time SYUZEITTIMS6SYTIME
CHANGEDBYUser Name SYUNAMECHAR12SYCHAR12
CHANGEDATESystem Date SYDATUMDATS8SYDATS
CHANGETIMESystem Time SYUZEITTIMS6SYTIME

Key field Non-key field



How do I retrieve data from SAP table STU3COTABC using ABAP code

The following ABAP code Example will allow you to do a basic selection on STU3COTABC to SELECT all data from the table
DATA: WA_STU3COTABC TYPE STU3COTABC.

SELECT SINGLE *
FROM STU3COTABC
INTO CORRESPONDING FIELDS OF WA_STU3COTABC
WHERE...

How to access SAP table STU3COTABC

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