TN21S SAP (IS-H: Invoice Creation Control) Table details

Dictionary Type: Table
Description: IS-H: Invoice Creation Control




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




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

TN21S is a standard SAP Table which is used to store IS-H: Invoice Creation Control data and is available within R/3 SAP systems depending on the version and release level.

The TN21S table consists of various fields, each holding specific information or linking keys about IS-H: Invoice Creation Control data available in SAP. These include EINRI (Institution), AAPSI (IS-H: No Discount Intensive Care per Diem (§14(2) Germany)), AAPSS (IS-H: Discount DPD with Surg. PS: no Compare of Dept. OU), MSGTY (IS-H: Specifies Message Types to Be Issued During Billing).. 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 TN21S 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
AAPSIIS-H: No Discount Intensive Care per Diem (§14(2) Germany) ISH_XAPSIACHAR1XFELD
AAPSSIS-H: Discount DPD with Surg. PS: no Compare of Dept. OU ISH_APSACHAR1XFELD
MSGTYIS-H: Specifies Message Types to Be Issued During Billing N_MSGTYABCHAR1N_MSGTYAB
SELSTIS-H: Ind. for Case Selection for Invoice Cancell./PartCncl ISH_KZSELSCHAR12Assigned to domainALPHAKENNZ_SEL
SELTXIS-H: Short Text Case selection for Cancellation/Part. Cncl KTEXT_SELSCHAR50KTEXT_SEL
SUMREIS-H: Output Total per Payer with Collective Billing ISH_SUMREGCHAR1XFELD
FKDATNIS-H: Indicator for Setting Billing Date at Cancellation ISH_FKDATNCHAR1ISH_FKDATN
PERSPIS-H: Service Split at Fiscal Year Change ISH_PERSPCHAR1XFELD
REVASGNIS-H: Service Performance Date Determines Revenue Period ISH_REVASGNCHAR1XFELD
CANPRSIS-H: Delete Cllct. Inv. No. When Cancel. After CllInvPrnt ISH_CANPRSCHAR1XFELD
CANNPSIS-H: Do Not Delete Cllct.Inv No. When Cancel.Bef. CllInvPrt ISH_CANNPSCHAR1XFELD
PDNETIS-H: Payment Distribution with Net Values ISH_PDNETCHAR1XFELD
PDGROIS-H: Payment Distribution with Gross Values ISH_PDGROCHAR1XFELD
DFORMIS-H: Formula for Determining Days (Payment Distribution) ISH_DFORMCHAR2ALPHABFORMEL
OPTDATIS-H: Start Date for DRG Billing ISH_OPTDATDATS8DATUM
PSYCHOPTDATStart Date for Psychiatry Billing P17 KHG ISH_PSYCH_OPTDATDATS8DATUM
TIBILInvoice per Time Interval ISH_BPTIINDCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM TN21S
INTO CORRESPONDING FIELDS OF WA_TN21S
WHERE...

How to access SAP table TN21S

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