VBP1030 SAP () Structure details

Dictionary Type: Structure
Description:




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




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

VBP1030 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 "" 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_VBP1030 TYPE VBP1030.

The VBP1030 table consists of various fields, each holding specific information or linking keys about data available in SAP. These include MANDT (Client), PARTNR (Business Partner Number), NRESIDT (Non-Resident According to Paragraph 4 AWG), NRESI_D (Start of Non-Residency According to Paragraph 4 AWG).. 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: Not classified


SAP VBP1030 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
MANDTClient MANDTCLNT3T000MANDT
PARTNRBusiness Partner Number BP_PARTNR_NEWCHAR10Assigned to domainALPHABU_PARTNERBPABUPA
NRESIDTNon-Resident According to Paragraph 4 AWG BP_NRESIDTCHAR1XFELD
NRESI_DStart of Non-Residency According to Paragraph 4 AWG BP_NRESI_DDATS8DATUM
KWG_RLVRecipient of Multimillion Loan According to Paragraph 14 GBA BP_KWG_RLVCHAR1XFELD
KWG_NRBorrower Number for Reporting a Loan According to GBA BP_KWG_NRCHAR8CHAR8
KWG_ENRBorrower Entity Number Used to Report Loan acc. to GBA BP_KWG_ENRCHAR8CHAR8
KWG_CRECredit Standing Review According to Paragraph 18 GBA BP_KWG_CRENUMC2TP12BP_KWG_CRE
KWG_CRE_DDate of Credit Standing Review According to Paragraph 18 GBA BP_KWG_CRE_DDATS8DATUM
KWG_ORGLoan to Manager According to Paragraph 15 German Banking Act BP_KWG_ORGNUMC2TP10BP_KWG_ORG
COMP_REOrganization Relationship BP_COMP_RECHAR1BP_COMP_RE
XID_AT(OeNB) Ident Number VVXID_AT_FSCHAR11VVXID_AT_FS
SZG_ATTarget Group According to OeNB VVSZG_AT_FSCHAR2TD05_AT_FSVVSZG_AT_FS
SID_ATAssign (OeNB) Ident Number VVSID_AT_FSCHAR1BP_JANEI
SINLZ_ATInstitute Number According to OeNB VVSINLZ_ATCHAR7VVSINLZ_AT
SINME_ATInstitute Subject to Austrian Reg. Reporting Requirements VVSINME_ATCHAR1XFELD
GID_ATGroup ID VVGID_ATCHAR15
GIDTYPE_ATGroup Assignment Category VVGIDTYPE_ATCHAR1VVGIDTYPE_AT
GNAME_ATGroup Name VVGNAME_ATCHAR50TEXT50
ENT_REPOLegal Entity for Business Partner BP_ENTITY_REPORTCHAR2BP_ENTITY_REPORT
ENT_QUOTBusiness Partner Acc. to Para. 4, Sec. 2 of Asset Regulation BP_ENTITY_QUOTACHAR1BP_ENTITY_QUOTA
DEB_GROUDebtor Group According to German Law (BerVersV, Template 5) BP_DEBTOR_GROUPCHAR1BP_DEBTOR_GROUP
BUS_PURPCategory of Business Purpose BP_BUSINESS_PURPOSECHAR2BP_BUSINESS_PURPOSE
RISK_GROUPRisk Group BP_RISK_GROUPCHAR1BP_RISK_GROUP
CLASSIFICATION_DDate of Risk Grouping BP_CLASSIFICATION_DDATS8DATUM
COMBINE_TIEGroup Affiliation Exists BP_COMBINE_TIECHAR1XFELD
MFIMonetary Financial Institution BP_MFICHAR1XFELD
KWG_RELObligation to Submit to Credit Standing Review - Para.18 GBA BP_KWG_RELCHAR1XFELD
L_CREDIT_CHECKLarge-Scale Loan Monitoring According to Paragraph 13b GBA BP_LARGE_CREDIT_CHECKCHAR1XFELD
CREDITING_RELIEFCrediting Relief in Accordance with Paragraph 13/3 GBA BP_CREDITING_RELIEFCHAR1XFELD
PAR1_ABS1_RELAuthorized Acc. to Para. 2(1)18b of German Asset Regulation BP_PAR1_BAFINCHAR1XFELD
COUNTRY_KEYNumeric Code for German Federal Bank Country Indicator BP_LZB_COUNTRY_KEYCHAR4TPLZBTBP_LZB_COUNTRY_KEY
KZChange Type (U, I, S, D) CDCHNGINDCHAR1CDCHNGIND

Key field Non-key field



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

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

How to access SAP table VBP1030

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