RJHAPSX SAP (IS-M: Ad Insert Sales Document Item Processing Information) Structure details

Dictionary Type: Structure
Description: IS-M: Ad Insert Sales Document Item Processing Information




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




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

RJHAPSX 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: Ad Insert Sales Document Item Processing Information" 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_RJHAPSX TYPE RJHAPSX.

The RJHAPSX table consists of various fields, each holding specific information or linking keys about IS-M: Ad Insert Sales Document Item Processing Information data available in SAP. These include AVM_NR (IS-M/AM: Sales Document Number), POS_NR (IS-M: Order Item Number), UPDATEFLAG (Update indicator), TERM_TYP (Updated information in related user data field).. 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 RJHAPSX 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 MANDTCLNT3Assigned to domainMANDT
AVM_NRIS-M/AM: Sales Document Number AVM_NRCHAR10Assigned to domainALPHAAVM_NRJHAMJHA
POS_NRIS-M: Order Item Number POS_NRNUMC3Assigned to domainAVM_PNR
UPDATEFLAGUpdate indicator UPDKZ_DCHAR1UPDKZ
TERM_TYPUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
ANFANG_PERUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
BEARBUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
TZUSMENGEUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
DISPMENGEUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
BERMENGEUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
XBERMENGE_FIXUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
POSTMENGEUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
MUSTER_TUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
MUSTER_PUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
XFREMDBEILUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
XRESTHSHLTUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
XTBEL_SIUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
XSI_WARTETUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
XUVTECHUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
XMUSTER_OKUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
XSI_VORHUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
MERKMAL0Updated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
MERKMAL1Updated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
MERKMAL2Updated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
MERKMAL3Updated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
MERKMAL4Updated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
MERKMAL5Updated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
MERKMAL6Updated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
MERKMAL7Updated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
MERKMAL8Updated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
MERKMAL9Updated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
PRODHUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
STICHWUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
INHK_KFMUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
SI_TYPUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
SI_GEWICHTUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
MEINHGEWBLUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
ANZSEITENUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE

Key field Non-key field



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

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

How to access SAP table RJHAPSX

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