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

VOFM routine

former_member227140
Active Participant
0 Likes
526

hello all,

i have to write a routine for a requirement in transaction VOFM.

it is for transation code VKP5.create pricing calculations for articles

.one standard routine (routine 39 ) is alredy assigned to it which

calculates retail price for one material say (in my case ST8001)

now i have to calculate price of all other material sat ST8002

based on price on first. for this purpose my SD consultant created

2 condition types ZEN1 and ZEN2 which are two numbes.

now retails price for material 2 i.e. ST8002 = retail price of materail1 * zen1 * zen2

i have to use first routine in new routine as based on first routine(39)

retial price of first material is calculated.

i have created routine with number 601 now i have to code for it.

how should i go for it as this is first time i am doing VOFM routin so confused.

3 REPLIES 3
Read only

Former Member
0 Likes
471

Hi,

Highlight the row of the routine that you have created, then click the button above (Source Text) - with color blue paper like icon.

Hope this helps.

Benedict

Read only

Former Member
0 Likes
471

Hi,

Just Check the Check Box for Ctive your routine, Double click on that it will take you to the Editor there you can make the changes.

it will require Developer Acees Key.

Regards.

Venu Madhav.

Read only

former_member227140
Active Participant
0 Likes
471

ok