SAP BAPI_STR_BUPA_FS_REPORT Regulatory Reporting Data for Business Partner Table data and field list

BAPI_STR_BUPA_FS_REPORT 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 "Regulatory Reporting Data for Business Partner" 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_BAPI_STR_BUPA_FS_REPORT TYPE BAPI_STR_BUPA_FS_REPORT.

The BAPI_STR_BUPA_FS_REPORT table consists of various fields, each holding specific information or linking keys about Regulatory Reporting Data for Business Partner data available in SAP. These include NONRESIDENT_DATE (Start of Non-Residency According to Paragraph 4 AWG), REPORTING_RELEVANT (Recipient of Multimillion Loan According to Paragraph 14 GBA), BORROWER_NR (Borrower Number for Reporting a Loan According to GBA), BORROWER_UNIT (Borrower Entity No. for Reporting a Loan According 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. .

BAPI_STR_BUPA_FS_REPORT structure Technical Details:

Delivery Class: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP BAPI_STR_BUPA_FS_REPORT 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 BAPI_STR_BUPA_FS_REPORT 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
NONRESIDENTNon-Resident According to Paragraph 4 AWG BAPIBP_NRESIDTCHAR1XFELD
NONRESIDENT_DATEStart of Non-Residency According to Paragraph 4 AWG BAPIBP_NRESI_DDATS8DATUM
REPORTING_RELEVANTRecipient of Multimillion Loan According to Paragraph 14 GBA BAPIBP_KWG_RLVCHAR1XFELD
BORROWER_NRBorrower Number for Reporting a Loan According to GBA BAPIBP_KWG_NRCHAR8CHAR8
BORROWER_UNITBorrower Entity No. for Reporting a Loan According to GBA BAPIBP_KWG_ENRCHAR8CHAR8
CREDIT_STANDING_REVIEWCredit Standing Review According to Paragraph 18 GBA BAPIBP_KWG_CRENUMC2TP12BP_KWG_CRE
CREDIT_STANDING_REVIEW_DATEDate of Credit Standing Review According to Paragraph 18 GBA BAPIBP_KWG_CRE_DDATS8DATUM
CREDIT_NOTIFICATIONLoan to Manager According to Paragraph 15 German Banking Act BAPIBP_KWG_ORGNUMC2TP10BP_KWG_ORG
COMPANY_RELATIONSHIPOrganization Relationship BAPIBP_COMP_RECHAR1BP_COMP_RE
NAT_BANK_ID_AUSTRIA(OeNB) Ident Number BAPIVVXID_AT_FSCHAR11VVXID_AT_FS
NAT_BANK_GROUP_ID_AUSTRIATarget Group According to OeNB BAPIVVSZG_AT_FSCHAR2TD05_AT_FSVVSZG_AT_FS
ID_EXTERN_AUSTRIAAssign (OeNB) Ident Number BAPIVVSID_AT_FSCHAR1BP_JANEI
BANK_CODE_AUSTRIAInstitute Number According to OeNB BAPIVVSINLZ_ATCHAR7VVSINLZ_AT
REPORTING_RELEVANT_BANK_ATInstitute Subject to Austrian Reg. Reporting Requirements BAPIVVSINME_ATCHAR1XFELD
ENTITY_REPORTLegal Entity for Business Partner BAPIBP_ENTITY_REPORTCHAR2BP_ENTITY_REPORT
ENTITY_QUOTABusiness Partner Acc. to Para. 4, Sec. 2 of Asset Regulation BAPIBP_ENTITY_QUOTACHAR1BP_ENTITY_QUOTA
DEBTOR_GROUPDebtor Group According to German Law (BerVersV, Template 5) BAPIBP_DEBTOR_GROUPCHAR1BP_DEBTOR_GROUP
RISK_GROUPRisk Group BAPIBP_RISK_GROUPCHAR1BP_RISK_GROUP
CLASSIFICATION_DATEDate of Risk Grouping BAPIBP_CLASSIFICATION_DDATS8DATUM
COMBINE_TIEGroup Affiliation Exists BAPIBP_COMBINE_TIECHAR1XFELD
MFIMonetary Financial Institution BAPIBP_MFICHAR1XFELD
LEGAL_RELEVANTObligation to Submit to Credit Standing Review - Para.18 GBA BAPIBP_KWG_RELCHAR1XFELD
LARGE_CREDIT_CHECKLarge-Scale Loan Monitoring According to Paragraph 13b GBA BAPIBP_LARGE_CREDIT_CHECKCHAR1XFELD
CREDITING_RELIEFCrediting Relief in Accordance with §13/3 GBA BAPIBP_CREDITING_RELIEFCHAR1XFELD
PAR1_ABS1_RELAuthorized Acc. to Para. 2/1 No. 18b German Asset Regulation BAPIBP_PAR1_BAFINCHAR1XFELD
LZB_COUNTRY_KEYNumeric Code for German Federal Bank Country Indicator BAPIBP_LZB_COUNTRY_KEYCHAR4Assigned to domainBP_LZB_COUNTRY_KEY
GROUP_ID_AUSTRIAGroup ID BAPIVVGID_ATCHAR15
GROUP_ID_TYPE_AUSTRIAGroup Assignment Category BAPIVVGID_TYPE_ATCHAR1
GROUP_NAME_AUSTRIAGroup Name BAPIVVG_NAME_ATCHAR50
BUSINESS_PURPOSECategory of Business Purpose BAPIBP_BUSINESS_PURPOSECHAR2

Key field Non-key field



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

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

How to access SAP table BAPI_STR_BUPA_FS_REPORT

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

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