RJKWWW_ADDRESS_VM SAP (IS-M/SD: Structure for WWW; Sales Agent Address Data) Structure details

Dictionary Type: Structure
Description: IS-M/SD: Structure for WWW; Sales Agent Address Data




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




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

RJKWWW_ADDRESS_VM 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: Structure for WWW; Sales Agent Address Data" 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_RJKWWW_ADDRESS_VM TYPE RJKWWW_ADDRESS_VM.

The RJKWWW_ADDRESS_VM table consists of various fields, each holding specific information or linking keys about IS-M/SD: Structure for WWW; Sales Agent Address Data data available in SAP. These include GPNR (IS-M: Business Partner Key), ANRED (Form of Address Key), NAME1 (IS-M: Business Partner Name), NAME2 (IS-M: First Name of Business Partner).. 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 RJKWWW_ADDRESS_VM 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
GPNRIS-M: Business Partner Key GPNRCHAR10Assigned to domainALPHAGPNRJGPMJG0
ANREDForm of Address Key JANREDCHAR2TJG43ALPHAJANREDJGA
NAME1IS-M: Business Partner Name NAME1_ISPCHAR35NAME
NAME2IS-M: First Name of Business Partner NAME2_ISPCHAR35NAME
NAME3IS-M: Further Name Field for Business Partner NAME3_ISPCHAR35NAME
TITELIS-M: Title TITEL_ISPCHAR15T535NTITEL
PSTLZIS-M: Postal Code PLZ_ISPCHAR10PSTLZ
PSTLZ_ADDONIS-M: Extension to 5-Character ZIP Code PSTLZ_ADDONCHAR4CHAR4
PSTL2IS-M: Postal Code for PO Box PLZPFCHAR10PSTLZ
PSTL2_ADDONIS-M: Extension to 5-Character ZIP Code (PO Box) PSTL2_ADDONCHAR4CHAR4
ORTPFIS-M: City for PO Box ORTPFCHAR35TEXT35
PFACHIS-M: Post Office Box PFACH_ISPCHAR10ALPHAPFACH_ISP
ORT01IS-M: City ORT01_ISPCHAR35TEXT35
STRASSEWWWIS-M: Street in WWW (Contains Street Name and Directionals) STRASSEWWWCHAR55TEXT55
STRASStreet Name STRAS_ISPCHAR35TEXT35
PREDIRECTIONALDirectional for Street Name DIRECTIONALCHAR10TJS41DIRECTIONAL
POSTDIRECTIONALDirectional for Street Name DIRECTIONALCHAR10TJS41DIRECTIONAL
HAUSNWWWIS-M: House Number in WWW (Contains House Number and Affix) HSNMRWWWCHAR10HAUSNUMMER
HAUSNIS-M: House Number HSNMR1CHAR10HAUSNUMMER
HSNMR2IS-M: House Number Affix HSNMR2CHAR8CHAR8
LAND1Country Key LAND1CHAR3T005LAND1LND
ERSTADRIS-M: Address Proposal for Alternatives ERSTADRCHAR1ERSTADR
ADDRSECABBREVIS-M: Secondary Address Text ADDRSECABBREVCHAR4Assigned to domainADDRSECABBREV
ADDRSECNUMBERIS-M: Secondary Address Number ADDRSECNUMBERCHAR8ALPHAADDRSECNUMBER
SPRASLanguage Key SPRASLANG1T002ISOLASPRASSPRH_T002
REGIOSTATE (State, Province, County) REGIOCHAR3T005SREGIO
ISPTELVWPIS-M: Area Code (Home) ISPTELVWPCHAR10TELN2ISPTELVW
ISPTELPIS-M: Telephone Number ISPTELPCHAR20TELN1ISPTEL
ISPTELVWDIS-M: Area Code - Work ISPTELVWDCHAR10TELN2ISPTELVW
ISPTELDIS-M: Telephone Number ISPTELDCHAR20TELN1ISPTEL
ISPHANDYIS-M: Mobile Phone Number ISPHANDYCHAR30CHAR30
TELFXFax Number TELFXCHAR31TEXT31
ISPEMAILIS-M: E-Mail Address ISPEMAILCHAR50CHAR50LOW
UVADR_STIS-M: Coding Status of Address UVADR_ADCHAR1UVADR_AD
UVADR_PFIS-M: Coding Status of Address UVADR_ADCHAR1UVADR_AD
UVADR_GKIS-M: Coding Status of Address UVADR_ADCHAR1UVADR_AD
POSTEINORTIS-M: City Number (Unique) JALORTCHAR8Assigned to domainALPHAALORTJSO
POSTEINSTRIS-M: Street Number STRASSENNRCHAR10Assigned to domainALPHASTRASSENNRJSS
PEINORTPFIS-M: Postal Unit of City for PO Box ALORT2CHAR8Assigned to domainALPHAALORT
PRIVACY_STATUSIS-M: Status of Address As Regards Data Protection ADDRESS_PRIVACY_STATUSCHAR1ADDRESS_PRIVACY_STATUS
NAMZUIS-M: Name Affix NAMZU_ISPCHAR15Assigned to domainTITEL
VORSWIS-M: Name Prefix VORSW_ISPCHAR15Assigned to domainTITEL

Key field Non-key field



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

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

How to access SAP table RJKWWW_ADDRESS_VM

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