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

Share ABAP code template

Former Member
0 Likes
2,421

I wrote a lot of code templates within my SAP Gui. I would like to share this collection of templates with all my collegues.

How can I do ?

Jerome

PS : This is what I speak about : [https://wiki.sdn.sap.com/wiki/display/ABAP/NewABAPEditor |https://wiki.sdn.sap.com/wiki/display/ABAP/NewABAPEditor]

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,765

Hi Jerome,

In my installation of SAPgui the templates are stored in the file c:\Program Files\SAP\ab4_data\abap_user.xml, you could copy your file to another users PC to distribute the templates. This would of course overwrite any they'd created themselves, so you may need to create a master set of templates before rolling it out.

Regards,

Nick

10 REPLIES 10
Read only

Former Member
0 Likes
1,765

already created a wiki right??? what else do you need?

i dont get your query here...

Read only

0 Likes
1,765

I just want to do the right thing to share my template with all my collegues, because until now my code templates are available just in my sap gui, and just for me....

Read only

0 Likes
1,765

Actually all templates of code are into the file :

abap_user.xml

and

bsp_user.xml

into the folder sapworkdir/ab4_data

Edited by: Jerome Fortias on Jan 4, 2010 2:00 PM

Read only

0 Likes
1,765

Where is that folder? I can't found that folder.

Thanks,

Rafa

Read only

former_member217544
Active Contributor
0 Likes
1,765

Hi Jerome,

If you are looking for contributing your code, then go to 'How to Contribute Section'

Regards,

Swarna Munukoti

Read only

Former Member
0 Likes
1,766

Hi Jerome,

In my installation of SAPgui the templates are stored in the file c:\Program Files\SAP\ab4_data\abap_user.xml, you could copy your file to another users PC to distribute the templates. This would of course overwrite any they'd created themselves, so you may need to create a master set of templates before rolling it out.

Regards,

Nick

Read only

0 Likes
1,765

Looks like we found the same answer at the same time.

Read only

0 Likes
1,765

Thank ! it was exactly what I was looking for.... because your answer was correct just 5 minutes too late, I gave you 10 points.

Best regards

Jerome

Read only

0 Likes
1,765

I found this file but it doesn't contain the new code templates I added.

Read only

1,765

This is not quite correct, the folder you gave contains the files in their original state, but for each user they are also saved seperately in:

C:\Users\<user>\AppData\Roaming\SAP\SAP GUI\ABAP Editor

this is also where you can find your templates if you edited them with the Code Template editor in SE80