JHIAP SAP (IS-M/AM: Include for Pure Item Attributes) Structure details

Dictionary Type: Structure
Description: IS-M/AM: Include for Pure Item Attributes




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




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

JHIAP 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: Include for Pure Item Attributes" 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_JHIAP TYPE JHIAP.

The JHIAP table consists of various fields, each holding specific information or linking keys about IS-M/AM: Include for Pure Item Attributes data available in SAP. These include PSTYV (IS-M: Item Category for Sales Document), VBTYP (IS-M/AM: Sales Document Category), WERBK_TYP (IS-M: Combination Sale Type), WERBK_KNZ (IS-M: Combination Sale Indicator).. 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 JHIAP 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
POS_ARTIS-M: Order-Publishing-Media - Item Type AVMPOS_ARTCHAR2TJH17AVMPOS_ART
PSTYVIS-M: Item Category for Sales Document PSTYV_PAMCHAR4TJHAPPSTYV_PAM
VBTYPIS-M/AM: Sales Document Category ISPVBTYPCHAR1ISPVBTYP
WERBK_TYPIS-M: Combination Sale Type WKOMBI_TYPCHAR2TJH91WKOMBI_TYPMJHWKOMBI_TYP
WERBK_KNZIS-M: Combination Sale Indicator WERBK_KNZNUMC4WERBEKKNZ
XAGENAUFTRIS-M: Agency order indicator XAGENAUFTRCHAR1XFELD
XEINTEILGIS-M: Indicator for modification at subordinate ord. level XEINTEILGCHAR1XFELD
BRAN_PAMIS-M/AM: Current Industry Sector Associated With Order Item BRAN_POSCHAR10TBRCBRACO
STATUSKIS-M: Status STATUSKCHAR2PAM_STATUS
VERMITTLERIS-M: Sales Agent with ID Code for Screen VERMKCHAR10Assigned to domainVERMKJJMVERMJGPMJG0N
VNRIS-M: Media Sales Agent Contract Number JVMVVNRCHAR10JJTVVALPHAJVMVVNRJJAMJJV
BEDNRIS-M: Number of Media Sales Agent Contract Requirement VM_BEDNRNUMC6JJTVBVM_BEDNR
PROSLIS-M/AM: Commission Key for Media Sales Agent JPROVSCHLCHAR5TJH23PRSCHL
KAMPAGNEIS-M: Campaign (customer) KAMPAGNECHAR6TJJKAMPKAMPAGNE
WERBK_POSIS-M: Combination Sale Grouping Item Number WERBK_POSNUMC3JHAPAVM_PNR
WERBK_UPOSIS-M: Combination Sale Grouping Sub-Item WERBK_UPOSNUMC4AVM_UPNR
WERBK_EINTIS-M: Combination Sale Grouping for Schedule Line Number WERBK_EINTNUMC6JHAEAVMENR
REF_AVM_NRIS-M: Reference Order Number of Preceding Order REF_AVM_NRCHAR10JHAKALPHAAVM_NR
REF_POS_NRIS-M: Reference Item Number of Preceding Item REF_POS_NRNUMC3JHAPAVM_PNR
SUC_AVM_NRIS-M: Order Number of Subsequent Document SUC_AVM_NRCHAR10JHAKALPHAAVM_NR
SUC_POS_NRIS-M: Item Number of Subsequent Item SUC_POS_NRNUMC3JHAPAVM_PNR
VORL_AVMNRIS-M: Order Number of the Preceding Document VORL_AVMNRCHAR10JHAKALPHAAVM_NR
VORL_POSNRIS-M: Item number of the Preceding Item VORL_POSNRNUMC3JHAPAVM_PNR
CAMPAIGNIS-M: Marketing Campaign ISM_MARKETING_CAMPAIGNRAW16MCAMPISM_MARKETING_CAMPAIGNPRPM_CGPL_K

Key field Non-key field



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

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

How to access SAP table JHIAP

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