JGTMEMORY SAP (IS-M/SD: Buffer Table for Data Transfer) Table details

Dictionary Type: Table
Description: IS-M/SD: Buffer Table for Data Transfer




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




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

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

The JGTMEMORY table consists of various fields, each holding specific information or linking keys about IS-M/SD: Buffer Table for Data Transfer data available in SAP. These include FILEINTERN (Logical file name), ZAEHLER (IS-M: Consecutive Counter for Transfer of External Data), LINE0 (Address line), LINE1 (Address line).. 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 JGTMEMORY 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
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 Part for BP Data Transfer JGVARDATALCHR4000JGVARDATA

Key field Non-key field



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

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

SELECT SINGLE *
FROM JGTMEMORY
INTO CORRESPONDING FIELDS OF WA_JGTMEMORY
WHERE...

How to access SAP table JGTMEMORY

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