SAP Reports / Programs | Financial Accounting(FI) SAP FI

FBICRC003_DATA_REC_LOCAL_CLI SAP ABAP INCLUDE - Include FBICRC003_DATA_REC_LOCAL_CLI







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


INCLUDES used within this REPORT FBICRC003_DATA_REC_LOCAL_CLI

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:

DDIF_NAMETAB_GET CALL FUNCTION 'DDIF_NAMETAB_GET' EXPORTING tabname = fbicc_tabname-rproc_003_sitem_disp TABLES dfies_tab = lt_dfies.

MESSAGES_INITIALIZE CALL FUNCTION 'MESSAGES_INITIALIZE'.

MESSAGES_SHOW CALL FUNCTION 'MESSAGES_SHOW' EXPORTING show_linno = ' ' object = 'Change Document Assignment'(006) EXCEPTIONS OTHERS = 0.

FB_ICRC_DISPLAY_DOCUMENT CALL FUNCTION 'FB_ICRC_DISPLAY_DOCUMENT' EXPORTING ed_rproc = fbicc_rproc_003 ed_sender = ed_sender eb_local = fbicc_true er_orgunit_data = cr_orgunit_sel er_partner_data = cr_partner_sel er_assigned_data = cr_assigned_sel EXCEPTIONS OTHERS = 1.

FB_ICRC_HANDLE_GOS CALL FUNCTION 'FB_ICRC_HANDLE_GOS' EXPORTING ed_sender = ed_sender eo_menu = eo_menu ed_function = ed_function ed_objtyp = fbicc_bor-objtype_003 eb_local = fbicc_true er_orgunit_data = er_orgunit_sel er_partner_data = er_partner_sel er_assigned_data = er_assigned_sel CHANGING co_bor_object = go_bor_object co_bor_menu = go_bor_menu EXCEPTIONS OTHERS = 1.

CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING input = ld_rcomp IMPORTING output = ld_rcomp_read.

MESSAGE_STORE CALL FUNCTION 'MESSAGE_STORE' EXPORTING arbgb = fbicc_msgid msgty = fbicc_msgty-error msgv1 = -docnr msgv2 = -robukrs msgv3 = -refryear txtnr = 200.

MESSAGE_STORE CALL FUNCTION 'MESSAGE_STORE' EXPORTING arbgb = fbicc_msgid msgty = fbicc_msgty-error msgv1 = -docnr msgv2 = -robukrs msgv3 = -refryear txtnr = 200.

MESSAGE_STORE CALL FUNCTION 'MESSAGE_STORE' EXPORTING arbgb = fbicc_msgid msgty = fbicc_msgty-error msgv1 = -docnr msgv2 = -robukrs msgv3 = -refryear txtnr = 202.

MESSAGE_STORE CALL FUNCTION 'MESSAGE_STORE' EXPORTING arbgb = ls_msg-msgid msgty = ls_msg-msgty msgv1 = ls_msg-msgv1 msgv2 = ls_msg-msgv2 msgv3 = ls_msg-msgv3 msgv4 = ls_msg-msgv4 txtnr = ls_msg-msgno.

MESSAGE_STORE CALL FUNCTION 'MESSAGE_STORE' EXPORTING arbgb = fbicc_msgid msgty = fbicc_msgty-error msgv1 = -docnr msgv2 = -robukrs msgv3 = -refryear txtnr = 201.



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 FBICRC003_DATA_REC_LOCAL_CLI or its description.