SAP Reports / Programs | Financial Services | Claims Management(FS-CM) SAP FS

IBSFC_LOAD SAP ABAP INCLUDE - Include IBSFC_LOAD







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


INCLUDES used within this REPORT IBSFC_LOAD

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:

BSFC_GET_QUESEQ CALL FUNCTION 'BSFC_GET_QUESEQ' EXPORTING i_application = tbsfc000-application i_queseq = tbsfc000-queseq i_version = tbsfc000-version IMPORTING e_active = tbsfc000-active e_name = tbsfc000t-queseqn e_changedby = tbsfc000-changedby e_changetime = tbsfc000-changetime e_no_unknown = tbsfc000-no_unknown EXCEPTIONS OTHERS = 0.

BSFC_GET_QUESTIONS CALL FUNCTION 'BSFC_GET_QUESTIONS' EXPORTING i_application = iv_application i_queseq = iv_queseq i_version = iv_version TABLES ct_question = lt_question EXCEPTIONS OTHERS = 3.

BSFC_GET_ALL_ANSWERS CALL FUNCTION 'BSFC_GET_ALL_ANSWERS' EXPORTING i_application = iv_application i_queseq = iv_queseq i_version = iv_version i_question = ls_ques_ext-question TABLES ct_answer = lt_answer.

BSFC_GET_APPLICATION CALL FUNCTION 'BSFC_GET_APPLICATION' EXPORTING i_application = p_application IMPORTING e_name = p_name EXCEPTIONS application_not_found = 1 OTHERS = 2.

BSFC_GET_QUESEQ CALL FUNCTION 'BSFC_GET_QUESEQ' EXPORTING i_application = p_application i_queseq = p_queseq i_version = p_version IMPORTING e_name = p_name EXCEPTIONS queseq_not_found = 1 wrong_version = 2 OTHERS = 3.

BSFC_GET_QUESEQ CALL FUNCTION 'BSFC_GET_QUESEQ' EXPORTING i_application = tbsfc000-application i_queseq = tbsfc000-queseq i_version = lv_version EXCEPTIONS queseq_not_found = 1 wrong_version = 2 OTHERS = 3.

DDUT_DOMVALUES_GET CALL FUNCTION 'DDUT_DOMVALUES_GET' EXPORTING name = 'BSFC_XFREETEXT' TABLES dd07v_tab = lt_dd07v EXCEPTIONS OTHERS = 0.

DOCU_READ CALL FUNCTION 'DOCU_READ' EXPORTING id = 'DT' langu = sy-langu object = lv_text_object typ = 'E' version = '0001' TABLES line = lt_text.

INIT_TEXT CALL FUNCTION 'INIT_TEXT' EXPORTING id = '0001' language = sy-langu name = lv_object object = 'BSFC' IMPORTING header = ls_header TABLES lines = lt_lines EXCEPTIONS OTHERS = 5.

SAVE_TEXT CALL FUNCTION 'SAVE_TEXT' EXPORTING header = ls_header insert = 'X' savemode_direct = ' ' IMPORTING function = lv_function TABLES lines = lt_text EXCEPTIONS OTHERS = 5.

COMMIT_TEXT CALL FUNCTION 'COMMIT_TEXT' EXPORTING object = 'BSFC' id = '0001' language = '*' savemode_direct = 'X' keep = 'X' TABLES t_name = lt_name.



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