/SLOAP/PR_XMLC SAP (default profile template assingment) Table details

Dictionary Type: Table
Description: default profile template assingment




ABAP Code to SELECT data from /SLOAP/PR_XMLC
Related tables to /SLOAP/PR_XMLC
Access table /SLOAP/PR_XMLC




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

/SLOAP/PR_XMLC is a standard SAP Table which is used to store default profile template assingment data and is available within R/3 SAP systems depending on the version and release level.

The /SLOAP/PR_XMLC table consists of various fields, each holding specific information or linking keys about default profile template assingment data available in SAP. These include PR_GUID (SLOAS Output Profile GUID), XML_GUID (SLOAS XML GUID).. 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 /SLOAP/PR_XMLC 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
PR_GUIDSLOAS Output Profile GUID /SLOAP/OUTPUT_PROFILE_GUIDRAW16/SLOAP/OUT_PRSYSUUID
XML_GUIDSLOAS XML GUID /SLOAP/XML_GUIDRAW16/SLOAP/OUTP_CATCSYSUUID

Key field Non-key field



How do I retrieve data from SAP table /SLOAP/PR_XMLC using ABAP code

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

SELECT SINGLE *
FROM /SLOAP/PR_XMLC
INTO CORRESPONDING FIELDS OF WA_/SLOAP/PR_XMLC
WHERE...

How to access SAP table /SLOAP/PR_XMLC

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