TN22G SAP () Table details

Dictionary Type: Table
Description:




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




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

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

The TN22G table consists of various fields, each holding specific information or linking keys about data available in SAP. These include EINRI (Institution), VERWE (IS-H: Use of Copayment Parameters), SHBKZ (IS-H: Special General Ledger Indicator), MANSP (IS-H: Dunning Block).. 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 or numeric)


SAP TN22G 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
EINRIInstitution EINRICHAR4TN01ALPHAEINRIEIN
VERWEIS-H: Use of Copayment Parameters ISH_ZVERWCHAR2ALPHAISH_ZVERW
SHBKZIS-H: Special General Ledger Indicator ISH_SHBKZCHAR1ALPHAISH_SHBKZ
MANSPIS-H: Dunning Block ISH_MANSPCHAR1ISH_MANSP
BLARTIS-H: Document Type ISH_BLARTCHAR2T003BLART
TAXKZIS-H: Tax Code ISH_TAXKZCHAR2ALPHAISH_TAXKZ
BSCHLIS-H: Posting key for bank posting ISH_BBSCHLCHAR2TBSLBSCHL
KONTOIS-H: Bank Account ISH_KONTOCHAR10ALPHAISH_KONTO
FKDATIS-H: Rule for Due Date ISH_FKDATCHAR1ALPHAISH_DREGEL
VADATIS-H: Rule for Value Date ISH_VADATCHAR1ALPHAISH_DREGEL
TXTZZIS-H: Document Header Text for Copayment Received ISH_TEXTZZCHAR25ISH_TEXT25
TXTZPIS-H: Line Item Text for Copayment Received ISH_TEXTZPCHAR25ISH_TEXT25
BSLSOIS-H: Posting Key for Debit Posting ISH_BSLSOCHAR2TBSLBSCHL
BSLHAPosting Key for Credit Posting ISH_BSLHACHAR2TBSLBSCHL
GBLARIS-H: Document Type - Transfer Posting Copayment ISH_GBLARCHAR2ALPHAISH_BLART
TXTGKIS-H: Document Header Text for Transfer Posting of Copayment ISH_TXTGKCHAR25ISH_TEXT25
TXTGPIS-H: Line Item Text for Transfer Posting of Copayment ISH_TXTGPCHAR25ISH_TEXT25
BAFALIS-H: Case not in assignment to G/L account line item ISH_BAFALCHAR1XFELD
BSHAUPosting Key for Credit Memo on Insurance Provider Acct ISH_BSHAUCHAR2TBSLBSCHL
STGRD_UMIS-H: Reversal Reason for Reversing Transfer Posting ISH_STGRD_UMCHAR2T041CSTGRD
ACCOUNT_COPAYM ISH_ACCOUNT_COPAYMENTCHAR10Assigned to domainALPHASAKNR
ACCOUNT_POSTAGE ISH_ACCOUNT_POSTAGECHAR10Assigned to domainALPHASAKNR
ACCOUNT_GBLAR ISH_ACCOUNT_GBLARCHAR2ALPHAISH_BLART
ACCOUNT_BSHAU ISH_ACCOUNT_BSHAUCHAR2TBSLBSCHL
ACCOUNT_WITH_KST ISH_ACCOUNT_WITH_KOSTLCHAR1XFELD
ACCOUNT_TXTGK ISH_ACCOUNT_TXTGKCHAR25ISH_TEXT25
ACCOUNT_TXTGP ISH_ACCOUNT_TXTGPCHAR25ISH_TEXT25
ACCOUNT_STGRD_UM ISH_ACCOUNT_STGRD_UMCHAR2T041CSTGRD
REPAY_DOCTYPE ISH_REPAY_DOCTYPECHAR2ALPHAISH_BLART
REPAY_PAT_BSHA ISH_REPAY_PAT_BSHACHAR2Assigned to domainBSCHL
REPAY_INS_BSSO ISH_REPAY_INS_BSSOCHAR2Assigned to domainBSCHL
REPAY_ACC_BSSO ISH_REPAY_ACC_BSSOCHAR2Assigned to domainBSCHL
REPAY_PAYM_METH ISH_REPAY_PAYM_METHODCHAR1Assigned to domainZLSCH

Key field Non-key field



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

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

SELECT SINGLE *
FROM TN22G
INTO CORRESPONDING FIELDS OF WA_TN22G
WHERE...

How to access SAP table TN22G

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