ROXE6G0144 SAP (Thresholds) Structure details

Dictionary Type: Structure
Description: Thresholds




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




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

ROXE6G0144 is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Thresholds" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_ROXE6G0144 TYPE ROXE6G0144.

The ROXE6G0144 table consists of various fields, each holding specific information or linking keys about Thresholds data available in SAP. These include PURCH_ORG (Responsible Purchasing Organization), TH_TYPE (Threshold Type), TH_NUMBER (Threshold Number), START_DATE (Start Date).. 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 (character-type)


SAP ROXE6G0144 structure 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
CLIENTClient MANDTCLNT3Assigned to domainMANDT
PURCH_ORGResponsible Purchasing Organization BBP_PROC_ORGCHAR14/SAPPSSRM/TH_TYPHROBJEC_14BBP_PROC_ORG
TH_TYPEThreshold Type /SAPPSSRM/_TH_TYPECHAR10/SAPPSSRM/TH_TYP/SAPPSSRM/_TH_TYPE
TH_NUMBERThreshold Number /SAPPSSRM/_TH_NUMNUMC10NUMC10
START_DATEStart Date BEGDADATS8DATUM
END_DATEEnd Date ENDDADATS8DATUM
FISCAL_YEARFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
CALENDAR_YEARCalendar year RSCALYEARNUMC4GJAHRGJAHR
ORDER_NOOrder Number AUFNRCHAR12Assigned to domainALPHAAUFNRANR
COST_CENTERCost Center KOSTLCHAR10Assigned to domainALPHAKOSTLKOS
WBS_ELEM_EWork breakdown structure element (WBS element) BBP_POSIDCHAR24BBP_POSIDPRO
ASSET_NOMain Asset Number ANLN1CHAR12Assigned to domainALPHAANLN1AN1
PURCH_GROUPResponsible Purchasing Group BBP_PROC_GROUPCHAR14HROBJEC_14BBP_PROC_GROUP
COMPANYCompany Code /SAPPSSRM/_COMPANY_CODECHAR14HROBJEC_14/SAPPSSRM/H_COMPANY_CODE
CENTRAL_PERSONCentral Person /SAPPSSRM/_CENTRAL_PERSONCHAR14HROBJEC_14
TH_POSITIONPosition /SAPPSSRM/_POSITIONCHAR14HROBJEC_14
USERNAMEUser Name in User Master Record XUBNAMECHAR12USR02XUBNAMEXUS
HOM_CATHomogeneous Category /SAPPSSRM/_HOMCATCHAR20/SAPPSSRM/THHOMC/SAPPSSRM/_HOMCAT

Key field Non-key field



How do I retrieve data from SAP structure ROXE6G0144 using ABAP code?

As ROXE6G0144 is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on ROXE6G0144 as there is no data to select.

How to access SAP table ROXE6G0144

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