User exits for changing fields
Do you know if it is possible to change the configuration in order to be able change the 'sold to party' in a sales order when the sales order has been created from a PM notification? Presently, when the sales order is created from the notification, the 'sold to party' is greyed out for no change.
When you register, you will start receiving targeted emails from my award-winning team of editorial writers. Our goal is to keep you informed on the hottest topics and biggest challenges faced by SAP professionals today.
Hannah Smalltree, Editorial Director
Typically the 'sold to party' cannot be changed on the sales order. But user exits are available that can enable you to change certain fields. This can be accomplished by using the an user exit in the PAI of the appropriate screen. You may need the help of an ABAP consultant, but generally speaking, you may need to do a loop at sceen.
if screenname = "<SOLD TO PARTY>"
modify field "<SOLD TO PARTY>"
endloop.
Dig Deeper
-
People who read this also read...
This was first published in December 2006