JKWWWTEMP_PAY SAP (IS-M: Temporary Internet Table: Payment Data Change) Table details

Dictionary Type: Table
Description: IS-M: Temporary Internet Table: Payment Data Change




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




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

JKWWWTEMP_PAY is a standard SAP Table which is used to store IS-M: Temporary Internet Table: Payment Data Change data and is available within R/3 SAP systems depending on the version and release level.

The JKWWWTEMP_PAY table consists of various fields, each holding specific information or linking keys about IS-M: Temporary Internet Table: Payment Data Change data available in SAP. These include ISM_IACSERVNO (IS-M: Number for Postediting Change to an IAC), GUELTIGVON (Valid-From Date), MARKETING_CAMP (IS-M: Marketing Campaign), ZLSCH (IS-M: Payment Method).. 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 JKWWWTEMP_PAY 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
ISM_IACSERVNOIS-M: Number for Postediting Change to an IAC ISM_IACSERVNOCHAR10ALPHAISM_IACSERVNO
GUELTIGVONValid-From Date GUELTIGVONDATS8DATUMJSA
MARKETING_CAMPIS-M: Marketing Campaign ISM_MARKETING_CAMPAIGNRAW16MCAMPISM_MARKETING_CAMPAIGNPRPM_CGPL_K
ZLSCHIS-M: Payment Method JZLSCHCHAR1Assigned to domainZLSCH
BANKSBank country key BANKSCHAR3Assigned to domainLAND1BKL
BANKLBank Keys BANKKCHAR15BANKKBNK
BANKNBank account number BANKNCHAR18BANKN
IBANIBAN (International Bank Account Number) IBANCHAR34IBAN
MNDIDUnique Referene to Mandate per Payment Recipient SEPA_MNDIDCHAR35ID035
XSEPAACTIVEIS-M: Create SEPA Mandate with the Active Status XSEPAACTIVECHAR1XFELD
SIGN_CITYLocation of Signature SEPA_SIGN_CITYCHAR40TEXT40
SIGN_DATEDate of Signature SEPA_SIGN_DATEDATS8DATUM
BANKAName of bank BANKACHAR60TEXT60
BKONTBank Control Key BKONTCHAR2BKONT
XEZERIndicator: Is there collection authorization ? XEZERCHAR1XFELD
CGUIDGUID of a Payment Card CARD_GUIDRAW16SYSUUID
ENCTPType of Encryption CCSECA_ENCTYPECHAR1CCSECA_ENCTYPE
CCINSPayment cards: Card type CCINSCHAR4Assigned to domainCCINS
CCNUMPayment cards: Card number CCNUMCHAR25Assigned to domainCCNUM
DATBIValid To Date DATBIDATS8DATUM
CCTYPPayment cards: Card category CCTYPCHAR2Assigned to domainCCTYP
BKVIDBank details ID BU_BKVIDCHAR4CHAR4
CCNAMEPayment cards: Name of cardholder CCNAMECHAR40TEXT40
AUDATPayment cards: Authorization date AUDAT_CCDATS8DATUM
AUTIMPayment cards: Authorization time AUTIMTIMS6UZEIT
AUNUMPayment cards: Authorization number AUNUMCHAR10CHAR10
AUTRAPayment cards: Authoriz. reference code of clearing house AUTRACHAR15CHAR15
ISM_CVVALCard Verification Value ISM_CVVALCHAR6ISM_CVVAL
ISM_CVVCTControl Field for Card Verification Value ISM_CVVCTCHAR1ISM_CVVCT
ISM_CVVSTUsage Status of Card Verification Value ISM_CVVSTCHAR1ISM_CVVST
ISM_RCCVVResults Check for Card Verification Value ISM_RCCVV_CCCHAR4TCCRCCHAR4
.INCLU-_1 0
ADDPAY_TYPE_1IS-M/SD: Additional Payment Type ISM_ADDPAYMENT_TYPECHAR2TJK21ISM_ADDPAYMENT_TYPE
ADDPAY_VALUE_1IS-M/SD: Additional Payment Amount ISM_ADDPAYMENT_VALUECURR9(2) WERT5
WAERK_1SD Document Currency WAERKCUKY5Assigned to domainWAERSFWS
XNONRECURRING_1IS-M/SD: One-Time Additional Payment ISM_ADDPAYMENT_XNONRECURRINGCHAR1XFELD
XRECURRING_1IS-M/SD: Additional Payment is Repeated Periodically ISM_ADDPAYMENT_XRECURRINGCHAR1XFELD
.INCLU-_2 0
ADDPAY_TYPE_2IS-M/SD: Additional Payment Type ISM_ADDPAYMENT_TYPECHAR2TJK21ISM_ADDPAYMENT_TYPE
ADDPAY_VALUE_2IS-M/SD: Additional Payment Amount ISM_ADDPAYMENT_VALUECURR9(2) WERT5
WAERK_2SD Document Currency WAERKCUKY5Assigned to domainWAERSFWS
XNONRECURRING_2IS-M/SD: One-Time Additional Payment ISM_ADDPAYMENT_XNONRECURRINGCHAR1XFELD
XRECURRING_2IS-M/SD: Additional Payment is Repeated Periodically ISM_ADDPAYMENT_XRECURRINGCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM JKWWWTEMP_PAY
INTO CORRESPONDING FIELDS OF WA_JKWWWTEMP_PAY
WHERE...

How to access SAP table JKWWWTEMP_PAY

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