2009 May 01 10:46 AM
I am using the Function module EXIT_SAPLEBND_002, I have to write the code into INCLUDE ZXM06U22. There i am fetching release group and release strategy, after that I have to populate those fields while creating a PO.
Here in EXIT_SAPLEBND_002 there are no export parameters for FRGGR, FRGSX, FRGZU, FRGRL, FRGKZ, how can I export these values out ?
I m trying to give Info message in the include but it is not triggering.
Is there any separate way to give info message
I have seen by searching in SDN, but i did'nt get exact solution.
Thanks,
Ajay
2009 May 01 10:58 AM
First check if this is the correct exit for you.
If you want to access variables or the main program, outside the exit you have to use the assign statement.
See example:
http://www.sapdev.co.uk/enhance/enhance_fsymbol.htm
And lastly, You have to create a project in CMOD for your exit and activate the project.
Then only the exit will work.
Regards,
Ravvi
2009 May 01 11:18 AM
Hi Ravikanth,
In the include i have to create info message which will trigger on to ME21N, But Info msg is not triggering there.
Please suggest me, is there a separate approach for info messages in user exits ?
Thanks in advance
Ajay
2010 Jun 14 3:03 PM
Hi Ajay,
We do have similar kind of requirement. By using this exit we should restrict the release strategy. Can you please help me in telling how you resolved you problem of exporting values ?
Thanks in advance
MN.Gowda