SAP Reports / Programs

RCSIGSEA SAP ABAP Report - Find Digital Signatures







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


Transaction Code(s):

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

CJ00 - Find Digital Signatures


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


Text pool values


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





Selection Text: S_DOKAR = D Document type
Selection Text: S_DATE = Date
Selection Text: S_CRID = D PI sheet
Selection Text: S_CHARG = D Batch
Selection Text: S_AETYP = D Object Type
Selection Text: S_AENNR = D Change number
Selection Text: P_VOLLS = Order complete
Selection Text: P_C_NO = Signatures w/o comment only
Selection Text: P_C_BOTH = No restriction
Selection Text: P_AUFGE = Withdraw Approval
Selection Text: P_ACTIVE = Signature process not complete
Selection Text: P_ABSCH = Close Order
Selection Text: P_ABLEH = Reject Request
Title: Find Digital Signatures
Text Symbol: L04 = Batch record
Text Symbol: L03 = PI sheet
Text Symbol: L02 = Inspection lot
Text Symbol: L01 = Engineering Change Order
Text Symbol: K13 = Sample draw. no.
Text Symbol: K12 = Doc. part
Text Symbol: K11 = Version
Text Symbol: K10 = Doc. type
Text Symbol: K09 = Document no.
Text Symbol: K08 = Identification of object to be changed
Text Symbol: K07 = ObjTyp
Text Symbol: K06 = Plnt
Text Symbol: K05 = Material
Text Symbol: K04 = Batch
Text Symbol: K03 = PI sheet number
Text Symbol: K02 = Insp. lot no.
Text Symbol: K01 = Change number
Text Symbol: H02 = Object key
Text Symbol: H01 = Object
Text Symbol: L05 = Sample Drawing
Text Symbol: L06 = Document
Text Symbol: L07 = Object management record
Text Symbol: T01 = Find digital signature for
Text Symbol: T02 = Signat. strategy
Text Symbol: T03 = Status of signature process





Text Symbol: T04 = Comment
Text Symbol: T05 = Engineering Change Order
Text Symbol: T06 = Include signatures with the following statuses
Text Symbol: T07 = Batch record
Text Symbol: T08 = Document
Text Symbol: T09 = InspLot
Text Symbol: T10 = Include signatures for
Text Symbol: T11 = PI sheet
Text Symbol: T12 = SampleDraw
Text Symbol: T13 = Object mgmt record
Text Symbol: T15 = Include signatures for batch record approval
Text Symbol: T16 = Include signatures for status change of DMS info record
Text Symbol: T17 = Include signatures for sample-drawing release
Text Symbol: T18 = Signat. data


INCLUDES used within this REPORT RCSIGSEA

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:

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.



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