‎2007 Sep 27 1:57 PM
Hi Abap Gurus,
i have one requirement in which i need to change requirement routine 916 and
formula routine 924 in such way that when we get some specific condition type
i need to look up into ztable. in this ztable i need to check customer number
and material and get lowest price form it.
as i am totally new in pricing ... i don;t have any idea how should i proceed ..
any help or suggestion is appreciated .
thanks,
Neo
‎2007 Sep 27 2:13 PM
hi
good
VOFM pricing routines, requirement routines are used in SD and MM.
data transfer routines are specific to SD.
VOFM is a transaction where form routines are created.
like user-exits, form routines are used to do extra functionality. we have different routines like condition routines, data routines etc..
once we define the routines we will assign them to standard flow in VTAA transaction(we have header, data categories here we will assign our routine based on our requirement).
for a real-time scenario say when you are creating a sales order from a contract, and you need to check the contract..say for a contract with order type 'ZTYP' you should not allow creating the sales order then you can do this check with the help of routine..
or when creating a sales order you need to validate few fields say a quantity field less than 10 should not be allowed, or if you need to default some values in the fields you can use these routines.
read OSS #: 327220
Check the below link:
Look at the below PDF file ..
www.saptechsolutions.com/pdf/VOFMCopyRequirementRoutines.pdf
http://www.sap-img.com/sap-sd/creating-new-pricing-procedure.htm
Look at the below links also to create the pricing Routines in VOFm
http://www.sapprofessionals.org/?q=vofm_requirement_and_formulas_for_sap_sd_pricing
reward point if helpful.
thanks
mrutyun^
‎2007 Sep 27 2:15 PM
Hi,
Goto VOFM, then tab Requirements-> Pricing-->change the 916 routine.
For Formula Routine, go to VOFM, then tab Formula and chek there.
For pricing there are certain structures and table you usually use like KONP, XKOMP etc.
Sri
‎2007 Sep 27 2:17 PM
THanks for your reply.
but if i get some sample solution then it will be great help for me.