Application Development 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: 

USER-EXIT, EXIT_SAPLEBND_002 , ZXM06U22

Former Member
0 Kudos
1,797

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

3 REPLIES 3

former_member181962
Active Contributor
0 Kudos
304

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

0 Kudos
304

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

0 Kudos
304

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