/FSIH/STR_ALV_DISB_TO_ITV SAP (ALV Output of Report /FSIH/RDISB_TO_ITV) Structure details

Dictionary Type: Structure
Description: ALV Output of Report /FSIH/RDISB_TO_ITV




ABAP Code to SELECT data from /FSIH/STR_ALV_DISB_TO_ITV
Related tables to /FSIH/STR_ALV_DISB_TO_ITV
Access table /FSIH/STR_ALV_DISB_TO_ITV




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

/FSIH/STR_ALV_DISB_TO_ITV is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "ALV Output of Report /FSIH/RDISB_TO_ITV" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_/FSIH/STR_ALV_DISB_TO_ITV TYPE /FSIH/STR_ALV_DISB_TO_ITV.

The /FSIH/STR_ALV_DISB_TO_ITV table consists of various fields, each holding specific information or linking keys about ALV Output of Report /FSIH/RDISB_TO_ITV data available in SAP. These include DUE_DATE (Due Date for Premium), DISB_DATE (Disbursement Day), EXT_KEY (External Key for Premium Objects), ITV (Insurance Tracking Vendor).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can Be Enhanced (Deep)


SAP /FSIH/STR_ALV_DISB_TO_ITV structure 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
LEGAL_ENTITYLegal Entity for Sorting Accounts /FSIH/DTE_LEGAL_ENTITYCHAR20
DUE_DATEDue Date for Premium /FSIH/DTE_DUE_DATEDATS8
DISB_DATEDisbursement Day /FSIH/DTE_DISB_DATEDATS8DATUM
EXT_KEYExternal Key for Premium Objects /FSIH/DTE_PREM_EXT_KEYCHAR25/FSIH/DOM_PREM_EXT_KEY
ITVInsurance Tracking Vendor /FSIH/DTE_ITVCHAR10Assigned to domainALPHABU_PARTNER
POL_NOInsurance Policy Number /FSIH/DTE_POL_NOCHAR40ALPHA/FSIH/DOM_POL_NO
INS_CODEInsurance ID /FSIH/DTE_INS_CODECHAR6
DISB_AMOUNTAmount Disbursed to the Insurance Tracking Vendor /FSIH/DTE_DISB_AMOUNTCURR19(2) WERTV10
CURRENCYCurrency /FSIH/DTE_CURRCUKY5Assigned to domainWAERS

Key field Non-key field



How do I retrieve data from SAP structure /FSIH/STR_ALV_DISB_TO_ITV using ABAP code?

As /FSIH/STR_ALV_DISB_TO_ITV is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on /FSIH/STR_ALV_DISB_TO_ITV as there is no data to select.

How to access SAP table /FSIH/STR_ALV_DISB_TO_ITV

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