/ORS/APPRLIMIT SAP (Approval Limit based on Grade Range, Expense Type and CC) Table details

Dictionary Type: Table
Description: Approval Limit based on Grade Range, Expense Type and CC




ABAP Code to SELECT data from /ORS/APPRLIMIT
Related tables to /ORS/APPRLIMIT
Access table /ORS/APPRLIMIT




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

/ORS/APPRLIMIT is a standard SAP Table which is used to store Approval Limit based on Grade Range, Expense Type and CC data and is available within R/3 SAP systems depending on the version and release level.

The /ORS/APPRLIMIT table consists of various fields, each holding specific information or linking keys about Approval Limit based on Grade Range, Expense Type and CC data available in SAP. These include EXPENSE_TYPE (Invoice Approval Expense Type), GRADE (Authorization Grade Level or Range), COMPANY_CODE (Company Code), CURRENCY (Currency Key).. 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 /ORS/APPRLIMIT 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
EXPENSE_TYPEInvoice Approval Expense Type /ORS/EXPENSECHAR2/ORS/EXPENSE_TYP/ORS/EXPENSE
GRADEAuthorization Grade Level or Range /ORS/GRADECHAR8
COMPANY_CODECompany Code BUKRSCHAR4T001BUKRSBUKC_T001
CURRENCYCurrency Key WAERSCUKY5TCURCWAERSFWS
LIMITAmount in local currency BHWHRCURR13(2) WERTV7

Key field Non-key field



How do I retrieve data from SAP table /ORS/APPRLIMIT using ABAP code

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

SELECT SINGLE *
FROM /ORS/APPRLIMIT
INTO CORRESPONDING FIELDS OF WA_/ORS/APPRLIMIT
WHERE...

How to access SAP table /ORS/APPRLIMIT

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