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

v/08 Create routine

Former Member
0 Likes
2,780

Hi ,

I have to create an extra routine( form kond_910) in V/08 for a pricing procedure.

I have never done this before and am not quite sure where to start.

Could someone give me some guidelines.

12 REPLIES 12
Read only

former_member632991
Active Contributor
0 Likes
2,344

Hi,

GOto VOFM tcode.

then in the requirements meny-> pricing

then u get the routine no and description,

routines no up to 600 are already SAP created, u need to create ur own routine,

then enter new no , it will ask for the access key, get the access key from the SAP sercive or ur basis guy and write the code there.

Hope it helps.

Regards,

Sonika

Read only

0 Likes
2,344

Tnks.

I am getting the message

"Object TFRM cannot be blocked: It will be displayed" when i tried to maintain the pricing table.

Any ideas ?

Read only

0 Likes
2,344

Hi,

u need not require to maintain the pricig table...why r u doing that.

Regards,

Sonika

Read only

0 Likes
2,344

I am following your instructions.

Trans VOFM

Requirements / Pricing.

Table / Maintain.

Then i get the error.

Please point out to me where I am wrong.

Thanking you.

Read only

0 Likes
2,344

VOFM->Condition value---> here u will get table View

here

add one more entry

901 and Descriptions ->click on program->here it will ask for Access key , provide access key .

and activate this routie only. dontl activate all.

Regards

prabhu

Read only

0 Likes
2,344

Thanks Prabhu.

I want to add this routine in transaction V/08 but it does not recognise this new routine ?

Any suggestions ?

Read only

0 Likes
2,344

that means , its not active ?

are u calling this list from any pricing procedure ?

have u seen the Active Tick in that View Screen ?

check the program ? it is in active state?

<b>then u are using/selected wrong postion</b>

Regards

Prabhu

Read only

0 Likes
2,344

Hi,

Check whether the activate checkbox is displaying as checked in VOFM,

If not then activate the routine and it should work.

Regards,

Sonika

Read only

0 Likes
2,344

Yes it is definately active. Has the checkbox and i have checked the source code aswell.

Perhaps I am doing the second step incorrectly.

Transaction V/08

Procedure Z60001

click on control folder.

Postion-step number 705

I assume the new procedure is put in the 'Reqt'. ??

Read only

0 Likes
2,344

ya u have to write the routine no in Reqt and Altcty which is depending on what u want to do from the pricing i.e. calculation also.

Regards,

Sonika

Read only

0 Likes
2,344

Am still missing something....

Do i update the Requirements Output control ?

Read only

0 Likes
2,344

Ok i have analysed it some more.

My transport creates entries in Table TFRM and TFRMT of PRFM901 and EPRFM910

However, analysing other transoports my entries should be

PFRA910 and EPFRA910in tables TFRM and TFRMT.

Any clues ?