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

Passing value to screen exit

Former Member
0 Likes
509

Hi,

I am using MM06E005 exit to populate the value at header by adding a screen exit.

I had added the screen exit and I have done the required validations in EXIT_SAPMM06E_014.

Now I want to pass the value to the output field of the added screen.

How to do that?

I had written the code in function and I have screen exit SAPMM06E 0101.

Regards

Manoj

Hi,

I am using MM06E005 exit to populate the value at header by adding a screen exit.

I had added the screen exit and I have done the required validations in EXIT_SAPMM06E_014.

Now I want to pass the value to the output field of the added screen.

How to do that?

I had written the code in function and I have screen exit SAPMM06E 0101.

Regards

Manoj

1 REPLY 1
Read only

Former Member
0 Likes
418

Hi,

in the Tables struture of the FM: EXIT_SAPMM06E_014, there are 4 tables:

BEKPO All Items of Purchasing Document

BEKET All Delivery Schedule Lines of Purchasing Document

EKKNU All Account Assignments of Purchasing Document

KOMV All Conditions of Purchasing Document

Do the required validations and pass on the internal table values to this struture as per your requirement.

Thanks,

JLN