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: 

v/08 Create routine

Former Member
0 Kudos

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

former_member632991
Active Contributor
0 Kudos

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

0 Kudos

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 ?

0 Kudos

Hi,

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

Regards,

Sonika

0 Kudos

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.

0 Kudos

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

0 Kudos

Thanks Prabhu.

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

Any suggestions ?

0 Kudos

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

0 Kudos

Hi,

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

If not then activate the routine and it should work.

Regards,

Sonika

0 Kudos

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'. ??

0 Kudos

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

0 Kudos

Am still missing something....

Do i update the Requirements Output control ?

0 Kudos

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 ?