TMPRX_IDNT SAP (AB: Define an Identification Scheme) Table details

Dictionary Type: Table
Description: AB: Define an Identification Scheme




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




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

TMPRX_IDNT is a standard SAP Table which is used to store AB: Define an Identification Scheme data and is available within R/3 SAP systems depending on the version and release level.

The TMPRX_IDNT table consists of various fields, each holding specific information or linking keys about AB: Define an Identification Scheme data available in SAP. These include CLIENT (Client), ID (AB: Identification Scheme for eSOA-Services), OWN_INT_PARTY (AB: Internal Identifier of Own Company), OWN_STD_PARTY (AB: Standard Identifier of Own Company).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced

Text table = TMPRX_IDN_T

Text table for: *


SAP TMPRX_IDNT 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
CLIENTClient MANDTCLNT3T000MANDT
IDAB: Identification Scheme for eSOA-Services WZRE_IDENT_SCHEMECHAR4Assigned to domainWZRE_PROXY_CUST_ID
OWN_INT_PARTYAB: Internal Identifier of Own Company WZRE_OWN_INTERNAL_PTY_IDCHAR32
OWN_STD_PARTYAB: Standard Identifier of Own Company WZRE_OWN_STANDARD_PTY_IDCHAR32
STD_PTY_SCH_ACYAB: ID of an Org. for Standardized Partner Identification WZRE_STD_PTY_SCHEME_AGENCY_IDCHAR60
IS_DEFAULTAB: Default Identification Scheme WZRE_IDNT_SCHEME_DEFCHAR1XFELD
GLN_FOR_R3OBJAB: determination of GLN for the own company from R3 object WZRE_OWN_GLN_FOR_R3OBJCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM TMPRX_IDNT
INTO CORRESPONDING FIELDS OF WA_TMPRX_IDNT
WHERE...

How to access SAP table TMPRX_IDNT

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