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

RFIDCFM_BR_ICL_FORMS SAP ABAP INCLUDE - Include RFIDCFM_BR_ICL_FORMS







RFIDCFM_BR_ICL_FORMS 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 RFIDCFM_BR_ICL_FORMS 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 RFIDCFM_BR_ICL_FORMS. "Basic submit
SUBMIT RFIDCFM_BR_ICL_FORMS AND RETURN. "Return to original report after report execution complete
SUBMIT RFIDCFM_BR_ICL_FORMS 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 RFIDCFM_BR_ICL_FORMS


INCLUDES used within this REPORT RFIDCFM_BR_ICL_FORMS

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:

CCODE_GET_FISCAL_YEAR_VARIANT CALL FUNCTION 'CCODE_GET_FISCAL_YEAR_VARIANT' EXPORTING company_code = lv_comp IMPORTING fiscal_year_variant = lv_periv EXCEPTIONS company_code_not_found = 1 OTHERS = 2.

GET_CURRENT_YEAR CALL FUNCTION 'GET_CURRENT_YEAR' EXPORTING bukrs = lv_comp date = sy-datum IMPORTING currm = lv_cur_month curry = lv_cur_year.

FIMA_DAYS_BETWEEN_TWO_DATES CALL FUNCTION 'FIMA_DAYS_BETWEEN_TWO_DATES' EXPORTING i_datum_von = p_from i_datum_bis = p_to i_stgmeth = p_meth IMPORTING e_tage = lv_days.

DATE_CONVERT_TO_WORKINGDAY CALL FUNCTION 'DATE_CONVERT_TO_WORKINGDAY' EXPORTING date = lv_pymtdate * DIRECTION = '+' IMPORTING workingday = lv_pymtdate TABLES factory_calendars = gt_cal.

BAPI_FTR_MAINFLOW_CREATE CALL FUNCTION 'BAPI_FTR_MAINFLOW_CREATE' "IOF flow EXPORTING companycode = lv_companycode financialtransaction = lv_transaction mainflow = ls_flow side = lv_side_iof testrun = lv_test IMPORTING returnflowkey = ls_rflowkey TABLES return = lt_flw_ret.

BAPI_FTR_ADDFLOW_CREATE CALL FUNCTION 'BAPI_FTR_ADDFLOW_CREATE' EXPORTING companycodein = lv_companycode financialtransactionin = lv_transaction additionalflow = ls_addflow testrun = lv_test side = lv_side_iof IMPORTING flowkey = ls_raddflowkey TABLES return = lt_flw_ret.

BAPI_TRANSACTION_ROLLBACK CALL FUNCTION 'BAPI_TRANSACTION_ROLLBACK'.

BAPI_TRANSACTION_COMMIT CALL FUNCTION 'BAPI_TRANSACTION_COMMIT' EXPORTING wait = 'X'.

BAPI_FTR_MAINFLOW_CREATE CALL FUNCTION 'BAPI_FTR_MAINFLOW_CREATE' EXPORTING companycode = lv_companycode financialtransaction = lv_transaction mainflow = ls_flow side = lv_side_irrf testrun = lv_test IMPORTING returnflowkey = ls_rflowkey TABLES return = lt_flw_ret.

BAPI_FTR_ADDFLOW_CREATE CALL FUNCTION 'BAPI_FTR_ADDFLOW_CREATE' EXPORTING companycodein = lv_companycode financialtransactionin = lv_transaction additionalflow = ls_addflow testrun = lv_test side = lv_side_irrf IMPORTING flowkey = ls_raddflowkey TABLES return = lt_flw_ret.

BAPI_TRANSACTION_ROLLBACK CALL FUNCTION 'BAPI_TRANSACTION_ROLLBACK'.

BAPI_TRANSACTION_COMMIT CALL FUNCTION 'BAPI_TRANSACTION_COMMIT' EXPORTING wait = 'X'.

LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING i_buffer_active = 'X' i_structure_name = 'IDCFMBRSETX_HST' * I_CLIENT_NEVER_DISPLAY = 'X' i_bypassing_buffer = ' ' CHANGING ct_fieldcat = gt_fieldcatalog.

BAL_DSP_LOG_DISPLAY CALL FUNCTION 'BAL_DSP_LOG_DISPLAY' EXPORTING i_t_log_handle = lt_msghandle EXCEPTIONS profile_inconsistent = 1 internal_error = 2 no_data_available = 3 no_authority = 4 OTHERS = 5.

DATE_CONVERT_TO_WORKINGDAY CALL FUNCTION 'DATE_CONVERT_TO_WORKINGDAY' EXPORTING date = lv_keydate "p_keydat * DIRECTION = '+' IMPORTING workingday = lv_keydate TABLES factory_calendars = gt_cal.

BAPI_FTR_MAINFLOW_GETLIST CALL FUNCTION 'BAPI_FTR_MAINFLOW_GETLIST' EXPORTING companycode = s_bukrs-low financialtransaction = s_rfha-low * SIDE = 0 TABLES mainflows = lt_flow_list return = lt_bapiret.

