‎2007 Oct 02 10:37 AM
Hi everyone,
I was give to add a few lines of code to a user exits 'exit_saplbarm_001' and 'exit_saplbarm_002'.
I went to transaction se37 to change the function module exit_saplbarm_001.But it is not allowing me to change the code there.So i created a new project with z* in CMOD.after creating the project i went to the enhancement assignment and tried to enter the enhancement name 'saplbarm' but it says that enhancement doesn't exists.
How can i find the particular enhancement for the above exits?am i going in the right way?any suggestions please.
Thank you.
‎2007 Oct 02 10:42 AM
hi d p,
this information is in table MODSAP
Exit: EXIT_SAPLBARM_001
Enhacement: XMRM0001
same for the other
hope thishelps
ec
‎2007 Oct 02 10:42 AM
hi d p,
this information is in table MODSAP
Exit: EXIT_SAPLBARM_001
Enhacement: XMRM0001
same for the other
hope thishelps
ec
‎2007 Oct 02 10:43 AM
Hi
Use the Enhancment
<b>XMRM0001</b>
which is related to your Exits
assign it in CMOD and write the code an use it
Regards
Anji
‎2007 Oct 02 10:47 AM
Thanks Eric and Anji reddy.I will try with the enhancement u gave.
‎2007 Oct 02 10:46 AM
Hi
Goto CMOD tcode
give a Zname for the project , give a description
now Save and click on the enhancement assingments -- > give in the enhancement as XMRM0001 and press on the Components button.
which shows you the function moudles double clk on the fms and then double clk on the Z includes in the fm's to include your code
Regards
Gopi
‎2007 Oct 02 10:52 AM
Hi
I got the exits with the enhancement XMRM0001.When i went into the exit and double clicked the include to add the code it is giving a warning message in the status bar saying " Program names ZX... are reserved for includes of exit function groups".
What should I do?
‎2007 Oct 02 10:53 AM
you have to ignore this warning message...
if the system asks, if you want to create the include, say yes...
‎2007 Oct 02 10:53 AM
Just press enter and go ahead in creating the includes
those are just warning messages
Regards
Gopi
‎2007 Oct 02 11:07 AM
Hi all thanks for guiding that worked when i pressed enter.I able to change in the include.
one last thing i need to add a line of code in the function pool xmrm(zxmrmtop).I couldn't find this in the components.How can I change this?
‎2007 Oct 02 11:15 AM
Hi Eric
Thanks for guiding that worked when i pressed enter.I able to change in the include.
one last thing i need to add a line of code in the function: pool xmrm(zxmrmtop).I couldn't find this in the components.How can I change this?
‎2007 Oct 02 12:07 PM
when you are in changing the function, menu: GOTo / Global data
that is the TOP include and you can change it there.
alternatively you can have a look at the Function Group in SE80, where you should see each single include, this one as well
‎2007 Oct 02 1:18 PM
‎2007 Oct 02 1:21 PM
OK, than you can assign ten points for providing the solution...