Ansicht
Dokumentation

SIMG_XXMENUOLSDVOTX5 - Define Access Sequences For Determining Texts

SIMG_XXMENUOLSDVOTX5 - Define Access Sequences For Determining Texts

ABAP Short Reference   Addresses (Business Address Services)  
This documentation is copyright by SAP AG.
SAP E-Book

In this IMG activity, you define the access sequence which the system uses to determine the texts for a text object.

Afterwards, you specify an access sequence for the text search in the determination procedure for every text type.

You only define access sequences for sales and distribution documents, not for customer master records.

With an access sequence, you define the sequence and the requirements of the search used by the system to find a text.

This allows you, for example, to have the system check whether a text exists in the customer language. If this is not the case, then a text in the sales organisation language can be searched for. If this is also unsuccessful, you can have the system carry out the search using English as the fixed value.

To do this, you make the following specifications for every access sequence:

  • acc no (access number)
With the access number, you define the sequence in which the text objects of an access sequence should be read. The element with the lowest access number is read first. If an appropriate text is found, the search is ended. Otherwise, the system checks the element with the next number up.
  • Text object
Here, you define which text objects should be checked by the system for an access sequence.
In the standard system, for example, in the access sequence 0001 for the text object sales document header is defined, that the system first searches for a form header text in the preceding document (text object VBBK) and afterwards for a sales note in the customer master record (text object KNVV).
  • ID (text type)
Here, you define which text type is to be read from the specified text object.
It is recommended to select the same text type for the text to be copied. For example, the text for the form header in the customer master record (text type 0001) should be copied into the text for form header of a sales document (text type 0001).
Here, you define for texts which are to be copied from a customer master record, for which partner function the search should be carried out.
  • Original language
Here, you define the language the text to be copied has to have (select one of the options):
  • All

The texts are copied language-independently.
  • Language

The texts are only copied in the specified language.
  • Partner function

The texts are copied in the language of the partner with the partner function you specify here.
For example, if you specify the partner function of thesold-to party, the text is only copied if it is available in the respective language.
  • Sales org

Only texts that are available in the language of thesales organization are copied.
  • Control modules
Requirements and user exits can be stored here.
  • Currently you cannot change the requirements contained in the standard system in Customizing. The available requirements refer to copying text from preceding documents.
  • You have to store user exits as ABAP/4 programs.
  • For every text type, you have to maintain separate access sequences since the text type which should be searched for is specified in the access sequence itself.
  1. Check to what extent you can use the access sequences contained in the system.
  2. Define the access sequences.
  3. Generate the changed and created access sequences.

To initiate transport, select 'Text - Transport' in the initial screen.






ABAP Short Reference   PERFORM Short Reference  
This documentation is copyright by SAP AG.

Length: 4868 Date: 20240523 Time: 160447     sap01-206 ( 63 ms )