Entering content frame

Background documentation Implementation Details Locate the document in its SAP Library structure

 

The function modules that can be enhanced are SAMPLE_PROCESS_SM09_003 and SAMPLE_PROCESS_SM09_004.

To do this the structure SM09GEN, which holds the data for the Keygen service must be changed.

The following steps will help you enhance the function modules mentioned above.

  1. Create an internal table of the component SEGMENT_DD (Segment DDIC Structure - SMO9GEN).
  2. Move the data from the component SEG_DATA to the respective fields in SEGMENT_DD.
  3. You can then modify the data in the structures as per your requirements.
  4. After making the changes, move back the data to the Segment DDIC structure.

It now has the modified data in it.

Note

You must enhance your own function modules else it will result in program termination due to interface mismatch. The two parameters that are additionally added are MAPNAME and MAPTYPE.

 

A snapshot of the interface screen follows.

This graphic is explained in the accompanying text

Leaving content frame