IDM_INTEG_CUST SAP (Identity Management SPML Configuration) Table details

Dictionary Type: Table
Description: Identity Management SPML Configuration




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




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

IDM_INTEG_CUST is a standard SAP Table which is used to store Identity Management SPML Configuration data and is available within R/3 SAP systems depending on the version and release level.

The IDM_INTEG_CUST table consists of various fields, each holding specific information or linking keys about Identity Management SPML Configuration data available in SAP. These include IS_IDM_ACTIVE (IDM Integration Status), IDM_BGRFC_DEST (bgRFC Destination for bgRFC), IDM_STAG_AREA (IDM Staging Area), IDM_PROD_AREA (Productive Identity Store Area).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP IDM_INTEG_CUST 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
IS_IDM_ACTIVEIDM Integration Status SPML_IDM_INTEGRATION_STATUSCHAR1BOOLE
IDM_BGRFC_DESTbgRFC Destination for bgRFC SPML_IDM_DEST_BGRFCCHAR32Assigned to domainRFCDEST
IDM_STAG_AREAIDM Staging Area SPML_IDM_DEST_STAGING_AREACHAR32Assigned to domainRFCDEST
IDM_PROD_AREAProductive Identity Store Area SPML_IDM_DEST_PROD_AREACHAR32Assigned to domainRFCDEST

Key field Non-key field



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

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

SELECT SINGLE *
FROM IDM_INTEG_CUST
INTO CORRESPONDING FIELDS OF WA_IDM_INTEG_CUST
WHERE...

How to access SAP table IDM_INTEG_CUST

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