EDIPOXU SAP (Conversion of special characters for XML) Table details

Dictionary Type: Table
Description: Conversion of special characters for XML




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




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

EDIPOXU is a standard SAP Table which is used to store Conversion of special characters for XML data and is available within R/3 SAP systems depending on the version and release level.

The EDIPOXU table consists of various fields, each holding specific information or linking keys about Conversion of special characters for XML data available in SAP. These include PORT (Port), CHSPEC (Special character to be replaced), CHREP (Replacement character string).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP EDIPOXU 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 MANDTCLNT3Assigned to domainMANDT
PORTPort EDI_PVRCVPCHAR10Assigned to domainEDI_PVPORT
CHSPECSpecial character to be replaced EDI_CHSPECCHAR1TEXT1
CHREPReplacement character string EDI_CHREPCHAR4TEXT4

Key field Non-key field



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

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

SELECT SINGLE *
FROM EDIPOXU
INTO CORRESPONDING FIELDS OF WA_EDIPOXU
WHERE...

How to access SAP table EDIPOXU

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