SW3M_DATA SAP (MiniApp Administration, Data) Structure details

Dictionary Type: Structure
Description: MiniApp Administration, Data




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




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

SW3M_DATA 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 "MiniApp Administration, Data" 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_SW3M_DATA TYPE SW3M_DATA.

The SW3M_DATA table consists of various fields, each holding specific information or linking keys about MiniApp Administration, Data data available in SAP. These include APPNAME (MiniApp Name), SRV_FILE (Service Name (Caller)), APPNAMEV (MiniApp Name), APPTYPE (Type of Application).. 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: Not classified


SAP SW3M_DATA 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
HEADER 0
APPNAMEMiniApp Name S_MINIAPPCHAR30CHAR30
SRV_FILEService Name (Caller) SRV_FNA_CCHAR64TEXT64
APPNAMEVMiniApp Name S_APPNAMECHAR30TEXT30
APPTYPEType of Application S_APPTYPECHAR10S_APPTYPE
IMPTYPEImplementation type S_IMPTYPECHAR10S_IMPTYPE
INITPAGEFirst Page S_INITPAGECHAR90CHAR90
URLCOMPO1Text 128 S_W3TXT128CHAR128S_W3TXT128
URLCOMPO2Text 128 S_W3TXT128CHAR128S_W3TXT128
URLCOMPO3Text 128 S_W3TXT128CHAR128S_W3TXT128
URLCOMPO4Text 128 S_W3TXT128CHAR128S_W3TXT128
URLCOMPO5Text 128 S_W3TXT128CHAR128S_W3TXT128
URLCOMPO6Text 128 S_W3TXT128CHAR128S_W3TXT128
URLCOMPO7Text 128 S_W3TXT128CHAR128S_W3TXT128
URLCOMPO8Text 128 S_W3TXT128CHAR128S_W3TXT128
TEXT 0
APPNAMEMiniApp Name S_MINIAPPCHAR30CHAR30
LANGUAGELanguage Key SPRASLANG1ISOLASPRASSPRH_T002
STEXTMiniApp Short Description S_APPTEXTCHAR75TEXT75
SHORTTEXTMedium Field Label SCRTEXT_MCHAR20SCRTEXT_M
MEDIUMTEXTLong Field Label SCRTEXT_LCHAR40SCRTEXT_L
ATTRIBUTES 0
APPNAMEMiniApp Name S_MINIAPPCHAR30CHAR30
CHUSERChanged by USERCHAR12CHAR12
CHDATEDate DATUMDATS8DATUM
CHTIMETime UZEITTIMS6UZEIT
COMPONENTApplication component ID UFPS_POSIDCHAR24UFPS_POSID
BRELEASESAP Release SAPRELEASECHAR10CHAR10
THEMETheme of Internet Application Component IACTHEMECHAR2IACTHEMEW3_THEME
PERSMINMiniApp Name S_MINIAPPCHAR30CHAR30
PERVASIVEPervasive enabled S_PERVASCHAR1CHAR1
REFRESHAuto-refresh activated S_REFRESHCHAR1CHAR1
REFR_TIMETime UZEITTIMS6UZEIT
HEIGHTHeight of the MiniApp S_HEIGHTCHAR10CHAR10
WIDTHWidth of the MiniApp S_WIDTHCHAR10CHAR10
STATLINEStatus Line S_STATLINECHAR1CHAR1
PARAMETERS 0
PARAMTEXTS 0
PARS 0
ACTIONCharacter Field Length = 10 CHAR10CHAR10CHAR10
LANGUAGELanguage Key SPRASLANG1Assigned to domainISOLASPRASSPRH_T002
DEVCLASSPackage DEVCLASSCHAR30Assigned to domainDEVCLASSDVCDEVCLASS
MASTERLANGOriginal Language in Repository objects MASTERLANGLANG1Assigned to domainISOLASPRASH_T002
COMPONENTApplication component ID UFPS_POSIDCHAR24UFPS_POSID
AUTHORAuthor of the Repository object AUTHORCHAR12AS4USER

Key field Non-key field



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

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

How to access SAP table SW3M_DATA

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