BAPI_FTR_MAINFLOW_DELETE CALL FUNCTION 'BAPI_FTR_MAINFLOW_DELETE' EXPORTING companycode = ls_flow_to_delete-bukrs financialtransaction = ls_flow_to_delete-rfha flowkey = ls_flow_to_delete-flow_key * SIDE = 0 * TESTRUN = ' ' * IMPORTING * RETURNFLOWKEY = TABLES return = lt_bapiret .

BAPI_FTR_ADDFLOW_GETLIST CALL FUNCTION 'BAPI_FTR_ADDFLOW_GETLIST' EXPORTING companycodein = s_bukrs-low financialtransactionin = s_rfha-low * SIDE = 0 TABLES additionalflows = lt_addflow_list return = lt_bapiret.

BAPI_FTR_ADDFLOW_DELETE





CALL FUNCTION 'BAPI_FTR_ADDFLOW_DELETE' EXPORTING companycode = ls_flow_to_delete-bukrs financialtransaction = ls_flow_to_delete-rfha flowkey = ls_flow_to_delete-flow_key * SIDE = 0 * TESTRUN = ' ' * IMPORTING * RETURNFLOWKEY = TABLES return = lt_bapiret .

BAL_LOG_CREATE CALL FUNCTION 'BAL_LOG_CREATE' EXPORTING i_s_log = l_bal_s_log IMPORTING e_log_handle = pv_log_handle EXCEPTIONS log_header_inconsistent = 1 OTHERS = 2.

BAL_LOG_MSG_ADD CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING i_log_handle = pv_log_handle i_s_msg = ls_bal_message EXCEPTIONS log_not_found = 1 msg_inconsistent = 2 log_is_full = 3 OTHERS = 4.

DATE_CONVERT_TO_WORKINGDAY CALL FUNCTION 'DATE_CONVERT_TO_WORKINGDAY' EXPORTING date = lv_keydate "p_keydat * DIRECTION = '+' IMPORTING workingday = lv_keydate TABLES factory_calendars = gt_cal.

BAPI_FTR_MAINFLOW_GETLIST CALL FUNCTION 'BAPI_FTR_MAINFLOW_GETLIST' EXPORTING companycode = s_bukrs-low financialtransaction = pv_rfha * SIDE = 0 TABLES mainflows = lt_flow_list return = lt_bapiret.

BAPI_FTR_MAINFLOW_DELETE * CALL FUNCTION 'BAPI_FTR_MAINFLOW_DELETE' * EXPORTING * companycode = ls_flow_to_delete-bukrs * financialtransaction = ls_flow_to_delete-rfha * flowkey = ls_flow_to_delete-flow_key ** SIDE = 0 ** TESTRUN = ' ' ** IMPORTING ** RETURNFLOWKEY = * TABLES * return = lt_bapiret * .

BAPI_FTR_ADDFLOW_GETLIST CALL FUNCTION 'BAPI_FTR_ADDFLOW_GETLIST' EXPORTING companycodein = s_bukrs-low financialtransactionin = pv_rfha * SIDE = 0 TABLES additionalflows = lt_addflow_list return = lt_bapiret.

BAPI_FTR_ADDFLOW_DELETE * CALL FUNCTION 'BAPI_FTR_ADDFLOW_DELETE' * EXPORTING * companycode = ls_flow_to_delete-bukrs * financialtransaction = ls_flow_to_delete-rfha * flowkey = ls_flow_to_delete-flow_key ** SIDE = 0 ** TESTRUN = ' ' ** IMPORTING ** RETURNFLOWKEY = * TABLES * return = lt_bapiret * .

BAPI_FTR_MAINFLOW_DELETE CALL FUNCTION 'BAPI_FTR_MAINFLOW_DELETE' EXPORTING companycode = ls_flow_to_delete-bukrs financialtransaction = ls_flow_to_delete-rfha flowkey = ls_flow_to_delete-flow_key * SIDE = 0 * TESTRUN = ' ' * IMPORTING * RETURNFLOWKEY = TABLES return = lt_bapiret .

BAPI_FTR_ADDFLOW_DELETE CALL FUNCTION 'BAPI_FTR_ADDFLOW_DELETE' EXPORTING companycode = ls_flow_to_delete-bukrs financialtransaction = ls_flow_to_delete-rfha flowkey = ls_flow_to_delete-flow_key * SIDE = 0 * TESTRUN = ' ' * IMPORTING * RETURNFLOWKEY = TABLES return = lt_bapiret .

FTR_DISPATCH CALL FUNCTION 'FTR_DISPATCH' EXPORTING i_bukrs = lv_bukrs i_rfha = lv_rfha * I_RFHAZU = '00000' i_functionclass = 'DISPLAY' * I_CALL = 'X' * I_NO_POPUP_FOR_FUNCTION = ' ' EXCEPTIONS not_found = 1 function_not_supported = 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 RFIDCFM_BR_ICL_FORMS or its description.