/XLSO/URL_PAGE SAP (Tablr containing URL Page details) Table details

Dictionary Type: Table
Description: Tablr containing URL Page details




ABAP Code to SELECT data from /XLSO/URL_PAGE
Related tables to /XLSO/URL_PAGE
Access table /XLSO/URL_PAGE




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

/XLSO/URL_PAGE is a standard SAP Table which is used to store Tablr containing URL Page details data and is available within R/3 SAP systems depending on the version and release level.

The /XLSO/URL_PAGE table consists of various fields, each holding specific information or linking keys about Tablr containing URL Page details data available in SAP. These include GRP_ID (Group Name), PAGE_TYPE (Page Type to Differentiate URL), URL_PAGE (URL Value).. 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: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP /XLSO/URL_PAGE 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
GRP_IDGroup Name /XLSO/E_GRPIDCHAR6/XLSO/XLSOURL/XLSO/D_GRPID
PAGE_TYPEPage Type to Differentiate URL /XLSO/E_PAGE_TYPECHAR2/XLSO/D_PAGE_TYPE
URL_PAGEURL Value /XLSO/E_URLCHAR132/XLSO/D_URL

Key field Non-key field



How do I retrieve data from SAP table /XLSO/URL_PAGE using ABAP code

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

SELECT SINGLE *
FROM /XLSO/URL_PAGE
INTO CORRESPONDING FIELDS OF WA_/XLSO/URL_PAGE
WHERE...

How to access SAP table /XLSO/URL_PAGE

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