BAPI_FSBP_TC_STR_HEADER SAP (Header Information for Total Commitment) Structure details

Dictionary Type: Structure
Description: Header Information for Total Commitment




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




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

BAPI_FSBP_TC_STR_HEADER 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 "Header Information for Total Commitment" 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_FSBP_TC_STR_HEADER TYPE BAPI_FSBP_TC_STR_HEADER.

The BAPI_FSBP_TC_STR_HEADER table consists of various fields, each holding specific information or linking keys about Header Information for Total Commitment data available in SAP. These include PARTNER_GUID (Business Partner GUID), RELATIONSHIPID (BP Relationship Number), RELATIONSHIPCATEGORY (Business Partner Relationship Category), RELATIONSHIP_DESCRIPTION (Cust. Name of Business Partner Relationship from BP 1 View).. 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 BAPI_FSBP_TC_STR_HEADER 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
PARTNERBusiness Partner Number BAPIBU_PARTNERCHAR10Assigned to domainALPHABU_PARTNER
PARTNER_GUIDBusiness Partner GUID BAPIBP_TC_DTE_PARTNER_GUIDCHAR32SYSUUID_C
RELATIONSHIPIDBP Relationship Number BAPIBU_RELNRCHAR12Assigned to domainALPHABU_RELNR
RELATIONSHIPCATEGORYBusiness Partner Relationship Category BAPIBU_RELTYPCHAR6Assigned to domainBU_RELTYP
RELATIONSHIP_DESCRIPTIONCust. Name of Business Partner Relationship from BP 1 View BAPIBU_BEZ50_RELTYP_CUSTCHAR50TEXT50
PERCENTAGE_OF_PARTICIPATIONPercentage of Capital Interest BAPIBU_COMPANY_PART_PERDEC10(7) DEC3_7
AMOUNT_OF_PARTICIPATIONAmount of Capital Interest BAPIBU_COMPANY_PART_AMODEC28(9) BAPICUREXT
PARTICIPATION_CURRENCYCurrency BAPIBP_CURRCUKY5Assigned to domainWAERS
PARTICIPATION_CURRENCY_ISOISO currency code ISOCDCHAR3ISOCD
RELATIONSHIPCATEGORY_SORTSort Sequence for Displayed BP Relationship Category BAPIBP_TC_DTE_RELTYP_SORTNUMC2NUMC2
PARTNER_DESCRIPTIONBusiness Partner Address BAPIFSBP_TC_DTE_PARTNER_DESCRICHAR80CHAR80
BIRTHDATEDate of Birth of Business Partner BAPIBP_TC_DTE_BIRTHDTDATS8DATUM
VIPBusiness Partner Is VIP BAPIBP_VIP_PARTNERCHAR1XFELD
UNW_CUSTOMERUndesirable Customer BAPIBP_UNW_CUSTOMERCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table BAPI_FSBP_TC_STR_HEADER

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