JKWWW_PROTOCOL SAP (IS-M: Table for Logging Creation/Changes made with IACs) Table details

Dictionary Type: Table
Description: IS-M: Table for Logging Creation/Changes made with IACs




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




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

JKWWW_PROTOCOL is a standard SAP Table which is used to store IS-M: Table for Logging Creation/Changes made with IACs data and is available within R/3 SAP systems depending on the version and release level.

The JKWWW_PROTOCOL table consists of various fields, each holding specific information or linking keys about IS-M: Table for Logging Creation/Changes made with IACs data available in SAP. These include IACNO (IS-M: Number of Creation/Change by IAC), IAC_TYPE (IS-M: Type of Change or Creation in IAC), KEY_IAC (IS-M: Key of IAC), CMETHOD (IS-M: Method Used for Creation/Change in an IAC).. 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 JKWWW_PROTOCOL 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
IACNOIS-M: Number of Creation/Change by IAC ISM_IACNOCHAR10ALPHAISM_IACNO
IAC_TYPEIS-M: Type of Change or Creation in IAC ISM_IAC_TYPECHAR2ISM_IAC_TYPE
KEY_IACIS-M: Key of IAC JWWWKEYCHAR10Assigned to domainJWWWKEY
CMETHODIS-M: Method Used for Creation/Change in an IAC ISM_CMETHODCHAR1ISM_CMETHOD
ERFDATECreated On ERFDATEDATS8DATUM
ERFTIMETime Created ERFTIMETIMS6UZEIT
GPNRIS-M: Business Partner Key GPNRCHAR10Assigned to domainALPHAGPNRJGPMJG0
VBELNIS-M/SD: Publishing Sales Order AVNRCHAR10Assigned to domainALPHAAVNRJK1MJK1
POSNRSales Order Item APNRNUMC6Assigned to domainAPNR
ZLSCHIS-M: Payment Method JZLSCHCHAR1Assigned to domainZLSCH
GUELTIGVONValid-From Date GUELTIGVONDATS8DATUMJSA
GUELTIGBISValid-To Date GUELTIGBISDATS8DATUMJSB
USERALIASInternet user alias USALIASCHAR40USALIASUSALIAS

Key field Non-key field



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

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

SELECT SINGLE *
FROM JKWWW_PROTOCOL
INTO CORRESPONDING FIELDS OF WA_JKWWW_PROTOCOL
WHERE...

How to access SAP table JKWWW_PROTOCOL

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