ANLY_SD_SETUP SAP (Activation of Functionality for SD Analytics) Table details

Dictionary Type: Table
Description: Activation of Functionality for SD Analytics




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




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

ANLY_SD_SETUP is a standard SAP Table which is used to store Activation of Functionality for SD Analytics data and is available within R/3 SAP systems depending on the version and release level.

The ANLY_SD_SETUP table consists of various fields, each holding specific information or linking keys about Activation of Functionality for SD Analytics data available in SAP. These include FUNC_ID (Function ID of Functionality for SD Analytics), FUNC_ID_OTRALIAS (Unique Alias Name for OTR Concept), FUNC_ID_TEXT (Text of Functionality to be activated), FUNC_ID_ACTIVE (Activation of Functionality).. 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: G - Customising table which is protected against SAP Update
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP ANLY_SD_SETUP table 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
CLIENTClient MANDTCLNT3Assigned to domainMANDT
FUNC_IDFunction ID of Functionality for SD Analytics TDV_ANLY_FUNC_IDCHAR30CHAR30
FUNC_ID_OTRALIASUnique Alias Name for OTR Concept SOTR_ALIASCHAR50SYCHAR50
FUNC_ID_TEXTText of Functionality to be activated TDV_ANLY_FUNC_ID_TEXTCHAR60TEXT60
FUNC_ID_ACTIVEActivation of Functionality TDV_ANLY_FUNC_ACTCHAR1BOOLE
FUNC_ID_DOCU_DEDocumentation Data Element of Functionality to be Setup TDV_ANLY_FUNC_ID_DOCUCHAR30Assigned to domainROLLNAME
FUNC_ID_SWITCHId of a Switch in Switch Framework SFW_SWITCH_IDCHAR30Assigned to domainSFW_SWITCHIDSFW
FUNC_ID_ASK_DTCHAR28 data element for SYST SYCHAR28CHAR28SYCHAR28
FUNC_ID_ASK_OTRUnique Alias Name for OTR Concept SOTR_ALIASCHAR50SYCHAR50
FUNC_ID_CNFConfirmation Prompt for On, Off or On/Off TDV_ANLY_CNF_ON_OFFCHAR1DOM_ANLY_CNF_ON_OFF

Key field Non-key field



How do I retrieve data from SAP table ANLY_SD_SETUP using ABAP code

The following ABAP code Example will allow you to do a basic selection on ANLY_SD_SETUP to SELECT all data from the table
DATA: WA_ANLY_SD_SETUP TYPE ANLY_SD_SETUP.

SELECT SINGLE *
FROM ANLY_SD_SETUP
INTO CORRESPONDING FIELDS OF WA_ANLY_SD_SETUP
WHERE...

How to access SAP table ANLY_SD_SETUP

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