TINSO SAP (Failed Payment Transactions and Charges) Table details

Dictionary Type: Table
Description: Failed Payment Transactions and Charges




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




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

TINSO is a standard SAP Table which is used to store Failed Payment Transactions and Charges data and is available within R/3 SAP systems depending on the version and release level.

The TINSO table consists of various fields, each holding specific information or linking keys about Failed Payment Transactions and Charges data available in SAP. These include REPID (ABAP Program Name), BUKRS (Company Code), BELNR (Accounting document number), GJAHR (Fiscal Year).. 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 TINSO 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
REPIDABAP Program Name REPIDCHAR40PROGNAME
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
BELNRAccounting document number BELNOCHAR10ALPHABELNRBLN
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
IDPOSIdentification Flag for Document Type IDPOSNUMC1IDPOS
KUNNRCustomer Numbers KUNNRCHAR10KNA1ALPHAKUNNRKUNC_KUNNR
INBTRAmount in Document Currency INBTRCURR13(2) WERT7
BKVALValue Date BKVALDATS8DATUM
BKKONBank Account for Debit Memo BKKONCHAR10SKA1ALPHASAKNR
SPKONRevenue account for on-debited bank charges SPKONCHAR10SKA1ALPHASAKNR
SPESEBank charges SPESECURR13(2) WERT7
WAERSCurrency Key WAERSCUKY5TCURCWAERSFWS
SPTAXTax Amount on Charges in Document Currency SPTAXCURR13(2) WERT7
SPSKZTax Code for Taxes on Bank Charges SPSKZCHAR2T007AMWSKZ
INSTAProcessing status INSTACHAR1INSTA
TXT40Document text BELTXCHAR40TEXT40
BKTXTDocument Header Text BKTXTCHAR25TEXT25
ISBTRAmount not paid ISBTRCURR13(2) WERT7
HBKIDPresenting Bank HBKID_FBWECHAR5T012HBKID
MOTIFBouncing Reason MOTIF_TINSOCHAR5CHAR5

Key field Non-key field



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

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

SELECT SINGLE *
FROM TINSO
INTO CORRESPONDING FIELDS OF WA_TINSO
WHERE...

How to access SAP table TINSO

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