Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

MM06E005

Former Member
0 Likes
442

Hello

I want to know how to assign the structure of ekpo(after adding a field to it)

on the screen ME21N, i have to assign the the net price of a line item to that field

so i dont know where exactly to assign this structure in the user exit

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
377

Hi,

in this enhamcement MM06E005 there's some exit( for structure include "Tables include", for code "Exit function" and to add fiels at screen "screen Exit ").

To do your operation to have to:

add a new field in a screen by screen exit.

add a new field in a strucutre by tables include.

and put the code in exit function to populate your new field.

bye.

1 REPLY 1
Read only

Former Member
0 Likes
378

Hi,

in this enhamcement MM06E005 there's some exit( for structure include "Tables include", for code "Exit function" and to add fiels at screen "screen Exit ").

To do your operation to have to:

add a new field in a screen by screen exit.

add a new field in a strucutre by tables include.

and put the code in exit function to populate your new field.

bye.