TPAD_WS_ONR SAP () Table details

Dictionary Type: Table
Description:




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




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

TPAD_WS_ONR is a standard SAP Table which is used to store data and is available within R/3 SAP systems depending on the version and release level.

The TPAD_WS_ONR table consists of various fields, each holding specific information or linking keys about data available in SAP. These include SPLIT_UUID (Global Unique ID for table), UUID_SCHEME_ID (SchemeID), UUID_SCH_AG_ID (SchemeAgencyID), UUID_CONTENT ().. 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 or numeric)


SAP TPAD_WS_ONR 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
SPLIT_UUIDGlobal Unique ID for table UUIDRAW16UUID
UUID_SCHEME_IDSchemeID PCAL_SCHEME_IDCHAR60CHAR60
UUID_SCH_AG_IDSchemeAgencyID PCAL_SCHEME_AGENCY_IDCHAR60CHAR60
UUID_CONTENT 0
OBID_SCHEME_IDSchemeID PCAL_SCHEME_IDCHAR60CHAR60
OBID_SCH_VERS_IDSchemeVersionID PCAL_SCHEME_VERSION_IDCHAR15CHAR15
OBID_SCH_AG_IDSchemeAgencyID PCAL_SCHEME_AGENCY_IDCHAR60CHAR60
OBID_CONTENT 0
FORMATED_IDFormattedID PCAL_FORMATTED_IDCHAR100CHAR100
OTC_LIST_IDListID PCAL_LIST_IDCHAR60CHAR60
OTC_L_VERSION_IDListVersionID PCAL_LIST_VERSION_IDCHAR15CHAR15
OTC_L_AGENCY_IDListAgencyID PCAL_LIST_AGENCY_IDCHAR60CHAR60
OTC_CONTENT 0
ONTC_LIST_IDListID PCAL_LIST_IDCHAR60CHAR60
ONTC_L_VERS_IDListVersionID PCAL_LIST_VERSION_IDCHAR15CHAR15
ONTC_L_AGENCY_IDListAgencyID PCAL_LIST_AGENCY_IDCHAR60CHAR60
ONTC_CONTENT 0

Key field Non-key field



How do I retrieve data from SAP table TPAD_WS_ONR using ABAP code

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

SELECT SINGLE *
FROM TPAD_WS_ONR
INTO CORRESPONDING FIELDS OF WA_TPAD_WS_ONR
WHERE...

How to access SAP table TPAD_WS_ONR

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