JHTMEMORY SAP (IS-M/AM: Buffering Table for Order Data Transfer) Table details

Dictionary Type: Table
Description: IS-M/AM: Buffering Table for Order Data Transfer




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




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

JHTMEMORY is a standard SAP Table which is used to store IS-M/AM: Buffering Table for Order Data Transfer data and is available within R/3 SAP systems depending on the version and release level.

The JHTMEMORY table consists of various fields, each holding specific information or linking keys about IS-M/AM: Buffering Table for Order Data Transfer data available in SAP. These include FILEINTERN (Logical file name), ZAEHLER (IS-M: Consecutive Counter for Transfer of External Data), SATZART (IS-M: Record Type for Order Data Transfer), FRD_AVM_NR (IS-M: Externally Assigned Order Number).. 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 JHTMEMORY 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 MANDTCLNT3Assigned to domainMANDT
FILEINTERNLogical file name FILEINTERNCHAR60Assigned to domainFILEINTERN
ZAEHLERIS-M: Consecutive Counter for Transfer of External Data JFILE_CNTNUMC8NUM8
SATZARTIS-M: Record Type for Order Data Transfer JKSATZARTCHAR2JKSATZART
FRD_AVM_NRIS-M: Externally Assigned Order Number FRD_AVM_NRCHAR20CHAR20
AUFZAEHLERIS-M: Consecutive Counter for Transfer of External Data JFILE_CNTNUMC8NUM8
LINE0Address line LINESCHAR80LINES
LINE1Address line LINESCHAR80LINES
LINE2Address line LINESCHAR80LINES
MSGIDMessage Class SYMSGIDCHAR20Assigned to domainARBGB
MSGNOMessage Number SYMSGNONUMC3SYMSGNO
MSGTYMessage Type SYMSGTYCHAR1SYCHAR01
MSGV1Message Variable SYMSGVCHAR50SYCHAR50
MSGV2Message Variable SYMSGVCHAR50SYCHAR50
MSGV3Message Variable SYMSGVCHAR50SYCHAR50
MSGV4Message Variable SYMSGVCHAR50SYCHAR50
DATALNActual length of vardata DATALNINT25DATALN
VARDATAIS-M: Variable data part for order data transfer JKVARDATALCHR1800JKVARDATA

Key field Non-key field



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

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

SELECT SINGLE *
FROM JHTMEMORY
INTO CORRESPONDING FIELDS OF WA_JHTMEMORY
WHERE...

How to access SAP table JHTMEMORY

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