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

problem with user-exit

Former Member
0 Likes
2,188

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.

1 ACCEPTED SOLUTION
Read only

JozsefSzikszai
Active Contributor
0 Likes
1,987

hi d p,

this information is in table MODSAP

Exit: EXIT_SAPLBARM_001

Enhacement: XMRM0001

same for the other

hope thishelps

ec

12 REPLIES 12
Read only

JozsefSzikszai
Active Contributor
0 Likes
1,988

hi d p,

this information is in table MODSAP

Exit: EXIT_SAPLBARM_001

Enhacement: XMRM0001

same for the other

hope thishelps

ec

Read only

Former Member
0 Likes
1,987

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

Read only

0 Likes
1,987

Thanks Eric and Anji reddy.I will try with the enhancement u gave.

Read only

gopi_narendra
Active Contributor
0 Likes
1,987

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

Read only

0 Likes
1,987

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?

Read only

0 Likes
1,987

you have to ignore this warning message...

if the system asks, if you want to create the include, say yes...

Read only

0 Likes
1,987

Just press enter and go ahead in creating the includes

those are just warning messages

Regards

Gopi

Read only

0 Likes
1,987

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?

Read only

0 Likes
1,987

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?

Read only

0 Likes
1,987

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

Read only

0 Likes
1,987

Hi Eric,

Thank you.ur suggestions solved my issue.

Read only

0 Likes
1,987

OK, than you can assign ten points for providing the solution...