‎2011 Feb 01 1:02 AM
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
‎2011 Feb 01 2:55 AM
>
> 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
‎2011 Feb 16 1:29 AM
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