WFE_S_REQUEST_CRM_OUTTAB SAP (Web Request: Table for ALV Tree) Structure details

Dictionary Type: Structure
Description: Web Request: Table for ALV Tree




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




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

WFE_S_REQUEST_CRM_OUTTAB 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 "Web Request: Table for ALV Tree" 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_WFE_S_REQUEST_CRM_OUTTAB TYPE WFE_S_REQUEST_CRM_OUTTAB.

The WFE_S_REQUEST_CRM_OUTTAB table consists of various fields, each holding specific information or linking keys about Web Request: Table for ALV Tree data available in SAP. These include NKEY (ALV Tree Control: Node Key), TAGNAME (XML Tag Name), NDESCRIPTION (ALV Tree: Node Description), NID (ALV Tree: Node ID).. 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 WFE_S_REQUEST_CRM_OUTTAB 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
NKEYALV Tree Control: Node Key LVC_NKEYCHAR12
TAGNAMEXML Tag Name WFE_TAGNAMECHAR30TEXT30
NDESCRIPTIONALV Tree: Node Description WFE_NODE_DESCRCHAR100TEXT100
NIDALV Tree: Node ID WFE_NODE_IDCHAR30TEXT30
ROOT_NAMEWeb Request: Element Name WFE_ELEMENT_NAMECHAR100TEXT100
ELEMENT_NAMEWeb Request: Element Name WFE_ELEMENT_NAMECHAR100TEXT100
ELEMENT_VALUEWeb Request: Element Value WFE_ELEMENT_VALUECHAR100TEXT100
ANNOT_LABELField Label: User-Defined WFE_ANNOT_LABELCHAR100TEXT100
ANNOT_LABEL_LDType of Field Label WFE_ANNOT_LABEL_LDCHAR1WFE_ANNOT_LABEL_LD
ANNOT_SIZEField Length: User-Defined WFE_ANNOT_SIZENUMC3
ANNOT_MAXLENGTHMaximum Field Length: User-Defined WFE_ANNOT_MAXLENGTHNUMC3
ANNOT_DECIMALSDecimal Places: User-Defined WFE_ANNOT_DECIMALSNUMC1WFE_DECIMALS
ANNOT_BINDINGAttribute Transfer from Data Type WFE_ANNOT_BINDINGCHAR30OBJECTNAMEDTYPDD_TYPES
BINDING_LABELField Label of Selected Data Type WFE_BINDING_LABELCHAR100TEXT100
BINDING_SIZEField Length of Selected Data Type WFE_BINDING_SIZENUMC3
BINDING_MAXLENGTHMaximum Field Length of Selected Data Type WFE_BINDING_MAXLENGTHNUMC3
BINDING_DECIMALSDecimal Places of Selected Data Type WFE_BINDING_DECIMALSNUMC1WFE_DECIMALS
ORDER_INTF_NAMEName of Interface Structure CRMT_INTERFACE_NAMECHAR30CRM_INTERFACENAME
ORDER_FIELDName of Field on User Interface CRMT_INTERFACE_FIELDCHAR30CRMV_WEBREQ_MAPCRM_INTERFACEFIELD
ORDER_FIELD1Name of Field on User Interface CRMT_INTERFACE_FIELDCHAR30CRM_INTERFACEFIELD
TEXTTYPEText Type COMT_TEXT_TEXTIDCHAR4TTXIDTDID
INPUT_TYPEWeb Request: Selection of Field Types WFE_FIELD_TYPECHAR1WFE_FIELD_TYPE
ATTRIBUTE_NAMEWeb Request: Attribute Name WFE_ATTRIBUTE_NAMECHAR100TEXT100
ATTRIBUTE_VALUEWeb Request: Attribute Value WFE_ATTRIBUTE_VALUECHAR100TEXT100
GROUP_NAMEWeb Request: Element Name WFE_ELEMENT_NAMECHAR100TEXT100
XPATHXPath Expression CRM_ERMS_XPATHCHAR255CRM_ERMS_STRING
BRF_RELEVANTUse in Business Rule Framework WFE_ANNOT_BRF_RELEVANTCHAR1
IDID of the Path WFE_ANNOT_IDCHAR10

Key field Non-key field



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

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

How to access SAP table WFE_S_REQUEST_CRM_OUTTAB

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