SWU_CREAEV SAP (Structure: Indicators for wizard - Event creation) Structure details

Dictionary Type: Structure
Description: Structure: Indicators for wizard - Event creation




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




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

SWU_CREAEV 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 "Structure: Indicators for wizard - Event creation" 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_SWU_CREAEV TYPE SWU_CREAEV.

The SWU_CREAEV table consists of various fields, each holding specific information or linking keys about Structure: Indicators for wizard - Event creation data available in SAP. These include OBJECT (Object Type), MODELONLY (Release status object type), STEXT (Name), NTEXT (Description).. 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 SWU_CREAEV 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
DEVCLASSEvent Wizard: Package SWU_DEVCLCHAR30Assigned to domainDEVCLASS
OBJECTObject Type SWO_OBJTYPCHAR10Assigned to domainOJ_NAMEOBJ
MODELONLYRelease status object type SWO_FLGMODCHAR1SWO_FLGMOD
STEXTName OJ_STEXTCHAR20TEXT20
NTEXTDescription OJ_NTEXTCHAR80TEXT80
EVENTObject type component: (event, attribute, method. etc.) SWU_VERBCHAR32SWC_ELEM
DESCRIPTName SWC_DESCRCHAR20TEXT20
SHORTTEXTDescription SWC_SHTEXTCHAR80TEXT80
SAP_OBJIndicator: Wizard event creation: Object type is SAP object SWU_SAPOBJCHAR1XFELD
SEL_SUBIndicator: Wizard event creation: Several possible subtypes SWU_SELSUBCHAR1XFELD
MODOBJCreate New Event for Object Type SWU_MODOBJCHAR1XFELD
NEWSUBIndicator: Wizard event creation: Create new subtype SWU_NEWSUBCHAR1XFELD
EVIMPLIndicator: Wizard event creation: Implement event SWU_EVIMPLCHAR1XFELD
DELEGIndicator: Wizard event creation: Delegation required SWU_DELEGCHAR1XFELD
CDTABChange document creation: Table name CDTABNAMECHAR30Assigned to domainAS4TAB
CHANDOCUIndicator: Wizard event creation: Change document SWU_CHANDOCHAR1XFELD
OPENFIIndicator: Wizard event creation: Open FI connection SWU_OPENFICHAR1XFELD
STATMANIndicator: Wizard event creation: Status management SWU_STATMACHAR1XFELD
MESSCONTIndicator: Wizard event creation: Message control SWU_MESCONCHAR1XFELD
USEREXITIndicator: Wizard event creation: User exit SWU_USEREXCHAR1XFELD
LISIndicator: Wizard event creation: LIS exception SWU_LISCHAR1XFELD
HRIndicator: Wizard event creation: HR tables SWU_HRCHAR1XFELD
SACHIndicator: Wizard event creation: Characteristic changes SWU_SACHCHAR1XFELD
COMPATIndicator: Wizard event creation: Compatibility of CD and BO SWU_COMPATCHAR1XFELD
WITH_FRIndicator: Wizard event creation: Enter field restriction SWU_W_FRCHAR1XFELD
WITHOUT_FRIndicator: Wizard event creation: No field restriction SWU_WO_FRCHAR1XFELD
EXPERT_ONIndicator: Wizard event creation: Expert mode on SWU_XPRTCHAR1XFELD
EXPERT_OFFIndicator: Wizard event creation: Expert mode off SWU_NOXPRTCHAR1XFELD
NEW_OBJNew business object type SWU_N_OBJCHAR10Assigned to domainOJ_NAME
NEW_NAMEID of object type to be created SWU_N_NAMECHAR32SWC_EDITEL
NEW_DESCName of object type SWU_N_DESCCHAR20TEXT20
NEW_SH_DESDescription of object type SWU_N_S_DECHAR30Assigned to domainROLLNAME
NEW_PROGProgram name implementation of object type SWU_N_PROGCHAR40Assigned to domainPROGRAMM
NEW_APPLApplication SWU_N_APPLCHAR1TAPLPPAPPL
NEW_PRNTParent of object type SWU_N_PRNTCHAR10Assigned to domainOJ_NAME
NEW_DEVCLPackage of Business Object Type SWU_N_DCLCHAR30Assigned to domainDEVCLASS
NEW_SUBTIndicator: Create new subobject type SWU_N_STCHAR1XFLAG
CD_ONCREAEvent wizard: Change document upon create SWU_CDCREACHAR1XFELD
CD_ONCHANEvent wizard: Change document upon change SWU_CDCHANCHAR1XFELD
CD_ONDELEEvent wizard: Change document upon delete SWU_CDDELECHAR1XFELD
INPUT_OBJObject Type SWO_OBJTYPCHAR10Assigned to domainOJ_NAMEOBJ
INPUT_STXTName OJ_STEXTCHAR20TEXT20
INPUT_NTXTDescription OJ_NTEXTCHAR80TEXT80

Key field Non-key field



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

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

How to access SAP table SWU_CREAEV

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