SAP Reports / Programs | Financial Accounting | Special Purpose Ledger | Validation, Substitution and Rules(FI-SL-VSR) SAP FI

FGBBGE09 SAP ABAP INCLUDE - Include FGBBDF01







FGBBGE09 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 FGBBGE09 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 FGBBGE09. "Basic submit
SUBMIT FGBBGE09 AND RETURN. "Return to original report after report execution complete
SUBMIT FGBBGE09 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


INCLUDES used within this REPORT FGBBGE09

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:

G_BOOL_CHECK_SYNTAX CALL FUNCTION 'G_BOOL_CHECK_SYNTAX' EXPORTING boolclass = classid boolid = boolid booltype = booltype bool_statement = var_string x_multiline = x_multiline b_with_names = 'X' EXCEPTIONS OTHERS = 01.

G_BOOL_CHECK_SYNTAX CALL FUNCTION 'G_BOOL_CHECK_SYNTAX' EXPORTING boolclass = classid boolid = boolid booltype = booltype bool_statement = var_string handle_warnings = 'C' x_multiline = x_multiline b_with_names = 'X'. "Don't check names as they have

G_BOOL_GET_CLASS_ATTRIBUTES CALL FUNCTION 'G_BOOL_GET_CLASS_ATTRIBUTES' EXPORTING boolclass = boolclass IMPORTING class_attributes = l_class_attr.

G_BOOL_GET_CLASS_ATTRIBUTES CALL FUNCTION 'G_BOOL_GET_CLASS_ATTRIBUTES' EXPORTING boolclass = boolclass IMPORTING class_attributes = l_class_attr.

G_EXIST_FIELD CALL FUNCTION 'G_EXIST_FIELD' EXPORTING boolclass = boolclass classtype = 'B' field = pars_formula-field table = pars_formula-tab client = g_mandt EXCEPTIONS OTHERS = 1.

G_EXIST_FIELD CALL FUNCTION 'G_EXIST_FIELD' EXPORTING boolclass = boolclass classtype = 'B' field = pars_formula-field table = pars_formula-tab client = g_mandt EXCEPTIONS OTHERS = 1.

G_EXIST_FIELD CALL FUNCTION 'G_EXIST_FIELD' EXPORTING boolclass = boolclass classtype = 'B' field = pars_formula-field2 table = pars_formula-tab2 client = g_mandt EXCEPTIONS OTHERS = 1.

G_BOOL_CHECK_EXIT CALL FUNCTION 'G_BOOL_CHECK_EXIT' EXPORTING exitname = pars_formula-token usage_typ = be_subrule IMPORTING poolname = l_poolname CHANGING x_type = x_type EXCEPTIONS invalid_exitname = 1 non_existing_pool = 2 synt_err_in_pool = 3 non_existing_exit = 4 OTHERS = 5.

G_RULE_RECURSION_CHECK CALL FUNCTION 'G_RULE_RECURSION_CHECK' EXPORTING subrule_parent = boolid client = g_mandt TABLES subrule_children = rule_children EXCEPTIONS OTHERS = 1.

G_BOOL_EXIST_SUBRULE CALL FUNCTION 'G_BOOL_EXIST_SUBRULE' EXPORTING rule_name = stepid client = g_mandt EXCEPTIONS error_message = 1 OTHERS = 2.

G_FIELD_READ CALL FUNCTION 'G_FIELD_READ' "note 574902 EXPORTING fieldname = gb922ig-subsfield "note 574902 table = gb922ig-substab "note 574902 IMPORTING field_attr = ls_dfies "note 574902 EXCEPTIONS not_found = 01. "note 574902

CALL FUNCTION code_line = 'CALL FUNCTION ''CONVERSION_EXIT_ALPHA_INPUT'''. "574902

G_BOOL_CHECK_EXIT CALL FUNCTION 'G_BOOL_CHECK_EXIT' EXPORTING exitname = subst_str usage_typ = be_subst IMPORTING poolname = l_poolname CHANGING x_type = exit_type EXCEPTIONS invalid_exitname = 1 non_existing_pool = 2 synt_err_in_pool = 3 non_existing_exit = 4 OTHERS = 5.

MESSAGE_STORE CALL FUNCTION 'MESSAGE_STORE' EXPORTING arbgb = 'GB' exception_if_not_active = ' ' msgty = 'I' msgv1 = substid msgv2 = seqnr txtnr = '032' zeile = g_msg_line_no EXCEPTIONS message_type_not_valid = 01 not_active = 02.

MESSAGE_STORE CALL FUNCTION 'MESSAGE_STORE' EXPORTING arbgb = 'GB' exception_if_not_active = ' ' msgty = 'E' msgv1 = l_substr txtnr = '007' zeile = g_msg_line_no EXCEPTIONS message_type_not_valid = 01 not_active = 02.

