SAP BAPI_STR_BUPA_FS_REPORT_TX Obsolete Table data and field list

BAPI_STR_BUPA_FS_REPORT_TX 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 "Obsolete" 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_TX TYPE BAPI_STR_BUPA_FS_REPORT_TX.

The BAPI_STR_BUPA_FS_REPORT_TX table consists of various fields, each holding specific information or linking keys about Obsolete 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_TX 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_TX 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_TX 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_T_KWG_CRECHAR35TEXT35
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_T_KWG_ORGCHAR30TEXT30
COMPANY_RELATIONSHIPOrganization Relationship BAPIBP_T_COMP_RECHAR60DDTEXT
NAT_BANK_ID_AUSTRIA(OeNB) Ident Number BAPIVVXID_AT_FSCHAR11VVXID_AT_FS
NAT_BANK_GROUP_ID_AUSTRIATarget Group According to OeNB BAPIVVSZG_T_AT_FSCHAR50TEXT50
ID_EXTERN_AUSTRIAAssign (OeNB) Ident Number BAPIVVSID_T_AT_FSCHAR60DDTEXT
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_T_ENTITY_REPORTCHAR60DDTEXT
ENTITY_QUOTABusiness Partner Acc. to Para. 3 Section 2 German Asset Reg. BAPIBP_T_ENTITY_QUOTACHAR60DDTEXT
DEBTOR_GROUPDebtor Group According to German Law (BerVersV, Template 5) BAPIBP_T_DEBTOR_GROUPCHAR60DDTEXT
RISK_GROUPRisk Group BAPIBP_T_RISK_GROUPCHAR60DDTEXT
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

Key field Non-key field



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

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

How to access SAP table BAPI_STR_BUPA_FS_REPORT_TX

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

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