T702B SAP (Credit Card Clearing Assignment Table) Table details

Dictionary Type: Table
Description: Credit Card Clearing Assignment Table




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




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

T702B is a standard SAP Table which is used to store Credit Card Clearing Assignment Table data and is available within R/3 SAP systems depending on the version and release level.

The T702B table consists of various fields, each holding specific information or linking keys about Credit Card Clearing Assignment Table data available in SAP. These include MOREI (Trip Provision Variant), CCOMP (Code of Payment Card Company), CEKEY (Transaction Key (Supplied by Credit Card Company)), FIRMA (Paid by Company).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP T702B 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
MOREITrip Provision Variant MOREICHAR2T702NMOREIMOR
CCOMPCode of Payment Card Company CCOMPCHAR2T706_CCOMPCCOMP
CEKEYTransaction Key (Supplied by Credit Card Company) CEKEYCHAR10CEKEY
FIRMAPaid by Company BEZFACHAR1XFELDTRV_PAID_COMPANY
ENDDAEnd Date ENDDADATS8DATUM
BEGDAStart Date BEGDADATS8DATUM
SPKZLTravel Expense Type SPKZLCHAR4T706B1SPKZLRSASH_EXPENSE_TYPES
TODOFFurther Processing with Credit Card Transactions TODOFNUMC2TODOF
PAYOTService Provider PAYOTCHAR2T706B4PAYOT
CHANGEIndicator: Expense Type From Credit Card Clearing Changeable PTRV_CCC_CHANGE_EXPTYPECHAR1PTRV_CCC_CHANGE_EXPTYPE
SPKZL1Travel Expense Type SPKZLCHAR4T706B1SPKZLRSASH_EXPENSE_TYPES
SPKZL2Travel Expense Type SPKZLCHAR4T706B1SPKZLRSASH_EXPENSE_TYPES
SPKZL3Travel Expense Type SPKZLCHAR4T706B1SPKZLRSASH_EXPENSE_TYPES
SPKZL4Travel Expense Type SPKZLCHAR4T706B1SPKZLRSASH_EXPENSE_TYPES
SPKZL5Travel Expense Type SPKZLCHAR4T706B1SPKZLRSASH_EXPENSE_TYPES
SPKZL6Travel Expense Type SPKZLCHAR4T706B1SPKZLRSASH_EXPENSE_TYPES

Key field Non-key field



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

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

SELECT SINGLE *
FROM T702B
INTO CORRESPONDING FIELDS OF WA_T702B
WHERE...

How to access SAP table T702B

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