MESSAGE_STORE CALL FUNCTION 'MESSAGE_STORE' EXPORTING arbgb = 'GB' exception_if_not_active = ' ' msgty = 'E' msgv1 = l_poolname txtnr = '303' zeile = g_msg_line_no EXCEPTIONS message_type_not_valid = 01 not_active = 02.

MESSAGE_STORE CALL FUNCTION 'MESSAGE_STORE' EXPORTING arbgb = 'GB' exception_if_not_active = ' ' msgty = 'E' msgv1 = l_poolname txtnr = '306' zeile = g_msg_line_no EXCEPTIONS message_type_not_valid = 01 not_active = 02.

MESSAGE_STORE CALL FUNCTION 'MESSAGE_STORE' EXPORTING arbgb = 'GB' exception_if_not_active = ' ' msgty = 'E' msgv1 = l_substr msgv2 = l_poolname txtnr = '308' zeile = g_msg_line_no EXCEPTIONS message_type_not_valid = 01 not_active = 02.

MESSAGE_STORE





CALL FUNCTION 'MESSAGE_STORE' EXPORTING arbgb = 'GB' exception_if_not_active = ' ' msgty = 'E' msgv1 = l_substr txtnr = '027' zeile = g_msg_line_no EXCEPTIONS message_type_not_valid = 01 not_active = 02.

MESSAGE_STORE CALL FUNCTION 'MESSAGE_STORE' EXPORTING arbgb = 'GB' exception_if_not_active = ' ' msgty = 'I' msgv1 = obj_name msgv2 = obj_step msgv3 = filename msgv4 = temp_sy-msgv4 txtnr = msg zeile = g_msg_line_no EXCEPTIONS message_type_not_valid = 01 not_active = 02.

MESSAGE_STORE CALL FUNCTION 'MESSAGE_STORE' EXPORTING arbgb = temp_sy-msgid exception_if_not_active = ' ' msgty = temp_sy-msgty msgv1 = temp_sy-msgv1 msgv2 = temp_sy-msgv2 msgv3 = temp_sy-msgv3 msgv4 = temp_sy-msgv4 txtnr = msg zeile = g_msg_line_no EXCEPTIONS message_type_not_valid = 01 not_active = 02.

G_FIELD_READ CALL FUNCTION 'G_FIELD_READ' EXPORTING fieldname = l_field table = l_tab IMPORTING field_attr = dfies EXCEPTIONS not_found = 01.

G_BOOL_CHECK_EXIT CALL FUNCTION 'G_BOOL_CHECK_EXIT' EXPORTING exitname = p_form_name usage_typ = be_subrule IMPORTING poolname = exit_file CHANGING x_type = exit_type EXCEPTIONS invalid_exitname = 1 non_existing_pool = 2 synt_err_in_pool = 3 non_existing_exit = 4 OTHERS = 5.

MESSAGE_STORE CALL FUNCTION 'MESSAGE_STORE' EXPORTING arbgb = 'GB' exception_if_not_active = ' ' msgty = 'I' msgv1 = p_obj_name msgv2 = l_form_name txtnr = i_msg_no zeile = g_msg_line_no EXCEPTIONS message_type_not_valid = 01 not_active = 02.

MESSAGE_STORE CALL FUNCTION 'MESSAGE_STORE' EXPORTING arbgb = 'GB' exception_if_not_active = ' ' msgty = 'E' msgv1 = l_form_name txtnr = '007' zeile = g_msg_line_no EXCEPTIONS message_type_not_valid = 01 not_active = 02.

MESSAGE_STORE CALL FUNCTION 'MESSAGE_STORE' EXPORTING arbgb = 'GB' exception_if_not_active = ' ' msgty = 'E' msgv1 = exit_file txtnr = '303' zeile = g_msg_line_no EXCEPTIONS message_type_not_valid = 01 not_active = 02.

MESSAGE_STORE CALL FUNCTION 'MESSAGE_STORE' EXPORTING arbgb = 'GB' exception_if_not_active = ' ' msgty = 'E' msgv1 = exit_file txtnr = '306' zeile = g_msg_line_no EXCEPTIONS message_type_not_valid = 01 not_active = 02.

MESSAGE_STORE CALL FUNCTION 'MESSAGE_STORE' EXPORTING arbgb = 'GB' exception_if_not_active = ' ' msgty = 'E' msgv1 = l_form_name msgv2 = exit_file txtnr = '308' zeile = g_msg_line_no EXCEPTIONS message_type_not_valid = 01 not_active = 02.

MESSAGE_STORE CALL FUNCTION 'MESSAGE_STORE' EXPORTING arbgb = 'GB' exception_if_not_active = ' ' msgty = 'E' msgv1 = l_form_name txtnr = '027' zeile = g_msg_line_no EXCEPTIONS message_type_not_valid = 01 not_active = 02.



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