JGTAKTFSYS SAP (IS-M: Buffer Table for Activities in Non-SAP Systems (BP)) Table details

Dictionary Type: Table
Description: IS-M: Buffer Table for Activities in Non-SAP Systems (BP)




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




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

JGTAKTFSYS is a standard SAP Table which is used to store IS-M: Buffer Table for Activities in Non-SAP Systems (BP) data and is available within R/3 SAP systems depending on the version and release level.

The JGTAKTFSYS table consists of various fields, each holding specific information or linking keys about IS-M: Buffer Table for Activities in Non-SAP Systems (BP) data available in SAP. These include PROTNR (IS-M: Log Counter), GPNR (IS-M: Business Partner Key), DATUM (IS-M: Start Date of Event), UZEIT (IS-M: Start Time of Event).. 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)


SAP JGTAKTFSYS 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
PROTNRIS-M: Log Counter PROTNRNUMC10PROTNR
GPNRIS-M: Business Partner Key GPNRCHAR10JGTGPNRALPHAGPNRJGPMJG0
DATUMIS-M: Start Date of Event JDATUMDATS8DATUM
UZEITIS-M: Start Time of Event JUZEITTIMS6UZEIT
EVENTIS-M: Event to Trigger Activities J_EVENTCHAR6Assigned to domainJ_EVENT
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
MSGIDMessage Class SYMSGIDCHAR20Assigned to domainARBGB
MSGNOMessage Number SYMSGNONUMC3SYMSGNO
MSGTYMessage Type SYMSGTYCHAR1SYCHAR01
MSGV1Message Variable SYMSGVCHAR50SYCHAR50
MSGV2Message Variable SYMSGVCHAR50SYCHAR50
MSGV3Message Variable SYMSGVCHAR50SYCHAR50
MSGV4Message Variable SYMSGVCHAR50SYCHAR50
MSGTEXTText (100 characters) TEXT100CHAR100TEXT100
VKORGSales Organization VKORGCHAR4Assigned to domainVKORGVKOC_VKORG
VTWEGDistribution Channel VTWEGCHAR2Assigned to domainVTWEGVTWC_VTWEG
SPARTDivision SPARTCHAR2Assigned to domainSPARTSPAC_SPART

Key field Non-key field



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

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

SELECT SINGLE *
FROM JGTAKTFSYS
INTO CORRESPONDING FIELDS OF WA_JGTAKTFSYS
WHERE...

How to access SAP table JGTAKTFSYS

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