RCSIGSEA 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 RCSIGSEA into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
CJ00 - Find Digital Signatures
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.
Objects with Signatures Matching the Selection Criteria
Selection Text: P_UNVOL = Order incomplete
Selection Text: P_UNNOE = Change Unnecessary
Selection Text: P_UNMOE = Change impossible
Selection Text: P_UMS = Convert request
Selection Text: P_STEP = Process step
Selection Text: P_SPERR = Lock
Selection Text: P_PRUEF = Check request
Selection Text: P_OFREIG = Release Change
Selection Text: P_OABSCH = Complete Change
Selection Text: P_MOEGL = Change possible
Selection Text: P_LOTVE = Usage decision
Selection Text: P_LOTERG = Insp.results recording
Selection Text: P_GEPR = Request Checked
Selection Text: P_GENE = Approve Request
Selection Text: P_FREIG = Release order
Selection Text: P_FINISH = Signature procedure ended
Selection Text: P_FEHL = Incorrect Change
Selection Text: P_FEBEH = Error corrected
Selection Text: P_EOSP_B = No restriction
Selection Text: P_ENTSP = Unlock
Selection Text: P_DEVI = Variances
Selection Text: P_C_YES = Signatures with comment only
Selection Text: S_WERKS = D Plant
Selection Text: S_TIME = Time
Selection Text: S_SIGSTR = D Signature strategy
Selection Text: S_SIGSTE = D Individual signature
Selection Text: S_SIGNO = Signature number
Selection Text: S_SIGNER = Signatory
Selection Text: S_SIGAUT = Authorization group
Selection Text: S_PN_NR = D Sample-Drawing Number
Selection Text: S_PLOS = D Inspection lot
Selection Text: S_OBJKT = D Object
Selection Text: S_OAENNR = D Change number
Selection Text: S_MATNR = D Material
Selection Text: S_DOKVR = D Document version
Selection Text: S_DOKTL = D Document part
Selection Text: S_DOKNR = D Document
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
SIGN_CHECK_STATUS_PROCEDURE CALL FUNCTION 'SIGN_CHECK_STATUS_PROCEDURE' EXPORTING i_eosp = p_finish TABLES i_sign_key_tab = g_sign_key_tab.
SIGN_SHOW CALL FUNCTION 'SIGN_SHOW' EXPORTING object_imp = l_rc72-sign_obj key_chord_imp = l_rc72 flg_show_mode_imp = 'X' EXCEPTIONS key_for_object_incomplete = 1 no_signatures_found = 2 OTHERS = 3.
SIGN_SHOW CALL FUNCTION 'SIGN_SHOW' EXPORTING object_imp = l_rc72-sign_obj key_chord_imp = l_rc72 flg_show_mode_imp = 'X' TABLES signs_chord_tab = l_signs_chord_tab_temp EXCEPTIONS key_for_object_incomplete = 1 no_signatures_found = 2 OTHERS = 3.
QSS1_LOT_SHOW CALL FUNCTION 'QSS1_LOT_SHOW' EXPORTING i_prueflos = g_sign_key_tab-prueflos EXCEPTIONS no_lot = 1 OTHERS = 2.
SIGN_SHOW CALL FUNCTION 'SIGN_SHOW' EXPORTING object_imp = l_rc73-sign_obj key_lot_imp = l_rc73 EXCEPTIONS key_for_object_incomplete = 1 no_signatures_found = 2 OTHERS = 3.
SIGN_SHOW CALL FUNCTION 'SIGN_SHOW' EXPORTING object_imp = l_rc73-sign_obj key_lot_imp = l_rc73 TABLES signs_lot_tab = l_signs_lot_tab_temp EXCEPTIONS key_for_object_incomplete = 1 no_signatures_found = 2 OTHERS = 3.
PI_SHEET_SHOW CALL FUNCTION 'PI_SHEET_SHOW' EXPORTING cntrl_recipe_id = g_crid display_mode = 'X' EXCEPTIONS not_found = 1 crd_type_not_supported = 2 no_authorization = 3 internal_error = 4 OTHERS = 5.
SIGN_READ CALL FUNCTION 'SIGN_READ' EXPORTING object_imp = c_object-sheet_limit key_sheet_imp = l_rc74 TABLES signs_sheet_tab = l_signs_sheet_tab_temp EXCEPTIONS key_for_object_incomplete = 1 no_signatures_found = 2 OTHERS = 3.
SIGN_SHOW CALL FUNCTION 'SIGN_SHOW' EXPORTING object_imp = l_rc74-sign_obj key_sheet_imp = l_rc74 TABLES signs_sheet_tab = l_signs_sheet_tab_temp EXCEPTIONS key_for_object_incomplete = 1 no_signatures_found = 2 OTHERS = 3.
SIGN_SHOW CALL FUNCTION 'SIGN_SHOW' EXPORTING object_imp = l_rc74-sign_obj key_sheet_imp = l_rc74 TABLES signs_sheet_tab = l_signs_sheet_tab_temp EXCEPTIONS key_for_object_incomplete = 1 no_signatures_found = 2 OTHERS = 3.
VB_CP_SHOW_EBR CALL FUNCTION 'VB_CP_SHOW_EBR' EXPORTING i_matnr = g_sign_key_tab-matnr i_charg = g_sign_key_tab-charg i_werks = g_sign_key_tab-werks EXCEPTIONS ebr_not_found = 1 OTHERS = 2.
SIGN_SHOW CALL FUNCTION 'SIGN_SHOW' EXPORTING object_imp = l_rc75-sign_obj key_ebr_imp = l_rc75 EXCEPTIONS key_for_object_incomplete = 1 no_signatures_found = 2 OTHERS = 3.
SIGN_SHOW CALL FUNCTION 'SIGN_SHOW' EXPORTING object_imp = l_rc75-sign_obj key_ebr_imp = l_rc75 TABLES signs_ebr_tab = l_signs_ebr_tab_temp EXCEPTIONS key_for_object_incomplete = 1 no_signatures_found = 2 OTHERS = 3.
SIGN_SHOW CALL FUNCTION 'SIGN_SHOW' EXPORTING object_imp = l_rc76-sign_obj key_chobj_imp = l_rc76 EXCEPTIONS key_for_object_incomplete = 1 no_signatures_found = 2 OTHERS = 3.
SIGN_SHOW CALL FUNCTION 'SIGN_SHOW' EXPORTING object_imp = l_rc76-sign_obj key_chobj_imp = l_rc76 TABLES signs_chobj_tab = l_signs_chobj_tab_temp EXCEPTIONS key_for_object_incomplete = 1 no_signatures_found = 2 OTHERS = 3.
SIGN_SHOW CALL FUNCTION 'SIGN_SHOW' EXPORTING object_imp = l_rc77-sign_obj key_dms_imp = l_rc77 EXCEPTIONS key_for_object_incomplete = 1 no_signatures_found = 2 OTHERS = 3.
SIGN_SHOW CALL FUNCTION 'SIGN_SHOW' EXPORTING object_imp = l_rc77-sign_obj key_dms_imp = l_rc77 TABLES signs_dms_tab = l_signs_dms_tab_temp EXCEPTIONS key_for_object_incomplete = 1 no_signatures_found = 2 OTHERS = 3.
SIGN_SHOW CALL FUNCTION 'SIGN_SHOW' EXPORTING object_imp = l_rc78-sign_obj key_pnnr_imp = l_rc78 EXCEPTIONS key_for_object_incomplete = 1 no_signatures_found = 2 OTHERS = 3.
SIGN_SHOW CALL FUNCTION 'SIGN_SHOW' EXPORTING object_imp = l_rc78-sign_obj key_pnnr_imp = l_rc78 TABLES signs_sample_tab = l_signs_sample_tab_temp EXCEPTIONS key_for_object_incomplete = 1 no_signatures_found = 2 OTHERS = 3.
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 RCSIGSEA or its description.