Managing SAP Metadata
When the server accesses a data source, it needs to know how to interpret the data stored there. For each data source the server accesses, you create a synonym that describes the structure of the data source and maps the server data types to the SAP data types.
Creating Synonyms
Synonyms define unique names or aliases for each SAP data object that is accessible from the server. Synonyms are useful because they hide location information and the identity of the underlying data source from client applications. They also provide support for extended metadata features of the server such as virtual fields and additional security mechanisms.
Using synonyms allows an object to be moved or renamed while allowing client applications to continue functioning without modification. The only modification required is a redefinition of the synonym on the server. The result of creating a synonym is a Master File and Access File, which represent the server metadata.
Types of SAP Synonyms
The Adapter for SAP enables you to create synonyms for:
- Tables
- Logical Data Bases (LDBs) and Native LDBs
For information that will help you determine when to use each type of LDB, see Limitations for Logical Databases.
- Business Application Programming Interfaces (BAPIs)
For information about requirements and limitations, see Limitations for Function Modules and BAPIs.
- Function Modules
For information about requirements and limitations, see Limitations for Function Modules and BAPIs.
- SAP Queries
An SAP query is a predefined report designed for users with little or no knowledge of the SAP programming language ABAP. From InfoSets (data sources), which are organized in user groups, an SAP query creates a list of information not already contained in the SAP system. This report may also include query variants within the global area. A variant is a saved set of selection criteria for a query or the report generated by the query. If you specify a variant when starting a query, the system uses the values in the variant for the query selection criteria.
Create a Synonym
To create a synonym, you must have previously configured the adapter. You can create a synonym from the WebFOCUS Reporting Server browser interface or ibi Data Migrator desktop interface.
- Procedure
- From the WebFOCUS Reporting Server browser interface Application page, click Get Data.
- On the
Configured Adapters section of the page, in Simple Mode, right-click an adapter
and click
Show
Connections. Right-click a connection.
Depending on the type of adapter you choose, one of the following options appears on the context menu.
- Show DBMS objects. This option opens the page for selecting synonym objects and properties.
- Create metadata objects. This option opens the page for selecting synonym objects and properties.
- Show files. This option opens a file picker. After you choose a file of the correct type, the page for selecting synonym objects and properties opens.
- Show local files. This option opens a file picker. After you choose a file of the correct type, the page for selecting synonym objects and properties opens.
- Show topics. This option opens the page for selecting synonym objects and properties for topics within the environment.
- Enter values for the parameters required by the adapter as described in the synonym creation parameters reference.
- After entering
the parameter values, click Create Synonym.
The Status pane indicates that the synonym was created successfully.
The synonym is created and added under the specified application directory.
Creation Parameters for Table Synonyms
The following list describes the parameters for which you will need to supply values, and related tasks you will need to complete in order to create the SAP synonym. These options appear on multiple panes. To advance from pane to pane, click the buttons provided, ending with the Create Synonym button, which generates the synonym based on your entries.
Select TABLE from the drop-down list
A synonym can be created using one or more languages. If you choose multiple languages, each selected language can have its own title and description attributes. For details on multilanguage titles and descriptions, see Multilanguage Titles and Descriptions.
- Click the Multilanguage checkbox to select languages in addition to the default logon language (the value of the SET LANGUAGE command at server startup). You get a list of available languages (the default language is not on the list).
- Select one or more additional languages. For SAP, the WebFOCUS Reporting Server logon language is used to retrieve all languages.
On the next pane:
- Select a Find by
option: Application Tree, Development
Class, or Name. (These options
mirror the way SAP organizes and filters its data.)
Subsequent selections vary depending on your Find method, as described below.
- Indicate whether to retrieve objects associated with Tables, Views, or both.
- Indicate whether to retrieve objects associated with Tables, Views, CDS Structured Objects, or all object types together.
Application Tree. Choose this option, then click Next to retrieve a list of applications.
On the next pane, choose an application from the list, then click Next.
Development Class. Choose this option and type a Development Class name in the input box, or enter a string with wildcards, as needed. For example, enter: abc* or abc% to select development classes that begin with the letters abc; *abc or %abc to select those that end with the letters abc; *abc* or %abc% to select those that contain the letters abc at the beginning, middle, or end.
Click Next to display the Development Class options.
On the next pane, select a Development Class, then click Next.
Name. Choose this option and type the name of a Table in the input box, or enter a string with wildcards (* or %), as needed.
Enter a value in the Limit entry box. The default is 2000 tables. A message requesting a limit value is displayed when the list of available tables is too large to retrieve.
Click Next.
Choose the following options, as required:
Click this checkbox if you wish to generate information about primary key and foreign key relationships in the Access File of the synonym.
An individual Master File is generated for each table. However, the relationships indicated in the Access File can be defined between any number of tables, and can reflect any number of levels of relationships among those tables.
(FOC44457) FOREIGN KEY FIELD **** CANNOT BE RESOLVED (FOC44458) ONE OR MORE FIELDS OF THE FOREIGN KEY DO NOT EXIST (FOC44459) MULTIPLE FOREIGN TABLES
where:
****
Is a table name.
These messages indicate that some of the foreign key relationships could not be resolved, and are, therefore, omitted during synonym creation. These messages are informational only: they should cause you no concern. In fact, the synonym is created and can be used in your requests without any problems.
Select an application directory. The default value is baseapp.
If you have tables with identical table names, assign a prefix or a suffix to distinguish them. For example, if you have identically named human resources and payroll tables, assign the prefix HR to distinguish the synonyms for the human resources tables. Note that the resulting synonym name cannot exceed 64 characters.
If all tables and views have unique names, leave the prefix and suffix fields blank.
To specify that this synonym should overwrite any earlier synonym with the same fully qualified name, select the Overwrite existing synonyms checkbox.
Select this checkbox only if the synonym is to be used by an application that connects to the WebFOCUS reporting server via ODBC.
When this option is selected, unsupported formats trigger the creation of DEFINE (virtual) fields.
There are three Special Options:
- None. Indicates that no Special Option is selected. This is the default value.
- Foreign Keys. Select this option if you wish to generate information
about primary key and foreign key relationships in the Access File
of the synonym.
An individual Master File is generated for each table. However, the relationships indicated in the Access File can be defined between any number of tables and can reflect any number of levels of relationships among those tables.
Note: During synonym creation, you may get one or more of the following messages:(FOC44457) FOREIGN KEY FIELD **** CANNOT BE RESOLVED (FOC44458) ONE OR MORE FIELDS OF THE FOREIGN KEY DO NOT EXIST (FOC44459) MULTIPLE FOREIGN TABLES
where:
****Is a table name.
These messages indicate that some of the foreign key relationships could not be resolved, and are, therefore, omitted during synonym creation. These messages are informational only and should cause you no concern. In fact, the synonym is created and can be used in your requests without any problems.
- ODBC Type Fields. Select this option only if the synonym is to be used by an application that connects to the WebFOCUS reporting server via ODBC.
When this option is selected, unsupported formats trigger the creation of DEFINE (virtual) fields.
Select an application directory. The default value is baseapp.
If you have tables with identical table names, assign a prefix or a suffix to distinguish them. For example, if you have identically named human resources and payroll tables, assign the prefix HR to distinguish the synonyms for the human resources tables. Note that the resulting synonym name cannot exceed 64 characters.
If all tables and views have unique names, leave the prefix and suffix fields blank.
From the list of tables at the bottom of the pane, choose those for which you wish to create synonyms:
This column displays the name that will be assigned to each synonym. To assign a different name, replace the displayed value.
Click the checkbox to the left of Default Synonym Name to generate synonyms for all listed tables, or check individual boxes in the same column to generate synonyms for the selected modules.
Multilanguage Titles and Descriptions
When you create a Multilanguage synonym, title and/or description attributes for each selected language are added to the synonym. For example, if you choose French, the synonym will contain additional TITLE and DESC attributes of the following form:
TITLE_FR='french title' DESC_FR='french description'
The default logon language generates titles and descriptions using the TITLE and DESCRIPTION attributes.
- If you set the LANGUAGE parameter to a language for which you generated additional title and description attributes, titles and descriptions are generated with the TITLE_ln and DESC_ln attributes (ln being the two character ISO code; for example, EN, DE, JA).
- If you set the LANGUAGE parameter to a language for which you did not generate additional titles or descriptions, the TITLE and DESCRIPTION attributes are used to generate titles and descriptions.
To make field names in the synonym language independent, they are created based on the unique name of the field. These names are called technical names. In synonyms created using only the default language, field names are created based on the field caption.
Code Pages and Multilanguage Synonyms
The languages you wish to select for multilanguage synonyms determine which code page you should configure. For example, ISO 8859-1 can accommodate most Western European languages. Therefore, using this code page, you can request English, German, French, and Spanish.
The Unicode UTF-8 code page (65001) supports all languages and can therefore be used with any combination of languages. However, the UTF-8 character encoding scheme uses three bytes (in ASCII environments) or 4 bytes (in EDCDIC environments) to represent characters, increasing the storage needed for character data.
Creation Parameters for LDB Synonyms
The following list describes the parameters for which you will need to supply values, and related tasks you will need to complete in order to create the SAP synonym. These options appear on multiple panes. To advance from pane to pane, click the buttons provided, ending with the Create Synonym button, which generates the synonym based on your entries.
Select LDB from the drop-down list.
A synonym can be created using one or more languages. If you choose multiple languages, each selected language can have its own title and description attributes. For details on multilanguage titles and descriptions, see Multilanguage Titles and Descriptions.
- Click the Multilanguage checkbox to select languages in addition to the default logon language (the value of the SET LANGUAGE command at server startup). You get a list of available languages (the default language is not on the list).
- You may select one or more additional languages. For SAP, the WebFOCUS Reporting Server logon language is used to retrieve all languages.
Note: For the your language selections to be implemented, the selected languages must be installed. Also NLS must be enabled and your language selections must be consistent with your code page settings in the NLS Configuration Wizard. To access this wizard from the WebFOCUS Reporting Server browser interface menu bar, onWorkspace page, select Settings, LOCALE, Configuration Wizard. In the navigation pane, expand the General folder and click NLS. For related information, see Code Pages and Multilanguage Synonyms.
On the next pane:
- Select a Find
by option: Application Tree, Development
Class, or Name. (These options
mirror the way SAP organizes and filters its data.)
Subsequent selections vary depending on your Find method, as described below.
- Indicate whether
to retrieve objects associated with Native LDBs or Native Dynamic
LDBs. For related information, see Limitations for Logical Databases.
In Native mode a static report is catalogued and executed.
In Native Dynamic mode specific BAPIs are called to provide results on an LDB query.
Application Tree. Choose this option, then click Next.
On the next pane, choose an application from the list, then click Next.
Development Class. Choose this option and type a Development Class name in the input box, or enter a string with wildcards, as needed. For example, enter: abc* (or abc%) to select development classes that begin with the letters abc; *abc (or %abc) to select those that end with the letters abc; *abc* (or %abc%) to select those that contain the letters abc at the beginning, middle, or end.
Click Next to display the Development Classe(s).
On the next pane, select a Development Class, then click Next.
Name. Choose this option and type the name of a Table in the input box, or enter a string with wildcards (* or %), as needed.
Enter a value in the Limit entry box. The default is 2000 tables. A message requesting a limit value is displayed when the list of available tables is too large.
Choose the following options, as required:
Select an application directory. The default value is baseapp.
If you have tables with identical table names, assign a prefix or a suffix to distinguish them. For example, if you have identically named human resources and payroll tables, assign the prefix HR to distinguish the synonyms for the human resources tables. Note that the resulting synonym name cannot exceed 64 characters.
If all tables and views have unique names, leave the prefix and suffix fields blank.
To specify that this synonym should overwrite any earlier synonym with the same fully qualified name, select the Overwrite existing synonyms checkbox.
From the list of LDBs at the bottom of the pane, choose those for which you wish to create synonyms:
This column displays the name that will be assigned to each synonym. To assign a different name, replace the displayed value.
Select the objects for which you wish to create synonyms:
- For all objects, click the checkbox to the left of the Default Synonym Names column.
- For specific objects, select the corresponding checkboxes.
Limitations for Logical Databases
Synonym for SAP Logical Databases (LDB) can be generated in two different formats: SQL mode (set of joined SQL tables) or Native Mode (use of the underlying SAP Logical Database Program).
Note that in either mode, only the following LDBs are currently certified: VAV, SDF, KDF, CEK, CFK, CIK, CPK, CRK. Others need field certification.
- SQL Mode. Standard
limitations concerning the number of Joins or number of fields in
a synonym apply.
From an end-user standpoint, SQL Mode usually runs faster, and is, therefore, the preferred method. Native Mode should be used only when there is a requirement to access so-called structures, for example, the segments SKC1A, SKC1C in SDF.
- Native Mode. Most
LDBs in Native mode open a selection screen at run-time on which
some of the parameters are required. Since the Adapter for SAP/R3-ECC works
through RFC, it has no knowledge of this screen(s).
This mode has two variations:
- In Native mode, a static report is catalogued and executed.
- In Native Dynamic mode, specific BAPIs are called to provide results on an LDB query.
Creation Parameters for Function Module Synonyms
The following list describes the parameters for which you will need to supply values, and related tasks you will need to complete in order to create a synonym for a Function Module. You click the Create button to generate the synonym based on your entries.
Note that not all function modules are suitable for reporting.
Select Function Module from the drop-down list.
A synonym can be created using one or more languages. If you choose multiple languages, each selected language can have its own title and description attributes. For details on multilanguage titles and descriptions, see Multilanguage Titles and Descriptions.
- Click the Multilanguage checkbox to select languages in addition to the default logon language (the value of the SET LANGUAGE command at server startup). You get a list of available languages (the default language is not on the list).
- You may select one or more additional languages. For SAP, the WebFOCUS Reporting Server logon language is used to retrieve all languages.
On the next pane, select a Find by option: Application Tree, Development Class, or Name. (These options mirror the way SAP organizes and filters its data.)
Subsequent selections vary depending on your Find method, as described below.
Application Tree. Choose this option, then click Next.
On the next pane, choose an application from the list, then click Next.
Development Class. Choose this option and type a Development Class name in the input box, or enter a string with wildcards, as needed. For example, enter: abc* (or abc%) to select development classes that begin with the letters abc; *abc (or %abc) to select those that end with the letters abc; *abc* (or %abc%) to select those that contain the letters abc at the beginning, middle, or end.
Click Next to display the Development Class(es).
On the next pane, select a Development Class, then click Next.
Name. Choose this option and type the name of a Table in the input box, or enter a string with wildcards (* or %), as needed.
Enter a value in the Limit entry box. The default is 2000 tables. A message requesting a limit value is displayed when the list of available tables is too large.
Choose the following options, as required:
Select an application directory. The default value is baseapp.
If you have tables with identical table names, assign a prefix or a suffix to distinguish them. For example, if you have identically named human resources and payroll tables, assign the prefix HR to distinguish the synonyms for the human resources tables. Note that the resulting synonym name cannot exceed 64 characters.
If all tables and views have unique names, leave the prefix and suffix fields blank.
To specify that this synonym should overwrite any earlier synonym with the same fully qualified name, select the Overwrite existing synonyms checkbox.
From the list of tables (modules) at the bottom of the pane, choose those for which you wish to create synonyms:
This column displays the name that will be assigned to each synonym. To assign a different name, replace the displayed value.
Click the checkbox to the left of Default Synonym Name to generate synonyms for all listed function modules, or check individual boxes in the same column to generate synonyms for the selected modules.
Creation Parameters for BAPI Synonyms
The following list describes the parameters for which you will need to supply values, and related tasks you will need to complete in order to create the SAP synonym. These options appear on multiple panes. To advance from pane to pane, click the buttons provided, ending with the Create Synonym button, which generates the synonym based on your entries.
Select BAPI from the drop-down list.
A synonym can be created using one or more languages. If you choose multiple languages, each selected language can have its own title and description attributes. For details on multilanguage titles and descriptions, see Multilanguage Titles and Descriptions.
- Click the Multilanguage checkbox to select languages in addition to the default logon language (the value of the SET LANGUAGE command at server startup). You get a list of available languages (the default language is not on the list).
- You may select one or more additional languages. For SAP, the WebFOCUS Reporting Server logon language is used to retrieve all languages.
On the next pane, select a Find by option: Application Tree, Development Class, or Name. (These options mirror the way SAP organizes and filters its data.)
Subsequent selections vary depending on your Find method, as described below.
Application Tree. Choose this option, then click Next to retrieve a list of applications that contain BAPIs.
On the next pane, choose an application from the list, then click Next.
Development Class. Choose this option and type a Development Class name in the input box, or enter a string with wildcards, as needed. For example, enter: abc* (or abc%) to select development classes that begin with the letters abc; *abc (or %abc) to select those that end with the letters abc; *abc* (or %abc%) to select those that contain the letters abc at the beginning, middle, or end.
On the next pane, select a Development Class, then click Next.
On the next pane, choose an object type, then click Next.
Name. Choose this option and type the name of a BABI in the input box, or enter a string with wildcards (* or %), as needed.
Enter a value in the Limit entry box. The default is 2000 tables. A message requesting a limit value is displayed when the list of available BAPIs is too large to retrieve.
On the next pane, select a BABI, then click Next.
Choose the following options, as required:
Select an application directory. The default value is baseapp.
If you have tables with identical table names, assign a prefix or a suffix to distinguish them. For example, if you have identically named human resources and payroll tables, assign the prefix HR to distinguish the synonyms for the human resources tables. Note that the resulting synonym name cannot exceed 64 characters.
If all tables and views have unique names, leave the prefix and suffix fields blank.
To specify that this synonym should overwrite any earlier synonym with the same fully qualified name, select the Overwrite existing synonyms checkbox.
From the list of BABIs at the bottom of the pane, choose those for which you wish to create synonyms:
This column displays the name that will be assigned to each synonym. To assign a different name, replace the displayed value.
Select the objects for which you wish to create synonyms:
- For all objects, click the checkbox to the left of the Default Synonym Names column.
- For specific objects, select the corresponding checkboxes.
Limitations for Function Modules and BAPIs
- A function module must have at least one Import or Export parameter.
- When filtering with an internal table of type Select Option, any combination of conditions can be applied.
- Filtering with an internal table that is not of type Select Option is not supported.
Creation Parameters for Query Synonyms
The following list describes the parameters for which you will need to supply values, and related tasks you will need to complete in order to create a QUERY synonym. These options appear on multiple panes. To advance from pane to pane click the buttons provided, ending with the Create Synonym button, which generates the synonym based on your entries.
Select QUERY from the drop-down list.
SAP Queries can be created under two different query areas: Standard Area (client-specific) and Global Area (cross-client). By default, queries are created under the Standard Area so no action is required.
To create queries under the Global Area, select the Cross Client Queries checkbox.
WHERE WORKSPACE EQ 'X';
To list queries for a specific Group, click the Filter checkbox and type a Group Name and/or a Query name in the input boxes provided, using the wildcard character (*) as needed.
Click to proceed to the next pane.
Select an application directory. The default value is baseapp.
If you have tables with identical table names, assign a prefix or a suffix to distinguish them. For example, if you have identically named human resources and payroll tables, assign the prefix HR to distinguish the synonyms for the human resources tables. Note that the resulting synonym name cannot exceed 64 characters.
If all tables and views have unique names, leave the prefix and suffix fields blank.
To specify that this synonym should overwrite any earlier synonym with the same fully qualified name, select the Overwrite existing synonyms checkbox.
Select the objects for which you wish to create synonyms:
- For all objects, click the checkbox to the left of the Default Table Names column.
- For specific objects, select the corresponding checkboxes.
This column displays the name that will be assigned to each synonym. To assign a different name, replace the displayed value.
SAP Query Synonym Variants
When creating an SAP query synonym, all variants (if any) will be found at CREATE SYNONYM time. A two-segment Master File is created. The top segment holds the VARIANT field for all possible variants. The second segment is the actual report fields. A variant must be specified for running the report.
For example, with the following synonym:
$ $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$ $ SNAPpack generated on Thu Feb 20 11:44:07 2003 $ SAP instance: I46 SAP Release: 46C $ MFD generated for QUERY: BASEAPP/ALM01_02 $ $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$ FILE=BASEAPP/ALM01_02 ,SUFFIX=SQLSAP, REMARKS='UG: 02 Query: ALM01',$ SEGNAME=VARIANT,SEGTYPE=S0,$ FIELD=VARIANT, ALIAS=VARIANT,ACTUAL=A14,USAGE=A14,ACCEPT= 'CAUS' OR 'MY VARIANT' OR ' ',$
SEGNAME=REPORT,PARENT=VARIANT,SEGTYPE=S0,$ FIELD=SKA1_SAKNR, ALIAS=SKA1_SAKNR, USAGE=A010, ACTUAL=A010, TITLE='G/L acct', DESC='G/L account number',$ FIELD=SKA1_GVTYP, ALIAS=SKA1_GVTYP, USAGE=A002, ACTUAL=A002, TITLE='AT', DESC='P&L statement account type',$ FIELD=SKC1C_BUKRS, ALIAS=SKC1C_BUKRS, USAGE=A004, ACTUAL=A004, TITLE='CoCd', DESC='Company Code',$ FIELD=SKC1C_GJAHR, ALIAS=SKC1C_GJAHR, USAGE=A004, ACTUAL=A004, TITLE='Year', DESC='Fiscal year',$ FIELD=SKC1C_GSBER, ALIAS=SKC1C_GSBER, USAGE=A004, ACTUAL=A004, TITLE='BA', DESC='Business Area',$ FIELD=SKC1C_HWAER, ALIAS=SKC1C_HWAER, USAGE=A005, ACTUAL=A005, TITLE='Crcy', DESC='Currency Key',$ FIELD=SKC1C_UM01O, ALIAS=SKC1C_UM01O, USAGE=P16.2, ACTUAL=A16, TITLE='SKC1C-UM01', DESC='Monthly balance',$ FIELD=SKC1C_HWAER1, ALIAS=SKC1C_HWAER1, USAGE=A005, ACTUAL=A005, TITLE='Crcy', DESC='Currency Key',$
A valid request using variant 'CAUS' is:
TABLE FILE ALM01_02 PRINT SKA1_SAKNR SKA1_GVTYP SKC1C_BUKRS SKC1C_GJAHR SKC1C_GSBER SKC1C_HWAER SKC1C_UM01O SKC1C_HWAER1 IF VARIANT EQ 'CAUS' IF READLIMIT EQ 50 END
Note that the ACCEPT values list generated in the Master File for SAP Query Synonym Variants is optional. While a variant must be specified for running a report, you can choose to maintain your own variant list.
Synonym Creation for IDOCs
In previous releases of the server (5.3 through 7.1), support for IDOC synonyms was integrated into the WebFOCUS Reporting Server browser interface. In Version 7 Release 6.x, IDOC synonym creation functions have been removed from the WebFOCUS Reporting Server browser interface. This includes EDA (Electronic Data Interchange)/ALE (Application Link Enabling) options, which are no longer available on the WebFOCUS Reporting Server browser interface.
Support for the creation of IDOC synonyms is now limited to read-only. You can create synonyms for IDOCs using the method described below. However, while the adapter can read an external file that represents an IDOC, users are responsible for generating the external file and providing the DBC attributes associated with that external file. (For related information that will be useful when specifying DCB attributes for a flat file representation of an IDOC, see the topic on the FILEDEF command in the ibi™ WebFOCUS® Stored Procedure and Subroutine Reference for 3GL Languages manual.)
If you wish to generate an IDOC synonym, you can embed commands in a procedure (focexec), as shown in the following example:
CREATE SYNONYM i47_idocs/MATMAS03_edioff FOR MATMAS03 IDOC EDIOFF DBMS SQLSAP AT I47 DROP END
Creating a Synonym for an SAP Table
The following synonym was generated from a TABLE source: DDO2T. The specified system name is 146. When the synonym is created, this value is reflected in the Access File.
Generated Master File DD02T.mas
$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$ $ SNAPpack generated on Tue Nov 26 17:42:06 2002 $ SAP instance: I46 SAP Release: 46C $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$ FILE=DD02T, SUFFIX=SQLSAP REMARKS='R/3 DD: SAP table texts',$ SEGNAME=DD02T,SEGTYPE=S0,$ FIELD=DD02T_TABNAME ,TABNAME , A30 ,A30 ,MISSING=OFF, TITLE='Table', DESC='Table name',$ FIELD=DD02T_DDLANGUAGE ,DDLANGUAGE , A1 ,A1 ,MISSING=OFF, TITLE='Lang.', DESC='Language key',$ FIELD=DD02T_AS4LOCAL ,AS4LOCAL , A1 ,A1 ,MISSING=OFF, TITLE='Activation', DESC='Activation status of a Repository object',$ FIELD=DD02T_AS4VERS ,AS4VERS , A4 ,A4 ,MISSING=OFF, TITLE='Version of', DESC='Version of the entry (not used)',$ FIELD=DD02T_DDTEXT ,DDTEXT , A60 ,A60 ,MISSING=OFF, TITLE='Short text', DESC='Short text describing R/3 Repository objects',$
Generated Access File DD02T.acx
SYSTEM=I46,$ SEGNAME=DD02T , TABLENAME=DD02T, TABLETYPE=TRANSP, MANDT=NO, KEYS=4 ,$
Managing Synonyms
Once you have created a synonym, you can right-click the synonym name in the navigation pane of either the WebFOCUS Reporting Server browser interface or ibi Data Migrator desktop interface to access the available options.
For a list of options, see Synonym Management Options.