SHD_CHECK_F01 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 SHD_CHECK_F01 into the relevant SAP transactions such as SE38 or SE80
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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RS_HDSYS_DELETE_SC_VARIANT call function 'RS_HDSYS_DELETE_SC_VARIANT' exporting scvariant = p_scvariant exceptions variant_enqueued = 1 no_correction = 2 scvariant_used = 3 others = 4.
DEQUEUE_ESSCVARCIU call function 'DEQUEUE_ESSCVARCIU' exporting scvariant = p_scvariant.
ENQUEUE_ESSCVARCIU call function 'ENQUEUE_ESSCVARCIU' exporting scvariant = p_scvariant exceptions others = 01.
RS_CORR_INSERT call function 'RS_CORR_INSERT' exporting object = p_scvariant object_class = 'SCVI' global_lock = 'X' exceptions cancelled = 1 permission_failure = 2 unknown_objectclass = 3 others = 4.
DEQUEUE_ESSCVARCIU call function 'DEQUEUE_ESSCVARCIU' exporting scvariant = p_scvariant.
DYNP_VALUES_READ call function 'DYNP_VALUES_READ' exporting dyname = sy-cprog dynumb = sy-dynnr tables dynpfields = dynpfields exceptions others = 0.
F4_SCREEN call function 'F4_SCREEN' exporting object = dynpronr program = progname importing result = dynpronr program = progname exceptions others = 0.
DYNP_VALUES_UPDATE call function 'DYNP_VALUES_UPDATE' exporting dyname = sy-cprog dynumb = sy-dynnr tables dynpfields = dynpfields exceptions others = 0.
DYNP_VALUES_READ call function 'DYNP_VALUES_READ' exporting dyname = sy-cprog dynumb = sy-dynnr tables dynpfields = dynpfields exceptions others = 0.
RS_HDSYS_VALUES_VARIANT call function 'RS_HDSYS_VALUES_VARIANT' exporting i_variant = i_tcvariant i_flag_client_independent = i_flag_client_independent all_clients = g_false texts_too = g_true popup = g_true popup_x1 = 15 popup_y1 = 05 popup_x2 = 78 popup_y2 = 20 i_client = l_client importing e_variant = i_tcvariant e_flag_client_independent = i_flag_client_independent exceptions others = 0.
DYNP_VALUES_UPDATE call function 'DYNP_VALUES_UPDATE' exporting dyname = sy-cprog dynumb = sy-dynnr tables dynpfields = dynpfields exceptions others = 0.
REUSE_ALV_FIELDCATALOG_MERGE call function 'REUSE_ALV_FIELDCATALOG_MERGE' exporting i_structure_name = 'SHDCVAU' changing ct_fieldcat = gt_fieldcatalogue exceptions others = 1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.