SAP BAPIBUSISB990_REPD FSBP: BAPI Structure for BP Regulatory Reporting Data Table data and field list

BAPIBUSISB990_REPD 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 "FSBP: BAPI Structure for BP Regulatory Reporting 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_BAPIBUSISB990_REPD TYPE BAPIBUSISB990_REPD.

The BAPIBUSISB990_REPD table consists of various fields, each holding specific information or linking keys about FSBP: BAPI Structure for BP Regulatory Reporting Data data available in SAP. These include DT_NON_RES (Start of Non-Residency According to Paragraph 4 AWG), GBA_REPORT (Recipient of Multimillion Loan According to Paragraph 14 GBA), BORR_NO (Borrower Number for Reporting a Loan According to GBA), BOUNIT_NO (Borrower Entity Number Used to Report Loan acc. to GBA)... 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. .

BAPIBUSISB990_REPD structure Technical Details:

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP BAPIBUSISB990_REPD structure fields - Full list of fields found in SAP data dictionary

Looking for S/4HANA specific information? Click here to explore the details, fields and extensibility available for this table in the SAP S/4HANA version of the BAPIBUSISB990_REPD table. Also check whether the table still exists or has been transformed into a CDS view as part of the HANA simplifications.
Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
NON_RESIDNon-Resident According to Paragraph 4 AWG BP_NRESIDTCHAR1XFELD
DT_NON_RESStart of Non-Residency According to Paragraph 4 AWG BP_NRESI_D_DICHAR8CHAR8
GBA_REPORTRecipient of Multimillion Loan According to Paragraph 14 GBA BP_KWG_RLVCHAR1XFELD
BORR_NOBorrower Number for Reporting a Loan According to GBA BP_KWG_NRCHAR8CHAR8
BOUNIT_NOBorrower Entity Number Used to Report Loan acc. to GBA BP_KWG_ENRCHAR8CHAR8
GBA_INFOCredit Standing Review According to Paragraph 18 GBA BP_KWG_CRE_DICHAR2CHAR2
DATE_GBADate of Credit Standing Review According to Paragraph 18 GBA BP_KWG_CRE_D_DICHAR8CHAR8
MANAG_LOANLoan to Manager According to Paragraph 15 German Banking Act BP_KWG_ORG_DICHAR2CHAR2
CO_RELOrganization Relationship BP_COMP_RECHAR1BP_COMP_RE
ID_NR_AT(OeNB) Ident Number VVXID_AT_FSCHAR11VVXID_AT_FS
TARG_GR_ATTarget Group According to OeNB VVSZG_AT_FSCHAR2Assigned to domainVVSZG_AT_FS
XID_EXT_ATAssign (OeNB) Ident Number VVSID_AT_FSCHAR1BP_JANEI
INST_CODE_ATInstitute Number According to OeNB VVSINLZ_ATCHAR7VVSINLZ_AT
XINST_REP_REQInstitute Subject to Austrian Reg. Reporting Requirements VVSINME_ATCHAR1XFELD
LEG_ENT_ICLegal Entity for Business Partner BP_ENTITY_REPORTCHAR2BP_ENTITY_REPORT
XBP_LAWBusiness Partner Acc. to Para. 4, Sec. 2 of Asset Regulation BP_ENTITY_QUOTACHAR1BP_ENTITY_QUOTA
DEBTOR_GRPDebtor Group According to German Law (BerVersV, Template 5) BP_DEBTOR_GROUPCHAR1BP_DEBTOR_GROUP
RISK_GRPRisk Group BP_RISK_GROUPCHAR1BP_RISK_GROUP
ASSGN_DATEDate of Risk Grouping BP_CLASSIFICATION_DDATS8DATUM
GRP_AFFILGroup Affiliation Exists BP_COMBINE_TIECHAR1XFELD
MFIMonetary Financial Institution BP_MFICHAR1XFELD
GBA_RELObligation to Submit to Credit Standing Review - Para.18 GBA BP_KWG_RELCHAR1XFELD
LCRMONLarge-Scale Loan Monitoring According to Paragraph 13b GBA BP_LARGE_CREDIT_CHECKCHAR1XFELD
RELIEFCrediting Relief in Accordance with Paragraph 13/3 GBA BP_CREDITING_RELIEFCHAR1XFELD
GID_ATGroup ID VVGID_ATCHAR15
GIDTYPE_ATGroup Assignment Category VVGIDTYPE_ATCHAR1VVGIDTYPE_AT
GNAME_ATGroup Name VVGNAME_ATCHAR50TEXT50
BUSINESS_PURPOSECategory of Business Purpose BP_BUSINESS_PURPOSECHAR2BP_BUSINESS_PURPOSE

Key field Non-key field



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

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

How to access SAP table BAPIBUSISB990_REPD

Within an ECC or HANA version of SAP you can also view further information about BAPIBUSISB990_REPD and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).