CRM_ISU_ENV_VIEW_CONFIG SAP (IS-U Data Environment View: Configuration Structure) Structure details

Dictionary Type: Structure
Description: IS-U Data Environment View: Configuration Structure




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




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

CRM_ISU_ENV_VIEW_CONFIG 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 "IS-U Data Environment View: Configuration Structure" 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_CRM_ISU_ENV_VIEW_CONFIG TYPE CRM_ISU_ENV_VIEW_CONFIG.

The CRM_ISU_ENV_VIEW_CONFIG table consists of various fields, each holding specific information or linking keys about IS-U Data Environment View: Configuration Structure data available in SAP. These include ENVD_PROFILE_02 (Profile of IS-U Data Environment), ENVD_PROFILE_03 (Profile of IS-U Data Environment), ENVD_PROFILE_04 (Profile of IS-U Data Environment), ENVD_PROFILE_05 (Profile of IS-U Data Environment).. 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)


SAP CRM_ISU_ENV_VIEW_CONFIG 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
ENVD_PROFILE_01Profile of IS-U Data Environment ECRM_ISU_ENVD_PROFILECHAR10ALPHAECRM_ISU_ENVD_PROFILE
ENVD_PROFILE_02Profile of IS-U Data Environment ECRM_ISU_ENVD_PROFILECHAR10ALPHAECRM_ISU_ENVD_PROFILE
ENVD_PROFILE_03Profile of IS-U Data Environment ECRM_ISU_ENVD_PROFILECHAR10ALPHAECRM_ISU_ENVD_PROFILE
ENVD_PROFILE_04Profile of IS-U Data Environment ECRM_ISU_ENVD_PROFILECHAR10ALPHAECRM_ISU_ENVD_PROFILE
ENVD_PROFILE_05Profile of IS-U Data Environment ECRM_ISU_ENVD_PROFILECHAR10ALPHAECRM_ISU_ENVD_PROFILE
ENVD_PROFILE_06Profile of IS-U Data Environment ECRM_ISU_ENVD_PROFILECHAR10ALPHAECRM_ISU_ENVD_PROFILE
ENVD_PROFILE_07Profile of IS-U Data Environment ECRM_ISU_ENVD_PROFILECHAR10ALPHAECRM_ISU_ENVD_PROFILE
ENVD_PROFILE_08Profile of IS-U Data Environment ECRM_ISU_ENVD_PROFILECHAR10ALPHAECRM_ISU_ENVD_PROFILE
ENVD_PROFILE_09Profile of IS-U Data Environment ECRM_ISU_ENVD_PROFILECHAR10ALPHAECRM_ISU_ENVD_PROFILE
ENVD_PROFILE_10Profile of IS-U Data Environment ECRM_ISU_ENVD_PROFILECHAR10ALPHAECRM_ISU_ENVD_PROFILE
BUAG_FILTERIS-U Data Environment: Display Business Agreement Filter CRM_ISU_ENV_BUAG_FILTERCHAR1CHECKBOX
CONTRACT_FILTERIS-U Data Environment: Display Contract Filter CRM_ISU_ENV_CONTRACT_FILTERCHAR1CHECKBOX
BUAG_MODEIS-U Data Environment: Business Agreement Mode CRM_ISU_ENV_BUAG_MODECHAR1CHECKBOX

Key field Non-key field



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

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

How to access SAP table CRM_ISU_ENV_VIEW_CONFIG

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