Show TOC

Maintain as Dictionary Structure

In order to use the LIS inbound interface, you need to create your data as a communication structure.

If your communication structure is a dictionary structure, you can only perform the data transfer to LIS if you have written your own load program. This load program has to call up the corresponding inbound function module in the LIS inbound interface and transfer the data to be processed to it.

Prerequisites

If you would like to create your communication structure as a dictionary structure, it is absolutely essential that you famailiarize yourself with the functions of the dictionary, particularly how to maintain structures. You can find detailed information in the SAP library under Basis Components -> ABAP Workbench -> ABAP Dictionary.

Activities

You maintain structures as follows:

1. Specify a name for your dictionary structure in the Object name field.
2. Mark the object type "Structures"
3. Choose the function Create DD object.