Show TOC

Creating an On-The-Fly Worklist via Collections (ABAP Packages)Locate this document in the navigation structure

Prerequisites

  • To use a collection as the basis for on-the-fly translation, you need to identify the collection that contains the objects you want to translate. To avoid unnecessary translation work, you must ensure that the collection is not full of objects for which no translation is required.
  • You are defined in transaction LXE_MASTER as a translator for the target language into which you want to translate.
  • Your translator profile in transaction LXE_MASTER must include authorization object TRW5 with the value 01.
  • To select any collection in the system, not just the collections that have been assigned to you for translation, your translator profile must include authorization object COSE with the value 01.
  • To refresh the translation status of objects in your on-the-fly worklist, your translator profile must include authorization object AVUP with the value 01.
  • To deactivate the original language check when creating an on-the-fly worklist, your translator profile must include authorization object TRF1 with the value 01.
  • To deactivate the language settings when creating an on-the-fly worklist, your translator profile must include authorization object TRF2 with the value 01 or 02.

Context

Transaction SE63 enables you to create an on-the-fly worklist on the basis of one or more collections in the system, without the translation environment being set up first.

Note

This function is very performance-intensive. You are therefore advised to create an on-the-fly worklist for just one collection at a time.

Procedure

  1. Call transaction SE63 and choose Start of the navigation path Worklist Next navigation step Create End of the navigation path.

    The My Worklist: Parameters dialog box appears.

  2. In the Language Pair group box, set the source language and target language.
  3. In the Worklist group box, do not change the default value in the Worklist Number field.
    Note The worklist number applies to standard worklists, not to on-the-fly worklists, so this parameter is irrelevant.
  4. The My Worklist: Parameters dialog box informs you if an active worklist already exists. If this is the case, select the Reset active worklist and create new worklist radio button.
    Note If an active worklist already exists, it means that a standard worklist has been generated in the system, and that you have reserved objects in your standard worklist. It is not possible to reserve objects in a standard worklist and simultaneously create an on-the-fly worklist, which means you must reset your active worklist.
  5. Choose Enter.

    The Create Worklist screen appears.

  6. Select the System tab.
  7. Choose Collections and select the collection whose objects you want to translate.
  8. If you want to restrict your on-the-fly worklist to objects that belong to specific domains, choose Domains and select the domains whose objects you want to translate.
  9. If you want to restrict your on-the-fly worklist to objects of specific object types, choose Object Types and select the object types that you want to translate.
  10. If you want to restrict your on-the-fly worklist to objects that include a specific string in their name, enter this string as a wildcard in the Object Name field.

    Example

    To restrict your on-the-fly worklist to objects in the selected collection whose name includes the string CRM, enter *CRM* in the Object Name field.

  11. If you want to create an on-the-fly worklist that enables you to translate objects into the target language even if the target language is the same as the original language of the objects, select the Deactivate Original Language Check checkbox.
  12. If you do not want to restrict your on-the-fly worklist to the language settings maintained on the Languages tab in transaction LXE_MASTER, select the Deactivate Language Settings checkbox.

    Example

    Collection ZLXE includes table type LXESCPATHS. Object type TTYP Table Types is not defined for translation into Danish. Furthermore, collection ZLXE is assigned to a graph that is not defined for translation into Danish. Nevertheless, if you select the Deactivate Language Settings checkbox before creating an on-the-fly worklist for target language Danish via collection ZLXE, then your on-the-fly worklist includes this translation object.

  13. If you want to generate top texts for the short text objects in your on-the-fly worklist, select the Calculate Top Texts checkbox.
    Note If you select this checkbox, the Parameters for Top Texts dialog box appears when you start to create the on-the-fly worklist. For information on how to maintain the parameters in this dialog box, see the procedure in Creating Session-Bound Top Texts.
  14. Choose Load Objects.

Results

The system finds the objects in the specified collection that match your selection criteria, and lists them in a temporary worklist.
Note The translation status of the objects in your on-the-fly worklist is not displayed. If you want to see the translation status of some or all of the objects, select a node in the worklist structure and choose Start of the navigation path Utilities Next navigation step Refresh Status End of the navigation path. The system displays the translation status of all objects assigned to the selected node. This function is performance-intensive, so you are advised to avoid refreshing the status of too many objects at once.

If you selected the Calculate Top Texts checkbox, the resulting top text objects are included in your on-the-fly worklist. For information on how to process them, see Processing Top Texts.

You can now translate objects via the worklist.