SAP ABAP Data Element SIGN_META_NAME (Table for Application-Dependent Metadata)
Hierarchy
SAP_ABA (Software Component) Cross-Application Component
   CA-DSG (Application Component) Digital Signature
     DS (Package) Digital Signature
Basic Data
Data Element SIGN_META_NAME
Short Description Table for Application-Dependent Metadata  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type AS4TAB    
Data Type CHAR   Character String 
Length 30    
Decimal Places 0    
Output Length 30    
Value Table DD02L    
Further Characteristics
Search Help: Name    
Search Help: Parameters    
Parameter ID   
Default Component name    
Change document    
No Input History    
Basic direction is set to LTR    
No BIDI Filtering    
Field Label
  Length  Field Label  
Short 10 Meta Table 
Medium 19 Metadata Table 
Long 25 Metadata Table 
Heading 30 Metadata Table 
Documentation

Definition

The name of a table with application-specific data is entered in this column (meta data table).

Application development must create this table in the data dictionary during the registration of an application for the digital signature. The MANDT and SIGN_ID fields must be contained as key fields at the beginning of the table. All application-specific fields that uniquely identify an object in the system, are stored in this table. It can be used only for the digital signature.

The top rows and the first 3 columns in the table must appear as follows:

Field name    |    Key    |    Data element

MANDT    |    x    |    MANDT

SIGN_ID    |    x    |    SIGN_GUID_22

You use this table to read signature data according to application-specific information and to display the data in the application or in the digital signature log.

Activities

  1. Start the table maintenance and check if the first rows of the application-specific meta data table have been created by the application as specified above. If not, correct the table accordingly.
  2. Enter the name of the meta data table in the Meta Tab. column in table view SIGNOBJECT_V.

History
Last changed by/on SAP  20020827 
SAP Release Created in 620