TZ41 SAP (Customizing reg. report. fld. ctrl. for prem. res. fund) Table details

Dictionary Type: Table
Description: Customizing reg. report. fld. ctrl. for prem. res. fund




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




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

TZ41 is a standard SAP Table which is used to store Customizing reg. report. fld. ctrl. for prem. res. fund data and is available within R/3 SAP systems depending on the version and release level.

The TZ41 table consists of various fields, each holding specific information or linking keys about Customizing reg. report. fld. ctrl. for prem. res. fund data available in SAP. These include GSART (Product Type), DGUEL_TAGE (Valid from (back dates)), SSKZB (BAV stock indicator), SUDEC (Insurance Line of Business Indicator).. 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: Not classified


SAP TZ41 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
XLANDCountry variant for regulatory reporting VVXLANDCHAR2VVXLAND
GSARTProduct Type VVSARTCHAR3TZPAVVSARTSANVVSART_APPL_BAS
DGUEL_TAGEValid from (back dates) DGUEL_TAGEINT13INT1
SSKZBBAV stock indicator SSKZBNUMC1TZ11SSKZB
SUDECInsurance Line of Business Indicator SUDECNUMC2TW05SUDEC
SDVPremium reserve fund list number VVSDVCHAR2TZ30VVSDVNR
SUABTSubsection number of premium reserve fund list VVSUABTCHAR2TZ31VVSUABT
SSKZFTax office stock indicator SSKZFNUMC1TZ13SSKZF
SNW600Asset group BAV stmt 101, 201 and 600 VVSNW600CHAR4TZ29PVVSNW600
SMWWHRSettlement or cover provision currency (Regulat. reporting) VVSMWWHRCUKY5TCURCWAERS
BARWBAVBAV accepted value BARWBAVCURR13(2) WERTV7
SAWHRCurrency of accepted value_FISO SAWHRCUKY5TCURCWAERSWHR
FELDAUSWFinancial Assets Management field selection string VVFEAUSCHAR100TEXT100

Key field Non-key field



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

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

SELECT SINGLE *
FROM TZ41
INTO CORRESPONDING FIELDS OF WA_TZ41
WHERE...

How to access SAP table TZ41

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