/FSIH/TC_PORTF SAP (Insurance Tracking Vendor Portfolios) Table details

Dictionary Type: Table
Description: Insurance Tracking Vendor Portfolios




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




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

/FSIH/TC_PORTF is a standard SAP Table which is used to store Insurance Tracking Vendor Portfolios data and is available within R/3 SAP systems depending on the version and release level.

The /FSIH/TC_PORTF table consists of various fields, each holding specific information or linking keys about Insurance Tracking Vendor Portfolios data available in SAP. These include PORTFOLIO (Portfolio), ITV (Insurance Tracking Vendor), DISB_METHOD (Disbursement Method), DISB_DAY (Disbursement Day).. 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 /FSIH/TC_PORTF 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 MANDTCLNT3Assigned to domainMANDT
PORTFOLIOPortfolio /FSIH/DTE_PORTFOLIOCHAR10/FSIH/DOM_PORTFOLIO
ITVInsurance Tracking Vendor /FSIH/DTE_ITVCHAR10Assigned to domainALPHABU_PARTNER
DISB_METHODDisbursement Method /FSIH/DTE_DISB_METHODCHAR1/FSIH/DOM_DISB_METHOD
DISB_DAYDisbursement Day /FSIH/DTE_DISB_DAYINT13/FSIH/DOM_DISB_DAY
FLG_WORK_DAYDisbursement on Next Weekday /FSIH/DTE_WORKING_DAYCHAR1/FSIH/DOM_WORK_DAY

Key field Non-key field



How do I retrieve data from SAP table /FSIH/TC_PORTF using ABAP code

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

SELECT SINGLE *
FROM /FSIH/TC_PORTF
INTO CORRESPONDING FIELDS OF WA_/FSIH/TC_PORTF
WHERE...

How to access SAP table /FSIH/TC_PORTF

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