TN22Q SAP (IS-H: Control Parameters FI Posting Copayment Request) Table details

Dictionary Type: Table
Description: IS-H: Control Parameters FI Posting Copayment Request




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




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

TN22Q is a standard SAP Table which is used to store IS-H: Control Parameters FI Posting Copayment Request data and is available within R/3 SAP systems depending on the version and release level.

The TN22Q table consists of various fields, each holding specific information or linking keys about IS-H: Control Parameters FI Posting Copayment Request data available in SAP. These include EINRI (Institution), SHBKZ (IS-H: Special General Ledger Indicator), SHBKL (IS-H: Special General Ledger Transaction Class), 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)


SAP TN22Q 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
SHBKZIS-H: Special General Ledger Indicator ISH_SHBKZCHAR1ALPHAISH_SHBKZ
SHBKLIS-H: Special General Ledger Transaction Class ISH_SHBKLCHAR1ALPHAISH_SHBKL
MANSPIS-H: Dunning Block ISH_MANSPCHAR1ISH_MANSP
MSCHLDunning Key ISH_MSCHLCHAR1ISH_MSCHL
MABERIS-H: Dunning Area ISH_MABERCHAR2ALPHAISH_MABER
BLARTIS-H: Document Type ISH_BLARTCHAR2Assigned to domainBLART
WAERSIS-H: Currency Key ISH_WAERSCUKY5Assigned to domainWAERS
FKDATIS-H: Rule for Due Date ISH_FKDATCHAR1ALPHAISH_DREGEL
BLDATIS-H: Rule for Document Date ISH_BLDATCHAR1ALPHAISH_DREGEL
BUDATIS-H: Rule for Posting Date ISH_DATBUCHAR1ALPHAISH_DREGEL
TXTZKIS-H: Document Header Text for Copayment Request ISH_TXTZKCHAR25ISH_TEXT25
TXTZPIS-H: Line Item Text for Copayment Request ISH_TXTZPCHAR25ISH_TEXT25
BSLSOIS-H: Posting Key for Debit Posting ISH_BSLSOCHAR2TBSLBSCHL
BSLHAPosting Key for Credit Posting ISH_BSLHACHAR2TBSLBSCHL
BSSOFPosting Key for Debit Posting Copayment Receivables ISH_BSSOFCHAR2TBSLBSCHL
BSHAFPosting Key for Credit Posting Copayment Receivable ISH_BSHAFCHAR2TBSLBSCHL
FBLARIS-H: Document Type Copayment Receivable ISH_FBLARCHAR2ALPHAISH_BLART
MAFRIIS-H: Dunning Deadline for Copayment Request in Days ISH_MAFRINUMC3MAFRI
TAXKZIS-H: Tax Code ISH_TAXKZCHAR2ALPHAISH_TAXKZ
BSUMSIS-H: Debit Posting Key for Posting Back (Receivable Proc.) ISH_BSUMSCHAR2TBSLBSCHL
BSUMHIS-H: Credit Posting Key for Posting Back (Receivable Proc.) ISH_BSUMHCHAR2TBSLBSCHL
MAHNAIS-H: Dunning Block for Copayment Requests/Receivables ISH_MAHNACHAR1ISH_MAHNU
MANSPFIS-H: Dunning Block ISH_MANSPCHAR1ISH_MANSP
MAHNFIS-H: Dunning Block for Copayment Requests/Receivables ISH_MAHNACHAR1ISH_MAHNU
ENTBCopayment Obligation for Delivery Cases ISH_ENTBCHAR1ISH_ENTB
TODIS-H: Copayment Obligation for Deceased Patients ISH_TODCHAR1ISH_TOD
F24STIS-H: Copayment Request for Cases Lasting Less Than 24 Hours ISH_24STCHAR1ISH_24ST
ABWEIS-H: Copayment Obligation During Absence ISH_ABWECHAR1ISH_ABWE
ENTLIS-H: Copayment Obligation for Day of Discharge ISH_ENTLCHAR1ISH_ENTL
AGE18 ISH_ZUZ_18CHAR1ISH_ZUZ_18
STGRD_AUSIS-H: Reversal Reason for Charging Off Copayment Request ISH_STGRD_AUSCHAR2T041CSTGRD
STGRD_GENIS-H: Reversal Reason for Copayment Generation Program ISH_STGRD_GENCHAR2T041CSTGRD
STGRD_ANFIS-H: Reversal Reason for Automatic Reversal Copayt Req. ISH_STGRD_ANFCHAR2T041CSTGRD
MABER_F ISH_MABER_FCHAR2ALPHAISH_MABER
MSCHL_F ISH_MSCHL_FCHAR1ISH_MSCHL
ZTERM_FTerms of Payment Key ISH_DZTERM_FCHAR4ZTERM
FBLAR_STOVIS-H: Document Type for Reverse Clearing/Copyt Receivable ISH_BLASTVCHAR2ALPHAISH_BLART
BSHAF_STOVIS-H: Posting Key for Credit Posting Rev.Clearing/Copyt Rec. ISH_BSHSTVCHAR2TBSLBSCHL
BSSOF_STOVIS-H: Posting Key for Debit Posting Rev. Clearing/Copyt Rec. ISH_BSSSTVCHAR2TBSLBSCHL
ZLSPR_STOVIS-H: Pyt Block After Rev. Clg for Posting to Pat's CustAcct ISH_ZLSPRSTVCHAR1T008ZAHLS
STGRD_RETIS-H: Rev. Reason for Posting Back Copyt Req. w/Partial Pyt ISH_STGRD_RETCHAR2Assigned to domainSTGRD

Key field Non-key field



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

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

SELECT SINGLE *
FROM TN22Q
INTO CORRESPONDING FIELDS OF WA_TN22Q
WHERE...

How to access SAP table TN22Q

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