SAP Reports / Programs | Financials | Financial Supply Chain Management | Transaction Manager(FIN-FSCM-TRM-TM) SAP FIN

RFTBJFF4 SAP ABAP INCLUDE - Include RFTBJFF4







RFTBJFF4 is a standard ABAP INCLUDE available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter RFTBJFF4 into the relevant SAP transactions such as SE38 or SE80


ABAP code to call this SAP report using the submit statement

This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.






SUBMIT RFTBJFF4. "Basic submit
SUBMIT RFTBJFF4 AND RETURN. "Return to original report after report execution complete
SUBMIT RFTBJFF4 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Include RFTBJFF4


INCLUDES used within this REPORT RFTBJFF4

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

TB_PRODUCTTYPE_VALUES CALL FUNCTION 'TB_PRODUCTTYPE_VALUES' IMPORTING selection = h_sgsart TABLES t_productcategories = t_sanlf EXCEPTIONS OTHERS = 1.

FTAF4_GESCHAEFTSART CALL FUNCTION 'FTAF4_GESCHAEFTSART' EXPORTING rantyp = '6' dynpr_fieldname = fieldname change_flag = 'X' titel = text-102 single_value = 'X' dynpr_fieldname_gsart = fieldname2 IMPORTING sfhaart = sfhart sgsart = sgsart.

FTR_PARTNER_GET_VALUES CALL FUNCTION 'FTR_PARTNER_GET_VALUES' IMPORTING pe_partner = partnr.

TB_PROGRESS_INDICATOR CALL FUNCTION 'TB_PROGRESS_INDICATOR' EXPORTING id = 'SELECTION' EXCEPTIONS OTHERS = 0.

TB_PROGRESS_INDICATOR CALL FUNCTION 'TB_PROGRESS_INDICATOR' EXPORTING id = 'OUTPUT' EXCEPTIONS OTHERS = 0.

TRCA_COMPANYCODE_GETDETAIL CALL FUNCTION 'TRCA_COMPANYCODE_GETDETAIL' EXPORTING companycode = l_trca_company-companycode IMPORTING companyname = l_trca_company-companyname currency = l_trca_company-currency langu = l_trca_company-langu.

FTR_TRANSACTIONTYPE_GET_TEXT CALL FUNCTION 'FTR_TRANSACTIONTYPE_GET_TEXT' EXPORTING i_sgsart = l_wa_transaction-sgsart i_sfhaart = l_wa_transaction-sfhaart IMPORTING e_xgsart = l_wa_transaction-xgsart e_xfhaart = l_wa_transaction-xfhaart.

FTR_TRANSACTIONCAT_GET_TEXT CALL FUNCTION 'FTR_TRANSACTIONCAT_GET_TEXT' EXPORTING i_sanlf = l_wa_transaction-sanlf i_sfgtyp = l_wa_transaction-sfgtyp IMPORTING e_xanlf = l_wa_transaction-xanlf e_xfgtyp = l_wa_transaction-xfgtyp.

FTR_PORTFOLIO_GET_TEXT CALL FUNCTION 'FTR_PORTFOLIO_GET_TEXT' EXPORTING pi_companycode = l_wa_transaction-bukrs pi_portfolio_id = l_wa_transaction-rportb IMPORTING pe_portfolio_text = l_wa_transaction-xportb EXCEPTIONS not_found = 1 OTHERS = 2.

FTR_PROCESSINGCAT_GET_TEXT CALL FUNCTION 'FTR_PROCESSINGCAT_GET_TEXT' EXPORTING i_sanlf = l_wa_transaction-sanlf i_sfgtyp = l_wa_transaction-sfgtyp i_abwtyp = l_wa_transaction-abwtyp IMPORTING e_xabwtyp = l_wa_transaction-xabwtyp.

TB_DOMAINVALUE_GET_TEXT CALL FUNCTION 'TB_DOMAINVALUE_GET_TEXT' EXPORTING name = 'T_SAKTIV' value = l_wa_transaction-saktiv IMPORTING text = l_wa_transaction-xaktiv EXCEPTIONS OTHERS = 1.

TB_DOMAINVALUE_GET_TEXT CALL FUNCTION 'TB_DOMAINVALUE_GET_TEXT' EXPORTING name = 'T_FRGZUST' value = l_wa_transaction-sfrgzust IMPORTING text = l_wa_transaction-xfrgzust EXCEPTIONS others = 4.

FTR_PARTNER_GET_TEXT CALL FUNCTION 'FTR_PARTNER_GET_TEXT' EXPORTING pi_companycode = l_wa_transaction-bukrs pi_partner_id = l_wa_transaction-kontrh IMPORTING pe_partner_text = l_wa_transaction-xkontrh.

FTR_GUARANTOR_GET_TEXT CALL FUNCTION 'FTR_GUARANTOR_GET_TEXT' EXPORTING pi_companycode = l_wa_transaction-bukrs pi_guarantor_id = l_wa_transaction-rgarant IMPORTING pe_guarantor_text = l_wa_transaction-xgarant EXCEPTIONS others = 4.

FTR_DEPOT_GET_TEXT CALL FUNCTION 'FTR_DEPOT_GET_TEXT' EXPORTING pi_companycode = l_wa_transaction-bukrs pi_depot = l_wa_transaction-rldepo IMPORTING pe_depot_descr = l_wa_transaction-xldepo EXCEPTIONS entry_not_found = 1 depot_id_initial = 2 OTHERS = 3.

FTR_ACTIVITYCATEGORY_GET_TEXT CALL FUNCTION 'FTR_ACTIVITYCATEGORY_GET_TEXT' EXPORTING i_sanlf = l_wa_transaction-sanlf i_sfgtyp = l_wa_transaction-sfgtyp i_sfgzustt = l_wa_transaction-sfgzustt IMPORTING e_xfgzustt = l_wa_transaction-xfgzustt.

FTR_FUNCTION_GET_TEXT CALL FUNCTION 'FTR_FUNCTION_GET_TEXT' EXPORTING i_function = l_wa_transaction-sfunktv IMPORTING e_xfunction = l_wa_transaction-xfunktv.

FTR_FUNCTION_GET_TEXT CALL FUNCTION 'FTR_FUNCTION_GET_TEXT' EXPORTING i_function = l_wa_transaction-sfunktl IMPORTING e_xfunction = l_wa_transaction-xfunktl.

AUTHORITY_CHECK_TCODE





CALL FUNCTION 'AUTHORITY_CHECK_TCODE' EXPORTING TCODE = par_tcode EXCEPTIONS OK = 1 NOT_OK = 2 OTHERS = 3.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.

The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name RFTBJFF4 or its description.