SAP Reports / Programs

FICSSG00 SAP ABAP Report - Generate Selection Screens for Report Programs







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


Text pool values


Selection Text: SO_AUTOR = D .
Selection Text: SO_DEVC = D .
Selection Text: SO_REPID = D .
Title: Generate Selection Screens for Report Programs
Text Symbol: 001 = |Report Program |Table |A|RI |CT|M|
Text Symbol: 110 = Warning
Text Symbol: 111 = Selection screen of &1 has been manually modified. Continue?
Text Symbol: 113 = Yes, for all
Text Symbol: M00 = |Report Program |Message |
Text Symbol: M01 = Successfully generated
Text Symbol: M02 = No selection screen
Text Symbol: M03 = Unable to generate selection screen
Text Symbol: M04 = Screen 1000 exists: no selection screen
Text Symbol: M05 = Wrong position/length on the screen
Text Symbol: M06 = Screen too large
Text Symbol: M07 = Unable to generate program
Text Symbol: M08 = Cannot load program
Text Symbol: M09 = Formatting error
Text Symbol: M10 = Error in field catalog


INCLUDES used within this REPORT FICSSG00

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:

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = text-110 text_question = l_question text_button_2 = text-113 default_button = '1' display_cancel_button = 'X' IMPORTING answer = l_answer EXCEPTIONS text_not_found = 1.

TR_CHECK_OBJECT_LOCK CALL FUNCTION 'TR_CHECK_OBJECT_LOCK' EXPORTING wi_object = it_e071-object wi_objname = it_e071-obj_name wi_pgmid = it_e071-pgmid IMPORTING we_locked = flg_locked EXCEPTIONS empty_key = 1 no_systemname = 2 no_systemtype = 3 unallowed_lock_order = 4 OTHERS = 5.

TRINT_ORDER_CHOICE CALL FUNCTION 'TRINT_ORDER_CHOICE' EXPORTING wi_task_type = ld_task_type IMPORTING we_task = ld_task TABLES wt_e071 = it_e071 wt_e071k = it_e071k EXCEPTIONS no_correction_selected = 1 object_append_error = 3.

TR_APPEND_TO_COMM CALL FUNCTION 'TR_APPEND_TO_COMM' EXPORTING pi_korrnum = ld_task wi_e071 = it_e071 * WI_SIMULATION = ' ' * WI_SUPPRESS_KEY_CHECK = ' ' TABLES wt_e071k = it_e071k EXCEPTIONS no_authorization = 1 no_systemname = 2 no_systemtype = 3 tr_check_keysyntax_error = 4 tr_check_obj_error = 5 tr_enqueue_failed = 6 tr_ill_korrnum = 7 tr_key_without_header = 8 tr_lockmod_failed = 9 tr_lock_enqueue_failed = 10 tr_modif_only_in_modif_order = 11 tr_not_owner = 12 tr_no_append_of_corr_entry = 13 tr_no_append_of_c_member = 14 tr_no_shared_repairs = 15 tr_order_not_exist = 16 tr_order_released = 17 tr_order_update_error = 18 tr_repair_only_in_repair_order = 19 tr_wrong_order_type = 20 wrong_client = 21 OTHERS = 22.

DDIF_TABL_GET CALL FUNCTION 'DDIF_TABL_GET' "GED 220399 EXPORTING name = it_tabname state = 'A' langu = sy-langu TABLES dd03p_tab = it_dd03p dd05m_tab = it_dd05m dd08v_tab = it_dd08v.

DD_TABD_GET * CALL FUNCTION 'DD_TABD_GET' "GED 220399 * EXPORTING * GET_STATE = GET_STATE * TABL_NAME = IT_TABNAME * WITHTEXT = ' ' * LANGU = SY-LANGU * TABLES * DD03P_TAB_A = IT_DD03P * DD03P_TAB_N = IT_DD03P_N * DD05M_TAB_A = IT_DD05M * DD05M_TAB_N = IT_DD05M_N * DD08V_TAB_A = IT_DD08V * DD08V_TAB_N = IT_DD08V_N.

