BTC_S_EVT_RAISE_SAPEVT_D SAP (Backgr. Proc. Events: Triggering of Event Using sapevt (GUI)) Structure details

Dictionary Type: Structure
Description: Backgr. Proc. Events: Triggering of Event Using sapevt (GUI)




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




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

BTC_S_EVT_RAISE_SAPEVT_D 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 "Backgr. Proc. Events: Triggering of Event Using sapevt (GUI)" 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_BTC_S_EVT_RAISE_SAPEVT_D TYPE BTC_S_EVT_RAISE_SAPEVT_D.

The BTC_S_EVT_RAISE_SAPEVT_D table consists of various fields, each holding specific information or linking keys about Backgr. Proc. Events: Triggering of Event Using sapevt (GUI) data available in SAP. These include R_TRACE_NEW (Boolean Variable (X=True, -=False, Space=Unknown)), C_TRACE_NEW_0 (Boolean Variable (X=True, -=False, Space=Unknown)), C_TRACE_NEW_1 (Boolean Variable (X=True, -=False, Space=Unknown)), C_TRACE_NEW_2 (Boolean Variable (X=True, -=False, Space=Unknown)).. 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 BTC_S_EVT_RAISE_SAPEVT_D 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
R_TRACE_OLDBoolean Variable (X=True, -=False, Space=Unknown) BOOLEANCHAR1BOOLEAN
R_TRACE_NEWBoolean Variable (X=True, -=False, Space=Unknown) BOOLEANCHAR1BOOLEAN
C_TRACE_NEW_0Boolean Variable (X=True, -=False, Space=Unknown) BOOLEANCHAR1BOOLEAN
C_TRACE_NEW_1Boolean Variable (X=True, -=False, Space=Unknown) BOOLEANCHAR1BOOLEAN
C_TRACE_NEW_2Boolean Variable (X=True, -=False, Space=Unknown) BOOLEANCHAR1BOOLEAN
PARAMBackground Processing Events: sapevt Command Line BTCSAPEVTCOMMANDLINECHAR255TEXT255
MESSAGECharacter field, length 64 CHAR64CHAR64CHAR64
STRTSTATStart or exit status of an external program BTCXPGSTATCHAR1CHAR1
XPGIDProcess identification of an external program BTCXPGIDINT410
CONVIDConversation ID GWY_CONVIDCHAR8CHAR8
EXITSTATStart or exit status of an external program BTCXPGSTATCHAR1CHAR1
EXITCODEExit code of an external program BTCXPGEXITINT410
LAST_PROCProcess Identification WPPIDCHAR8WPPID
LAST_HOSTName of target host RFCHOSTCHAR100RFCHOST
LAST_PROC_NUM(Deprecated) Use WP_UNDEX WPNOCHAR2WPNO
SY_SUBRCReturn Code SYSUBRCINT410SYST_SHORT
R_XPG_TRACE_LEVEL_0Boolean Variable (X=True, -=False, Space=Unknown) BOOLEANCHAR1BOOLEAN
R_XPG_TRACE_LEVEL_1Boolean Variable (X=True, -=False, Space=Unknown) BOOLEANCHAR1BOOLEAN
R_XPG_TRACE_LEVEL_2Boolean Variable (X=True, -=False, Space=Unknown) BOOLEANCHAR1BOOLEAN
R_XPG_TRACE_LEVEL_3Boolean Variable (X=True, -=False, Space=Unknown) BOOLEANCHAR1BOOLEAN
R_XPG_SERVERBoolean Variable (X=True, -=False, Space=Unknown) BOOLEANCHAR1BOOLEAN
R_XPG_DESTBoolean Variable (X=True, -=False, Space=Unknown) BOOLEANCHAR1BOOLEAN
SIDName of SAP System SYSYSIDCHAR8SYCHAR08
MSHOSTName of Application Server MSHOST2CHAR32MSHOST2
MSSERVService MSSERVCHAR20MSSERV
PROFILEBackground Processing Events: Profile BTCPROFILECHAR255TEXT255
PARAM_FORMAT_NEWsapevt: The Format of the Event Parameter BTCSAPEVTPARAMFORMATCHAR1BOOLEAN
TRACEsapevt: The 'Trace' Switch BTCSAPEVTTRACECHAR1BOOLEAN
TRACE_APPENDsapevt: The 'Trace Append' Switch BTCSAPEVTTRACEAPPENDCHAR1BOOLEAN
TRACE_NEWsapevt: The Format of the 'Trace' Switch BTCSAPEVTTRACENEWCHAR1BOOLEAN
TRACE_NEW_LEVELsapevt: Trace Level (0, 1, or 2) BTCSAPEVTTRACENEWLEVELCHAR1CHAR1
VERSIONsapevt: The 'Version' Switch BTCSAPEVTVERSIONCHAR1BOOLEAN
HELPsapevt: 'Help' Switch BTCSAPEVTHELPCHAR1BOOLEAN
TIMEOUTsapevt: Timeout BTCSAPEVTTIMEOUTCHAR10CHAR10
PATHName of external program (possibly with access path) BTCXPGPGMCHAR128TEXT128
EXEC_TYPEsapevt: Empty - Server, X - RFC Destination BTCSAPEVTGOALTYPECHAR1BOOLEAN
SERVERBackground Processing: Name of an Application Server BTCSERVERCHAR40MSNAME2
DESTLogical Destination (Specified in Function Call) RFCDESTCHAR32Assigned to domainRFCDESTRFCF4_RFCDESTYPEALL
XPG_TRACE_LEVELControl indicator for external programs (trace level) BTCXPGTRCCCHAR1BTCXPGTRCC

Key field Non-key field



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

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

How to access SAP table BTC_S_EVT_RAISE_SAPEVT_D

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