SIGN_REG_INFO_STRUC SAP (Registration Info of Applications for Digital Signature) Structure details

Dictionary Type: Structure
Description: Registration Info of Applications for Digital Signature




ABAP Code to SELECT data from SIGN_REG_INFO_STRUC
Related tables to SIGN_REG_INFO_STRUC
Access table SIGN_REG_INFO_STRUC




Structure field list including key, data, relationships and ABAP select examples

SIGN_REG_INFO_STRUC is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Registration Info of Applications for Digital Signature" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_SIGN_REG_INFO_STRUC TYPE SIGN_REG_INFO_STRUC.

The SIGN_REG_INFO_STRUC table consists of various fields, each holding specific information or linking keys about Registration Info of Applications for Digital Signature data available in SAP. These include SIGN_OBJECT (Digital Signature Object), SIGN_META_NAME (Table for Application-Dependent Metadata), SIGN_PROT_NAME (Structure or Table to be Displayed in Log), SIGN_SUBOBJECT (Application Log: Subobject).. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP SIGN_REG_INFO_STRUC structure fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
SIGN_APPLApplication of the Digital Signature SIGN_APPLCHAR8Assigned to domainSIGN_APPL
SIGN_OBJECTDigital Signature Object SIGN_OBJECTCHAR8Assigned to domainSIGN_OBJECT
SIGN_META_NAMETable for Application-Dependent Metadata SIGN_META_NAMECHAR30Assigned to domainAS4TAB
SIGN_PROT_NAMEStructure or Table to be Displayed in Log SIGN_STRUCCHAR30Assigned to domainAS4TAB
SIGN_SUBOBJECTApplication Log: Subobject BALSUBOBJCHAR20Assigned to domainBALSUBOBJBALSUBOBJ
SIGN_COMM_DISPAllow Comment for Digital Signature SIGN_COMM_DISPCHAR1SIGN_FLAG3
SIGN_REMARK_DISPAllow Remark for Digital Signature SIGN_REMARK_DISPCHAR1SIGN_FLAG3
SIGN_REASON_DISPDisplay Object Description for Digital Signature SIGN_FLAG2CHAR1SIGN_FLAG2
SIGN_DOC_DISPDisplay Document to Be Signed SIGN_FLAG3CHAR1SIGN_FLAG3
SIGN_VERSIONDigital Signature Registration Version SIGN_VERSIONNUMC2
SIGN_APPLTXTDescription of Digital Signature SIGN_APPLTXTCHAR70SIGN_TXT
SIGN_REASONDescription of Digital Signature SIGN_APPLTXTCHAR70SIGN_TXT

Key field Non-key field



How do I retrieve data from SAP structure SIGN_REG_INFO_STRUC using ABAP code?

As SIGN_REG_INFO_STRUC is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on SIGN_REG_INFO_STRUC as there is no data to select.

How to access SAP table SIGN_REG_INFO_STRUC

Within an ECC or HANA version of SAP you can also view further information about SIGN_REG_INFO_STRUC and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!