SAP Reports / Programs | Organizational Flexibility | Defense Forces and Public Security | Organizational Flexibility(IS-DFS-OF) SAP IS

/ISDFPS/STATE_CHECK SAP ABAP Report - Status Framework: Manual Status Check via Check Methods







/ISDFPS/STATE_CHECK is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You can use this report to run selected checks manually (simulate a status switch), regardless of whether a status switch is executed, in order to identify data inconsistencies or gaps...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter /ISDFPS/STATE_CHECK into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

/ISDFPS/STATE_CHECK - Check Organizational Structures


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 /ISDFPS/STATE_CHECK. "Basic submit
SUBMIT /ISDFPS/STATE_CHECK AND RETURN. "Return to original report after report execution complete
SUBMIT /ISDFPS/STATE_CHECK 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: P_CASET = Usage Type
Title: Status Framework: Manual Status Check via Check Methods
Text Symbol: 001 = Force Element
Text Symbol: 002 = Info
Text Symbol: 003 = Class Documentation


INCLUDES used within this REPORT /ISDFPS/STATE_CHECK

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:

SEO_INTERFACE_IMPLEM_GET_ALL CALL FUNCTION 'SEO_INTERFACE_IMPLEM_GET_ALL' EXPORTING intkey = l_interface IMPORTING impkeys = lt_seo_ret EXCEPTIONS not_existing = 1 OTHERS = 2.

SEO_CLASS_GET_ALL_SUBS CALL FUNCTION 'SEO_CLASS_GET_ALL_SUBS' EXPORTING clskey = l_clskey IMPORTING inhkeys = lt_sub_classes EXCEPTIONS OTHERS = 0.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = '@0S@' * TEXT = ' ' INFO = text-003 * ADD_STDINF = 'X' IMPORTING RESULT = gs_output-icon EXCEPTIONS icon_not_found = 1 outputfield_too_short = 2 OTHERS = 3 .

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_structure_name = '/ISDFPS/ALV_STATE_CHECK' CHANGING ct_fieldcat = lt_fcat_alv EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = '/ISDFPS/STATE_CHECK' i_callback_pf_status_set = 'PF_STATUS_SET' i_callback_user_command = 'USER_COMMAND' i_structure_name = '/ISDFPS/ALV_STATE_CHECK' is_layout = it_layout it_fieldcat = lt_fcat_alv * it_sort = d_it_sort IS_VARIANT = ls_variant I_DEFAULT = 'X' I_SAVE = 'X' TABLES t_outtab = gt_output EXCEPTIONS program_error = 1 OTHERS = 2.



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 /ISDFPS/STATE_CHECK or its description.