TN22P SAP (IS-H: Control Parameters FI Posting Down Payment) Table details

Dictionary Type: Table
Description: IS-H: Control Parameters FI Posting Down Payment




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




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

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

The TN22P table consists of various fields, each holding specific information or linking keys about IS-H: Control Parameters FI Posting Down Payment data available in SAP. These include EINRI (Institution), SHBKZ (IS-H: Special General Ledger Indicator), SHBKL (IS-H: Special General Ledger Transaction Class), BLART (IS-H: Document Type).. 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 TN22P 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
BLARTIS-H: Document Type ISH_BLARTCHAR2Assigned to domainBLART
WAERSIS-H: Currency Key ISH_WAERSCUKY5Assigned to domainWAERS
TAXKZIS-H: Tax Code ISH_TAXKZCHAR2ALPHAISH_TAXKZ
MABERIS-H: Dunning Area ISH_MABERCHAR2ALPHAISH_MABER
BSLSOIS-H: Posting Key for Debit Posting ISH_BSLSOCHAR2TBSLBSCHL
BSLHAPosting Key for Credit Posting ISH_BSLHACHAR2TBSLBSCHL
BSCHLIS-H: Posting key for bank posting ISH_BBSCHLCHAR2TBSLBSCHL
KONTOIS-H: Bank Account ISH_KONTOCHAR10ALPHAISH_KONTO
CASH_DESKIS-H: Cash Desk ISH_CASH_DESKCHAR10TN21Z1CHAR010
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
VADATIS-H: Rule for Value Date ISH_VADATCHAR1ALPHAISH_DREGEL
TXTAAIS-H: Document Header Text for Down Payment Request ISH_TEXTAACHAR25ISH_TEXT25
TXTAPIS-H: Line Item Text of Down Payment ISH_TEXTAPCHAR25ISH_TEXT25
MXDIFIS-H: Diff. Between Payment Request and Payment Made ISH_MXDIFCURR13(2) WERT7
ABSKZIS-H: Deduct Down Payment from Invoice ISH_ABSKZCHAR1XFELD
TXTBPIS-H: Line item text of down payment G/L account ISH_TEXTBPCHAR25ISH_TEXT25
BEZUGIS-H: Create Invoice Reference ISH_REBZGCHAR1XFELD
VRBSLPosting Key for Credit Posting ISH_BSLHACHAR2TBSLBSCHL
TXTVRIS-H: Line Item Text for Offsetting ISH_TXTVRCHAR25ISH_TEXT25
VRBARIS-H: Document Type ISH_BLARTCHAR2Assigned to domainBLART
STGRD_VERIS-H: Rev. Reason for Resetting Down Payt Clearing Item ISH_STGRD_VERCHAR2T041CSTGRD
STGRD_AB_VERIS-H: Rev. Reason for DP Clearing Reversal w. Alt. Post.Date ISH_STGRD_AB_VERCHAR2T041CSTGRD
STDATIS-H: Determ. Altern. Reversal Date for DP Clearing Reversal ISH_STDAT_AVERCHAR1ISH_STDAT_AVER
FALNR_BNKIS-H: Case Number in Allocation Field of Bank Item ISH_FALNR_BNKCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM TN22P
INTO CORRESPONDING FIELDS OF WA_TN22P
WHERE...

How to access SAP table TN22P

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