cancel
Showing results for 
Search instead for 
Did you mean: 

Routines in SD vs User Exits

ravi_kumar100
Active Contributor
0 Kudos

Hi Gurus,

We are having VOFM Routines in SD and in which way they are different from USER EXITS.

Regards,

Sarosh

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hi,

routines are also pieces of abap code used when you want to validate like for eg. requirements in pricing. Say, R100 condition is there, for which the requirement is 55, it checks for the pricing field in item category TANN for " B ". Only if its satisfied the condition is executed.

User exits provide an additional functionalities. Like for eg. predefined sold to party.

here you can write a logic of your own, when using a particular document type only this sold to party should come.

But user exits are provided at selected places. at orderlevel , at delivery level etc. Only those user exits permitted can be used, but for own logic.

Thanks

Sadhu Kishore

Answers (1)

Answers (1)

Former Member
0 Kudos

Routines and user exits both are used when standand SAP not supports clients requirements....but routines have to writeany numbers.. like we dont no wat routine is required.. but userexits are limited..SAP has given some userexits once used can used again...routines are like anything u can write n numbers..

REWARD IF IT HELPS

RAMKI