/XLSO/APPR_REQ SAP (Maintain Approval Settings for Company Booking and Cancellat) Table details

Dictionary Type: Table
Description: Maintain Approval Settings for Company Booking and Cancellat




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




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

/XLSO/APPR_REQ is a standard SAP Table which is used to store Maintain Approval Settings for Company Booking and Cancellat data and is available within R/3 SAP systems depending on the version and release level.

The /XLSO/APPR_REQ table consists of various fields, each holding specific information or linking keys about Maintain Approval Settings for Company Booking and Cancellat data available in SAP. These include SCENARIO (Scenario Type), COMPANY (Customer Numbers), APPROVAL_REQ (For Approval), VALUE (Approval Reqd if Booking Val. Equals to or is Greater Than).. 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: Can Be Enhanced (Deep)


SAP /XLSO/APPR_REQ 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
SCENARIOScenario Type /XLSO/E_SECNAR_TYPECHAR1/XLSO/D_SENAIO_TYPE
COMPANYCustomer Numbers KUNNRCHAR10Assigned to domainALPHAKUNNRKUNC_KUNNR
APPROVAL_REQFor Approval /XLSO/E_APP_ON_OFCHAR1/XLSO/D_APP_ON_OF
VALUEApproval Reqd if Booking Val. Equals to or is Greater Than /XLSO/E_COURSE_FEECURR16(2) /XLSO/D_COURSE_FEE
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
NO_DAYS3-Byte field CHAR3CHAR3CHAR3
WAIT_HOURSPeriod Length (Hours) for a Batch Job CRM0_PRDHOURSNUMC2NUM02
ACTIONApproval Status /XLSO/E_APPROVAL_STATUSCHAR3/XLSO/D_APPROVAL_STATUS

Key field Non-key field



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

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

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

How to access SAP table /XLSO/APPR_REQ

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