J_1SSDA SAP (IS-M/SD CH/S: Postal Street Data for Transfer to SAP) Structure details

Dictionary Type: Structure
Description: IS-M/SD CH/S: Postal Street Data for Transfer to SAP




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




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

J_1SSDA 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 "IS-M/SD CH/S: Postal Street Data for Transfer to SAP" 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_J_1SSDA TYPE J_1SSDA.

The J_1SSDA table consists of various fields, each holding specific information or linking keys about IS-M/SD CH/S: Postal Street Data for Transfer to SAP data available in SAP. These include MUTCODE (JS-MSD CH: Change Code), STRNAME (IS-M: CH/S: Street Name Upper Case), STRNAM_N (IS-M: Street Name (Short)), STRSTAMM (IS-M: CH/S: Street Master).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP J_1SSDA 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
STRNRPTTIS-M: PTT street number (CH) J_1SSTRPTTNUMC6NUM06
MUTCODEJS-MSD CH: Change Code J_1SMUTCODCHAR1J_1SC1
STRNAMEIS-M: CH/S: Street Name Upper Case J_1SSTRN_GCHAR28J_1SC28
STRNAM_NIS-M: Street Name (Short) STR_NAME_KCHAR25TEXT25
STRSTAMMIS-M: CH/S: Street Master J_1SSTRSTACHAR10J_1SC10
PLZCHIS-M: CH: 6-Digit Postal Code CH J_1SPLZCHNUMC6NUM06
STRARTIS-M: CH/S: Street Type J_1SSTRARTCHAR2Assigned to domainJ_1SSTRART
PRAEPCODEIS-M: CH/S: Preposition Code J_1SPRPCODCHAR2Assigned to domainJ_1SPRPCOD
SPRCODEIS-M: CH: Language Code J_1SSPRCODCHAR1J_1SC1
GRUNDPLZIS-M: CH: 4-Digit Basic Postal Code CH J_1SGPLZNUMC4Assigned to domainJ_1SGPLZ
HAUSKZIS-M: CH/S: Separator Code J_1SKZTRENNUMC1NUM01
HAUSVONIS-M: CH/S: House Numbers From J_1SHNRVONNUMC4NUM04
HAUSVONAIS-M: CH/S: House Numbers from Alpha J_1SHNRVACHAR2J_1SC2
HAUSBISIS-M: CH/S: House Numbers To J_1SHNRBISNUMC4NUM04
HAUSBISAIS-M: CH/S: House Numbers to Alpha J_1SHNRBACHAR2J_1SC2
ORTSABKIS-M: CH: City Abbreviation 27-Character J_1SORTABKCHAR27J_1SC27

Key field Non-key field



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

As J_1SSDA 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 J_1SSDA as there is no data to select.

How to access SAP table J_1SSDA

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