BAPI_FTR_CREATE2 SAP (FTR: BAPI Structure for Creating Transactions) Structure details

Dictionary Type: Structure
Description: FTR: BAPI Structure for Creating Transactions




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




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

BAPI_FTR_CREATE2 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 "FTR: BAPI Structure for Creating Transactions" 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_FTR_CREATE2 TYPE BAPI_FTR_CREATE2.

The BAPI_FTR_CREATE2 table consists of various fields, each holding specific information or linking keys about FTR: BAPI Structure for Creating Transactions data available in SAP. These include PRODUCT_TYPE (Product Type), TRANSACTION_TYPE (Financial Transaction Type), EXTERNAL_TRANSACTION_NUMBER (Financial Transaction), PARTNER (Business Partner Number).. 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_FTR_CREATE2 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
COMPANY_CODECompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
PRODUCT_TYPEProduct Type VVSARTCHAR3Assigned to domainVVSARTSANVVSART_APPL_BAS
TRANSACTION_TYPEFinancial Transaction Type TB_SFHAARTCHAR3Assigned to domainT_SFHAARTT02C_AT10
EXTERNAL_TRANSACTION_NUMBERFinancial Transaction TB_RFHACHAR13Assigned to domainALPHAT_RFHAFANVTBA
PARTNERBusiness Partner Number TB_KUNNR_NEWCHAR10BUT000ALPHABU_PARTNERBPABUPA
CONTRACT_DATEContract Conclusion Date TB_DVTRABDATS8DATUM
CONTRACT_TIMETime of contract conclusion TB_TVTRABTIMS6UZEIT
CONTACT_PERSONContact Person TB_GSPPARTCHAR19TEXT19
TRADERTrader RDEALERCHAR12TZDEARDEALER
ACCT_ASSIGNMENT_REFObsolete: Accnt Assignment Ref. in Fin. Assets Management RREFKONT_OBSOLETECHAR8T037SUSTRUKRE
PORTFOLIOPortfolio RPORTBCHAR10TWPOBRPORTBT50H_RPORTB_CORE
FINANCE_PROJECTFinance Project TB_TFPROJCHAR13T_TFPROJ
GUARANTORGuarantor of Financial Transaction TB_RGARANT_NEWCHAR10BUT000ALPHABU_PARTNERBPABUPA
MASTER_AGREEMENTMaster Agreement TB_RMAIDCHAR10VTBMAALPHAT_RMAIDTMAVTMA
ASSIGNMENTAssignment TB_ZUONDCHAR18TEXT18
EXTERNAL_REFERENCEExternal Reference TB_NORDEXTCHAR16FTI_CHAR16LOW
INTERNAL_REFERENCEInternal Reference TB_REFERCHAR16CHAR16
CHARACTERISTICSCharacteristics TB_MERKMCHAR25CHAR25
AUTH_GROUPAuthorization Group TBEGRUCHAR4TRBRGTRBEGRU
CREATE_USEREntered by TB_CRUSERCHAR12SYCHAR12
ENTRY_DATEEntered On TB_DCRDATDATS8DATUM
FACILITYTransaction Number of Facility TB_FACILITYNRCHAR13Assigned to domainALPHAT_RFHAF4_FTR_FC
FACILITY_COMPANY_CODECompany Code of Facility TB_FACILITYBUKRSCHAR4Assigned to domainBUKRSH_T001
VALUATION_CLASSGeneral Valuation Class TPM_COM_VAL_CLASSNUMC4Assigned to domainTPM_COM_VAL_CLASSCVC

Key field Non-key field



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

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

How to access SAP table BAPI_FTR_CREATE2

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