DDIF_TABL_GET CALL FUNCTION 'DDIF_TABL_GET' "GED 220399 EXPORTING name = ld_entitytab state = 'A' langu = sy-langu TABLES dd03p_tab = it_dd03p dd05m_tab = it_dd05m dd08v_tab = it_dd08v.

DD_TABD_GET * CALL FUNCTION 'DD_TABD_GET' "GED 220399 * EXPORTING * GET_STATE = A_STATE * TABL_NAME = LD_ENTITYTAB * TABLES * DD03P_TAB_A = IT_DD03P * DD03P_TAB_N = IT_DD03P_N * DD05M_TAB_A = IT_DD05M * DD05M_TAB_N = IT_DD05M_N * DD08V_TAB_A = IT_DD08V * DD08V_TAB_N = IT_DD08V_N.

DDUT_TEXTTABLE_GET CALL FUNCTION 'DDUT_TEXTTABLE_GET' "GED 220399 EXPORTING tabname = ld_entitytab IMPORTING texttable = it_dd08l-tabname checkfield = it_dd08l-fieldname.

DDIF_TABL_GET CALL FUNCTION 'DDIF_TABL_GET' "GED 220399 EXPORTING name = it_dd08l-tabname state = 'A' langu = sy-langu TABLES dd03p_tab = it_dd03p.

DD_TABD_GET * CALL FUNCTION 'DD_TABD_GET' "GED 220399 * EXPORTING * GET_STATE = A_STATE * TABL_NAME = IT_DD08L-TABNAME * TABLES * DD03P_TAB_A = IT_DD03P * DD03P_TAB_N = IT_DD03P_N * DD05M_TAB_A = IT_DD05M * DD05M_TAB_N = IT_DD05M_N * DD08V_TAB_A = IT_DD08V * DD08V_TAB_N = IT_DD08V_N.

DDIF_DOMA_GET CALL FUNCTION 'DDIF_DOMA_GET' "GED 220399 EXPORTING name = ld_domname state = 'A' langu = sy-langu TABLES dd07v_tab = it_dd07v.

DD_DOFV_GET * CALL FUNCTION 'DD_DOFV_GET' "GED 220399 * EXPORTING * GET_STATE = 'A' * WITHTEXT = ' ' * DOMAIN_NAME = LD_DOMNAME * TABLES * DD07V_TAB_A = IT_DD07V * DD07V_TAB_N = IT_DD07V_N.

CALL FUNCTION APPEND ' CALL FUNCTION ''FC_SEL_SCREEN_ERR''' TO it_code.

CALL FUNCTION APPEND ' CALL FUNCTION ''FC_SEL_SCREEN_ERR''' TO it_code.

CALL FUNCTION * APPEND ' CALL FUNCTION ''DYNP_VALUES_READ'' ' TO it_code.

CALL FUNCTION * CONCATENATE ' CALL FUNCTION ''CONVERSION_EXIT_' a_dep-convexit * '_INPUT''' INTO ld_code.

CALL FUNCTION * CONCATENATE ' CALL FUNCTION ''CONVERSION_EXIT_' a_dep-convexit * '_INPUT''' INTO ld_code.

CALL FUNCTION





* CONCATENATE ' CALL FUNCTION ''CONVERSION_EXIT_' a_dep-convexit * '_INPUT''' INTO ld_code.

CALL FUNCTION * APPEND ' CALL FUNCTION ''F4IF_DETERMINE_SEARCHHELP'' ' TO it_code.

CALL FUNCTION * APPEND ' CALL FUNCTION ''F4IF_START_VALUE_REQUEST'' ' TO it_code.

CALL FUNCTION * APPEND ' CALL FUNCTION ''FC_SEL_SCREEN_NO_ENTRY''' TO it_code.

CALL FUNCTION **APPEND ' CALL FUNCTION ''HELP_VALUES_GET_NO_DD_NAME'' ' TO IT_CODE.

CALL FUNCTION * APPEND ' CALL FUNCTION ''FC_SEL_SCREEN_NO_ENTRY''' TO it_code.



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