IDMX_DI_PSEPROFT SAP (SSF Profile - Text) Table details

Dictionary Type: Table
Description: SSF Profile - Text




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




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

IDMX_DI_PSEPROFT is a standard SAP Table which is used to store SSF Profile - Text data and is available within R/3 SAP systems depending on the version and release level.

The IDMX_DI_PSEPROFT table consists of various fields, each holding specific information or linking keys about SSF Profile - Text data available in SAP. These include SPRAS (Language Key), SSFPROFILENAME (Profile ID), DESCRIPTION (Long text - line width 72).. 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: Can be enhanced (character-type or numeric)

Text table for: IDMX_DI_PSEPROF


SAP IDMX_DI_PSEPROFT 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
MANDTClient MANDTCLNT3T000MANDT
SPRASLanguage Key SPRASLANG1Assigned to domainISOLASPRASSPRH_T002
SSFPROFILENAMEProfile ID IDMX_DI_PROFILECHAR15IDMX_DI_PSEPROFIDMX_DI_PROFILES
DESCRIPTIONLong text - line width 72 CHAR72CHAR72CHAR72

Key field Non-key field



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

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

SELECT SINGLE *
FROM IDMX_DI_PSEPROFT
INTO CORRESPONDING FIELDS OF WA_IDMX_DI_PSEPROFT
WHERE...

How to access SAP table IDMX_DI_PSEPROFT

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