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: 

Routine

Former Member
0 Kudos

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

Former Member
0 Kudos

To change a standard SAP code you can use

USER EXITS

ENHANCEMENTS

You can do it through them

Regards,

Prashant

0 Kudos

These are SD routine . Tcode VOFM

0 Kudos

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

0 Kudos

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

Former Member
0 Kudos

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