ETTP_JOB_LIST_ALV SAP (Foreground Scheduler: ALV Output List of Test Jobs) Structure details

Dictionary Type: Structure
Description: Foreground Scheduler: ALV Output List of Test Jobs




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




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

ETTP_JOB_LIST_ALV 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 "Foreground Scheduler: ALV Output List of Test Jobs" 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_ETTP_JOB_LIST_ALV TYPE ETTP_JOB_LIST_ALV.

The ETTP_JOB_LIST_ALV table consists of various fields, each holding specific information or linking keys about Foreground Scheduler: ALV Output List of Test Jobs data available in SAP. These include JOBGUID (Foreground Scheduler: GUID for a Job), JOBNAME (Test Proxy: Name for execution from TWB job), JOBSTATUS (Test Proxy: Status of Execution (Sched., Active, Finished)), USERNAME (Test Proxy: User Name).. 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 ETTP_JOB_LIST_ALV 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
JOBGUIDForeground Scheduler: GUID for a Job ETTP_JOBGUIDCHAR32SYCHAR32
JOBNAMETest Proxy: Name for execution from TWB job ETTP_JOBNAMECHAR45CHAR45
JOBSTATUSTest Proxy: Status of Execution (Sched., Active, Finished) ETTP_JOBSTATUSCHAR1ETTP_JOBSTATUS
USERNAMETest Proxy: User Name ETTP_USERNAMECHAR12SYCHAR12
PROXYTYPEForeground Scheduler: Type (ECATT,...) ETTP_TESTPROXY_TYPECHAR10ETTP_TYPE
TPGUIDScheduler: GUID of a Frontend ETTP_TESTPROXY_GUIDCHAR32SYCHAR32
CUSERTest Proxy: Creation user (remote system) of job entry ETTP_CRUSERCHAR12SYCHAR12
CDATETest Proxy: Creation date of job entry for execution ETTP_CRDATEDATS8DATUM
CTIMETest Proxy: Creation time of job entry for execution ETTP_CRTIMETIMS6UZEIT
FDATETest Proxy: Finish date of job entry for execution ETTP_FIDATEDATS8DATUM
FTIMETest Proxy: Finish time of job entry for execution ETTP_FITIMETIMS6UZEIT
LUSERTest Proxy: Last changed by User ETTP_LCUSERCHAR12HIER_USER
LDATETest Proxy: Last Changed On Date ETTP_LCDATEDATS8SYDATS
LTIMETest Proxy: Time of Last Change ETTP_LCTIMETIMS6SYTIME
ECATTLOGIDTest Proxy: eCATT Log ID (original: NUMC-10) ETTP_ECATTLOGIDCHAR10CHAR10
ABORTMSGTest Proxy: Abort Message ETTP_ABORT_MSGCHAR100CHAR100
JOBCOUNTIdentification of a Batch Job ECTP_BTC_JOBCNTCHAR8CHAR8
JOBSTATUS_TEXTJob Status Text ETTP_JOBSTATUS_TEXTCHAR60DDTEXT
CELL_COLOR_TAB 0

Key field Non-key field



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

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

How to access SAP table ETTP_JOB_LIST_ALV

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