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

Routine

Former Member
0 Likes
689

Moderator message: please use more meaningful subjects for your questions in future - thank-you

Hi,

I wants to make a change in an existing routine in SD. When i try to change it, it ask for access key.

Is there any specific way to change the routine or I need to take access key from SAP?

Edited by: Matt on Nov 12, 2008 9:28 AM

5 REPLIES 5
Read only

Former Member
0 Likes
661

To change a standard SAP code you can use

USER EXITS

ENHANCEMENTS

You can do it through them

Regards,

Prashant

Read only

0 Likes
661

These are SD routine . Tcode VOFM

Read only

0 Likes
661

Hi,

What you can do is copy the code from the routine in a new one starting with 9. Then assign this routine isntead of the standard one.

You will need the access key here as well. But that is alright. It is the normal procedure for creating and maintaining routines in VOFM

regards,

Advait

Edited by: Advait Gode on Nov 12, 2008 9:23 AM

Read only

0 Likes
661

U require an access key to write a code in the routine.

Read only

Former Member
0 Likes
661

check whether thr is any exit available inside the routine.if so u can easily do ur code inside tht.