JHAPD SAP (IS-M/AM: OPM Service Item) Table details

Dictionary Type: Table
Description: IS-M/AM: OPM Service Item




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




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

JHAPD is a standard SAP Table which is used to store IS-M/AM: OPM Service Item data and is available within R/3 SAP systems depending on the version and release level.

The JHAPD table consists of various fields, each holding specific information or linking keys about IS-M/AM: OPM Service Item data available in SAP. These include AVM_NR (IS-M/AM: Sales Document Number), POS_NR (IS-M: Order Item Number), MATNR (IS-M: Service material number), MENGE (IS-M: Service Quantity).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP JHAPD table 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
POS_NRIS-M: Order Item Number POS_NRNUMC3JHAPAVM_PNR
MATNRIS-M: Service material number MATNR_DIENCHAR18JJTDIENALPHAMATNR_DIENJJD
MENGEIS-M: Service Quantity DIEN_MENGEQUAN13(3) MENG13
ERBTERM_VIS-M: Service Performance Period From ERBTERM_VDATS8DATUM
ERBTERM_BIS-M: Service Performance Period To ERBTERM_BDATS8DATUM
DIENTYPIS-M: Service Type DIENTYPCHAR4Assigned to domainDIENTYP
MEINSBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
COPY_NO_STARTIS-M/AM: Start of Period for Copy ISM_COPY_NO_STARTCHAR14PAM_PERIOD
COPY_NO_ENDIS-M/AM: End of Period for Copy ISM_COPY_NO_ENDCHAR14PAM_PERIOD
KURZTEXTIS-M: Short Text BEZEICHN15CHAR15TEXT15
LANGTEXTIS-M: Long Text BEZEICHN50CHAR50TEXT50
DIEN_BEIS-M: Service: Assigned Booking Unit DIEN_BECHAR10Assigned to domainALPHABELEINH
DIEN_IKOIS-M: Service: Assigned Content Component DIEN_IKOCHAR8Assigned to domainALPHAINHALTSKOM
MERKMAL0IS-M: Characteristic 0 for Individual Use (Service Item) MERK0_PDCHAR1XFELD
MERKMAL1IS-M: Characteristic 1 for Individual Use (Service Item) MERK1_PDCHAR1XFELD
MERKMAL2IS-M: Characteristic 2 for Individual Use (Service Item) MERK2_PDCHAR1XFELD
MERKMAL3IS-M: Characteristic 3 for Individual Use (Service Item) MERK3_PDCHAR1XFELD
MERKMAL4IS-M: Characteristic 4 for Individual Use (Service Item) MERK4_PDCHAR1XFELD
MERKMAL5IS-M: Characteristic 5 for Individual Use (Service Item) MERK5_PDCHAR1XFELD
MERKMAL6IS-M: Characteristic 6 for Individual Use (Service Item) MERK6_PDCHAR1XFELD
MERKMAL7IS-M: Characteristic 7 for Individual Use (Service Item) MERK7_PDCHAR1XFELD
MERKMAL8IS-M: Characteristic 8 for Individual Use (Service Item) MERK8_PDCHAR1XFELD
MERKMAL9IS-M: Characteristic 9 for Individual Use (Service Item) MERK9_PDCHAR1XFELD
ALANDDeparture country (country from which the goods are sent) ALANDCHAR3Assigned to domainLAND1VAL
TAXM1Tax classification material TAKLMCHAR1Assigned to domainTAXKM
TAXM2Tax classification material TAKLMCHAR1Assigned to domainTAXKM
TAXM3Tax classification material TAKLMCHAR1Assigned to domainTAXKM
TAXM4Tax classification material TAKLMCHAR1Assigned to domainTAXKM
TAXM5Tax classification material TAKLMCHAR1Assigned to domainTAXKM
TAXM6Tax classification material TAKLMCHAR1Assigned to domainTAXKM
TAXM7Tax classification material TAKLMCHAR1Assigned to domainTAXKM
TAXM8Tax classification material TAKLMCHAR1Assigned to domainTAXKM
TAXM9Tax classification material TAKLMCHAR1Assigned to domainTAXKM
PRODHIS-M/AM: Product Hierarchy J_PRODHCHAR18JJT179J_PRODH
STICHWIS-M: Keyword STICHWCHAR40TEXT40
INHK_KFMIS-M: Business Content Component INHK_KFMCHAR8JJTIKOALPHAINHALTSKOMJJ1

Key field Non-key field



How do I retrieve data from SAP table JHAPD using ABAP code

The following ABAP code Example will allow you to do a basic selection on JHAPD to SELECT all data from the table
DATA: WA_JHAPD TYPE JHAPD.

SELECT SINGLE *
FROM JHAPD
INTO CORRESPONDING FIELDS OF WA_JHAPD
WHERE...

How to access SAP table JHAPD

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