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

DMEE exit help

Former Member
0 Likes
492

Hi ,

I had created Z FM Using template DMEE_EXIT_TEMPLATE .

1.I need to use field FPAYH zadnr and get vendor address details from lfa1 . which import parameters of FM store these values ?

2. I need to pass the output back to structure RmtLctnMtd - how can this be achived .

Thanks in advance

Sridhar

2 REPLIES 2
Read only

Former Member
0 Likes
383

>

> Hi ,

>

> I had created Z FM Using template DMEE_EXIT_TEMPLATE .

>

> 1.I need to use field FPAYH zadnr and get vendor address details from lfa1 . which import parameters of FM store these values ?

--> if you set Node as CHAR Field , then you need to populate values into C_VALUE.

2. I need to pass the output back to structure RmtLctnMtd - how can this be achived .

you need to following things for that Node.

-->set Mapping Procedure ->Exit Module

>in Source Tab>Assign your Exit Module Name

> Thanks in advance

>

> Sridhar

regards

Prabhu

Read only

0 Likes
383

Hi ,

Thanks for your reply .

How can i define strucutre RmtLctnMtd in exit FM , with ref which stuc , which import parameters has this strcuture name etc

I need to pasa value 'email' into that stuc RmtLctnMtd ,how the code would

Thanks,

Sridhar