/OTEI/OCR_TSTG SAP (Staging table for HDCC download data) Table details

Dictionary Type: Table
Description: Staging table for HDCC download data




ABAP Code to SELECT data from /OTEI/OCR_TSTG
Related tables to /OTEI/OCR_TSTG
Access table /OTEI/OCR_TSTG




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

/OTEI/OCR_TSTG is a standard SAP Table which is used to store Staging table for HDCC download data data and is available within R/3 SAP systems depending on the version and release level.

The /OTEI/OCR_TSTG table consists of various fields, each holding specific information or linking keys about Staging table for HDCC download data data available in SAP. These include ENTRYNUMBER (Natural Number), PERNR (Personnel Number), NACHN (Last Name), NAME2 (Name at Birth).. 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: Cannot Be Enhanced


SAP /OTEI/OCR_TSTG 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
ENTRYNUMBERNatural Number INT4INT410INT4
PERNRPersonnel Number PERNR_DNUMC8PERNRPER
NACHNLast Name PAD_NACHNCHAR40PAD_NACHN
NAME2Name at Birth PAD_NAME2CHAR40PAD_NACHN
VORNAFirst Name PAD_VORNACHAR40PAD_VORNM
GBDATDate of Birth GBDATDATS8PDATEGBDAT
GBJHRYear of Birth GBJHRNUMC4GJAHRGJAHR
GBMONMonth of Birth GBMONNUMC2NUM2
GBTAGBirth Date (to Month/Year) GBTAGNUMC2NUM2
STRASStreet and House Number PAD_STRASCHAR60PAD_STRAS
ORT01City PAD_ORT01CHAR40PAD_ORT01
ORT02District PAD_ORT02CHAR40PAD_ORT01
PSTLZPostal Code PSTLZ_HRCHAR10PSTLZ
LAND1Country Key LAND1CHAR3Assigned to domainLAND1LND
TELNRTelephone Number TELNRCHAR14TELNR
STATESTATE (State, Province, County) REGIOCHAR3Assigned to domainREGIO
HSNMRHouse Number PAD_HSNMRCHAR10PAD_HSNMR
POSTAIdentification of an apartment in a building PAD_POSTACHAR10PAD_HSNMR
RVNUMChar 20 CHAR20CHAR20CHAR20
TIMESTAMPUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS

Key field Non-key field



How do I retrieve data from SAP table /OTEI/OCR_TSTG using ABAP code

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

SELECT SINGLE *
FROM /OTEI/OCR_TSTG
INTO CORRESPONDING FIELDS OF WA_/OTEI/OCR_TSTG
WHERE...

How to access SAP table /OTEI/OCR_TSTG

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