JST_STR_STATE SAP (Status of Street Checks) Table details

Dictionary Type: Table
Description: Status of Street Checks




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




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

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

The JST_STR_STATE table consists of various fields, each holding specific information or linking keys about Status of Street Checks data available in SAP. These include LAND1_ALT (Country Key), ALORT_ALT (IS-M: City Number (Unique)), STRNR_ALT (IS-M: Street Number), LAND1 (Country 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: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP JST_STR_STATE 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
REC_ID Record ID0
LAND1_ALTCountry Key LAND1CHAR3Assigned to domainLAND1LND
ALORT_ALTIS-M: City Number (Unique) JALORTCHAR8Assigned to domainALPHAALORTJSO
STRNR_ALTIS-M: Street Number STRASSENNRCHAR10Assigned to domainALPHASTRASSENNRJSS
LAND1Country Key LAND1CHAR3Assigned to domainLAND1LND
ALORTIS-M: City Number (Unique) JALORTCHAR8Assigned to domainALPHAALORTJSO
STRASSENNRIS-M: Street Number STRASSENNRCHAR10JSTSTRPROALPHASTRASSENNRJSS
STR_NRPOSTIS-M: Street number from German postal service STR_NRPOSTCHAR15ALPHASTR_NRPOST
VERSION Version0
STR_STATUS Status0
CHECK_DATEDate DATUMDATS8DATUM
CHECK_TIMETime UZEITTIMS6UZEIT
CHECK_USERUser Name UNAMECHAR12UNAME
CHECK_OBJ_TYPPDU Record Type PDU_SATZARTCHAR3D_PDU_SATZART
CHECK_REGEL_IDPDU Rule ID PDU_REGEL_IDCHAR30D_PDU_REGEL_ID
CHECK_STATUSPDU: Status of Check PDU_CHECK_STATUSNUMC2D_PDU_CHECK_STATUS
MSGIDMessage Class SYMSGIDCHAR20Assigned to domainARBGB
MSGNOMessage Number SYMSGNONUMC3SYMSGNO
MSGTYMessage Type SYMSGTYCHAR1SYCHAR01
MSGV1Message Variable SYMSGVCHAR50SYCHAR50
MSGV2Message Variable SYMSGVCHAR50SYCHAR50
MSGV3Message Variable SYMSGVCHAR50SYCHAR50
MSGV4Message Variable SYMSGVCHAR50SYCHAR50

Key field Non-key field



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

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

SELECT SINGLE *
FROM JST_STR_STATE
INTO CORRESPONDING FIELDS OF WA_JST_STR_STATE
WHERE...

How to access SAP table JST_STR_STATE

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