RJHA1407 SAP (IS-PAM: Screen structure for advertiser assignment details) Structure details

Dictionary Type: Structure
Description: IS-PAM: Screen structure for advertiser assignment details




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




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

RJHA1407 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-PAM: Screen structure for advertiser assignment details" 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_RJHA1407 TYPE RJHA1407.

The RJHA1407 table consists of various fields, each holding specific information or linking keys about IS-PAM: Screen structure for advertiser assignment details data available in SAP. These include IS_ROLLE (Text (15 characters)), INSERENT (IS-M: Advertiser), IS_NAME (Text Field), IS_PLZ (IS-M: Postal Code).. 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 RJHA1407 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
IS_MARKCheckbox XFELDCHAR1XFELD
IS_ROLLEText (15 characters) TEXT15CHAR15TEXT15
INSERENTIS-M: Advertiser INSERENTCHAR10Assigned to domainALPHAGPNRJGPMJG0M
IS_NAMEText Field TEXT50CHAR50TEXT50
IS_PLZIS-M: Postal Code PLZ_ISPCHAR10PSTLZ
IS_ORT01IS-M: City ORT01_ISPCHAR35TEXT35
IS_STRASStreet Name STRAS_ISPCHAR35TEXT35
RG_MARKCheckbox XFELDCHAR1XFELD
RG_ROLLEText (15 characters) TEXT15CHAR15TEXT15
REGULIERERIS-M: Payer REGULIERERCHAR10Assigned to domainALPHAGPNRMJG0
RG_NAMEText Field TEXT50CHAR50TEXT50
RG_PLZIS-M: Postal Code PLZ_ISPCHAR10PSTLZ
RG_ORT01IS-M: City ORT01_ISPCHAR35TEXT35
RG_STRASStreet Name STRAS_ISPCHAR35TEXT35
RE_MARKCheckbox XFELDCHAR1XFELD
RE_ROLLEText (15 characters) TEXT15CHAR15TEXT15
GPNR_RECHIS-M: Business Partner - Bill-To Party GPNR_RECHCHAR10Assigned to domainALPHAGPNRKUN
RE_NAMEText Field TEXT50CHAR50TEXT50
RE_PLZIS-M: Postal Code PLZ_ISPCHAR10PSTLZ
RE_ORT01IS-M: City ORT01_ISPCHAR35TEXT35
RE_STRASStreet Name STRAS_ISPCHAR35TEXT35
ADR_ANREDForm of Address Key JANREDCHAR2TJG43ALPHAJANREDJGA
ADR_FELD1IS-M: Address Field for Business Partner Name ADR_FELD1CHAR35NAME
ADR_FELD2IS-M: Address Field for Business Partner Name ADR_FELD2CHAR35NAME
PARNRIS-M: Contact Person ISM_CNTCT_PRSNCHAR10Assigned to domainALPHABU_PARTNER
X_ADRNDIS-M: Business Address For Contact Person Indicator X_ADRNDCHAR1XFELD
X_ADRNPIS-M: Home Address For Contact Person Indicator X_ADRNPCHAR1XFELD
X_ASADRIS-M: Indicator for order-specific address X_ASADRCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table RJHA1407

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