FTVVS_KWG_DATA SAP (GDA/KWG data for output) Structure details

Dictionary Type: Structure
Description: GDA/KWG data for output




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




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

FTVVS_KWG_DATA 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 "GDA/KWG data for output" 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_FTVVS_KWG_DATA TYPE FTVVS_KWG_DATA.

The FTVVS_KWG_DATA table consists of various fields, each holding specific information or linking keys about GDA/KWG data for output data available in SAP. These include CORP_NAME (Name 1 of organization), CORP_ADDRESS (BP: Address Description), CORP_JOB (Industry or Profession), CORP_ISTYPE (Industry System).. 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 FTVVS_KWG_DATA 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
CORP_IDBusiness Partner Number BU_PARTNERCHAR10Assigned to domainALPHABU_PARTNERBPABUPA
CORP_NAMEName 1 of organization BU_NAMEOR1CHAR40BU_NAME
CORP_ADDRESSBP: Address Description BU_ADDSCCHAR60TEXT60
CORP_JOBIndustry or Profession FTI_INDUSTRY_PROFESSIONCHAR30XMBEZ
CORP_ISTYPEIndustry System BU_ISTYPECHAR4Assigned to domainBU_ISTYPE
CORP_IND_SECTORIndustry BU_IND_SECTORCHAR10Assigned to domainBU_INDSECTOR
CORP_BORROWER_IDBorrower Entity Number Used to Report Loan acc. to GBA BP_KWG_ENRCHAR8CHAR8
PART_IDBusiness Partner Number BU_PARTNERCHAR10Assigned to domainALPHABU_PARTNERBPABUPA
PART_NAMEName 1 of organization BU_NAMEOR1CHAR40BU_NAME
PART_ADDRESSBP: Address Description BU_ADDSCCHAR60TEXT60
PART_JOBIndustry or Profession FTI_INDUSTRY_PROFESSIONCHAR30XMBEZ
PART_ISTYPEIndustry System BU_ISTYPECHAR4Assigned to domainBU_ISTYPE
PART_IND_SECTORIndustry BU_IND_SECTORCHAR10Assigned to domainBU_INDSECTOR
PART_BORROWER_IDSCB borrower unit no. according to para. 14 KWG RKWG14KECHAR8RKWG14
COMPANY_CODECompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
COM_VALUATION_CLASSGeneral Valuation Class TPM_COM_VAL_CLASSNUMC4Assigned to domainTPM_COM_VAL_CLASSCVC
VALUATION_CLASSValuation Class TPM_VAL_CLASSNUMC4Assigned to domainTPM_VAL_CLASS
VALUATION_AREAValuation Area TPM_VAL_AREACHAR3Assigned to domainTPM_VAL_AREATPM_VAL_AREATRG_VALUATION_AREA
SEC_IDSecurity ID Number VVRANLWCHAR13Assigned to domainALPHAWP_RANLRANSECURITY_F4
SEC_ACCOUNTSecurities Account VRLDEPOCHAR10Assigned to domainRLDEPODEP
SEC_GROUPSecurities Account Group TPM_SEC_ACCT_GRPCHAR10Assigned to domainTPM_SEC_ACCT_GRPTPM_SHPL_SEC_ACC_GRP
SEC_PORTFPortfolio RPORTBCHAR10Assigned to domainRPORTBT50H_RPORTB_CORE
DEAL_NUMBERFinancial Transaction TB_RFHACHAR13Assigned to domainALPHAT_RFHAFANVTBA
BOOK_VALUE_DCBook Value in Display Currency FTVV_BOOK_VAL_DCCURR15(2) WERTV8_TR
KWG_KZPosition grouping acc. Para 14 GBA (Sec. and loans) VVSKWG14CHAR2VVSKWG14
AMT_LOANLoans Acc. to Para.19 (20) FTVV_AMT_LOANCURR15(2) WERTV8_TR
AMT_OFF_BALOff-Balance Sheet Transactions FTVV_AMT_OFF_BALCURR15(2) WERTV8_TR
AMT_SWAPColumn: Swaps, Forward Transactions, Options for Para.14 GBA FTVV_AMT_SWAPCURR15(2) WERTV8_TR
AMT_WAR_SWAPWarranties for Swaps, Forward Transactions, and Options FTVV_AMT_WAR_SWAPCURR15(2) WERTV8_TR
AMT_WARRANTColumn: Warranties for Para. 14 GBA FTVV_AMT_WARRANTCURR15(2) WERTV8_TR
AMT_RE_LOANRE Loans FTVV_AMT_RE_LOANCURR15(2) WERTV8_TR
AMT_GUARANT_LOANPublicly Guaranteed Loans FTVV_AMT_GUARANT_LOANCURR15(2) WERTV8_TR
AMT_INT_LOANInterbank Loans FTVV_AMT_INT_LOANCURR15(2) WERTV8_TR
DISPLAY_CURRENCYDisplay Currency FTVV_DISPLAY_CURRCUKY5Assigned to domainWAERS
PART_DEFAULT_PROBABILITYDefault Probability FTVV_PART_DEFAULT_PROBABILITYDEC8(5) FTVVD_PART_DEFAULT_PROBABILITY
PART_APPROACHApproach Used for Credit Risk Measurement FTVV_PART_APPROACHCHAR1FTVVD_PART_APPROACH
PART_RISK_CLASSIFICATIONInternal Risk Classification According to German PrüfBV FTVV_PART_RISK_CLASSIFICATIONCHAR1FTVVD_PART_RISK_CLASSIFICATION
CRED_NAMEName 1 of organization BU_NAMEOR1CHAR40BU_NAME
CRED_IDCreditor ID FTVV_CRED_IDCHAR8FTVVD_CRED_ID
DEBITOR_KEYAdditional Debtor Key FTVV_DEBITOR_KEYCHAR3FTVVD_DEBITOR_KEY

Key field Non-key field



How do I retrieve data from SAP structure FTVVS_KWG_DATA using ABAP code?

As FTVVS_KWG_DATA 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 FTVVS_KWG_DATA as there is no data to select.

How to access SAP table FTVVS_KWG_DATA

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