RJHA350 SAP (IS-M/AM: Screen Structure for Creating/Changing a Complaint) Structure details

Dictionary Type: Structure
Description: IS-M/AM: Screen Structure for Creating/Changing a Complaint




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




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

RJHA350 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/AM: Screen Structure for Creating/Changing a Complaint" 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_RJHA350 TYPE RJHA350.

The RJHA350 table consists of various fields, each holding specific information or linking keys about IS-M/AM: Screen Structure for Creating/Changing a Complaint data available in SAP. These include MANDT (Client), AVM_NR (IS-M/AM: Sales Document Number), REKLAM_NR (IS-M: Complaint number), REKL_GPNR (IS-M: Complaining Party).. 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 or numeric)


SAP RJHA350 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
MANDTClient MANDTCLNT3T000MANDT
AVM_NRIS-M/AM: Sales Document Number AVM_NRCHAR10JHAKALPHAAVM_NRJHAMJHA
REKLAM_NRIS-M: Complaint number REKLAM_NRCHAR10REKLAM
REKL_GPNRIS-M: Complaining Party REKL_GPNRCHAR10JGTGPNRALPHAGPNR
REKL_GPASIS-M: Contact Person for Complaining Party ISM_CP_COMPLAINTCHAR10Assigned to domainALPHABU_PARTNERMJJ6
REKL_DATUMIS-M: Complaint Date REKL_DATUMDATS8DATUM
REKL_GRUNDIS-M: Reason for Complaint REKL_GRUNDCHAR4TJJADCHAR4
REKL_STATIS-M: Complaint status REKL_STATCHAR2TJHB5REKL_STAT
WEITERBEARIS-M: Subsequent Processor WEITERBEARCHAR12USERNAME
REKL_KOMMIS-M: Comment has been entered for complaint REKL_KOMMCHAR1XFELD
POS_NRIS-M: Order Item Number POS_NRNUMC3JHAPAVM_PNR
UPOS_NRIS-M: Order Sub-Item Number UPOS_NRNUMC4JHAUAVM_UPNR
EIN_NRIS-M: Schedule Line EIN_NRNUMC6JHAEAVMENR
GRUPPABRNRIS-M/AM: Billing Dataset GRUPPABRNRNUMC3JHAGAGRUPPABR
GPNR_NAMEText (30 Characters) TEXT30CHAR30TEXT30
GPAS_NAMEText (30 Characters) TEXT30CHAR30TEXT30
BEARB_NAMEText Field of Length 60 TEXT60CHAR60TEXT60
GRUND_KTXTIS-M: Short Text BEZEICHN15CHAR15TEXT15
STAT_KTXTIS-M: Short Text BEZEICHN15CHAR15TEXT15
MARKCheckbox XFELDCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table RJHA350

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