VTVPARB_TR SAP (Business partner credit standing data) Structure details

Dictionary Type: Structure
Description: Business partner credit standing data




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




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

VTVPARB_TR 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 "Business partner credit standing data" 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_VTVPARB_TR TYPE VTVPARB_TR.

The VTVPARB_TR table consists of various fields, each holding specific information or linking keys about Business partner credit standing data data available in SAP. These include GRADE_METHOD (Valuation Procedure), SOLVNCY (Credit Standing), SOL_INF (Status of Credit Standing Information), SOL_I_D (Date of Credit Standing Information).. 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: Cannot Be Enhanced


SAP VTVPARB_TR 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
GRADEValuation FTI_BP_GRADECHAR10TPZ22BP_GRADE
GRADE_METHODValuation Procedure FTI_BP_GRADE_METHODCHAR10TPZ21BP_GRADE_METHOD
SOLVNCYCredit Standing BP_SOLVNCYCHAR1BP_SOLVNCY
SOL_INFStatus of Credit Standing Information BP_SOL_INFCHAR1BP_SOL_INF
SOL_I_DDate of Credit Standing Information BP_SOL_I_DDATS8DATUM
RATINGRating FTI_BP_RATINGCHAR3TP06BP_RATING
SOL_INSInstitute providing credit standing information FTI_BP_SOL_INSCHAR4Assigned to domainBP_SOL_INS

Key field Non-key field



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

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

How to access SAP table VTVPARB_TR

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