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 in Pricing Procedure

Former Member
0 Kudos

ABAP Guru's,

I want to create ABAP routine for the pricing condition type to calculate the % discount. I don;t know how to start? Let me know the step by step procedure to start the developement work for the routine.

Also let me know for the custom routine is it required have the Access Key???

In VOFM which meny path we have to refer is it

Requirement->Pricing or

Formulas->Condition Base Value or

Formulas->Condition value.

Thank in stack

3 REPLIES 3

former_member181962
Active Contributor
0 Kudos

Hi Nilesh,

YOu need to have an access key for creating a routine.

Once you are in the Maintain Formula Condition Value, Select a routine nnumber and click on the Source text button(or f5).

Give the access key and then code your logic in between the form and endform.

Regards,

Ravi

Former Member
0 Kudos

Hi Nilesh,

if u are creating a custom program, u need to get the access key for that too because a program starting with 'R' gets created not Y or Z.. which of the existing routines u can use depends on the requirement n u ll have to either sit with ur functional consultant n chk out which of the paths will be helpful to u... u may also use trial n error by creating a routine n checking whether it serves ur purpose by running the transaction after configuring ur custom routine to be triggered during the transaction..

Former Member
0 Kudos

This message was moderated.