Reply from TerryB on Jun 21 at 6:23 PM The first question should always be "can this be done through configuration." Only if the answer to that question is "no" should you even consider coding up a user exit. Typically I will pick something that looks promising based on its name (and documentation, when there is any), and activate the user exit with nothing it it but a BREAK-POINT statement. This will help you to determine 1) when the user exit "fires" and 2) what data are available to play with. Cheers, Terry
| | | ---------------Original Message--------------- From: Typewriter Sent: Thursday, June 21, 2012 5:11 PM Subject: Choosing the Program & Userexit I want to learn how to choose the correct program & userexit. (To give a specific example) Business requirement is to have determination of storage location (VBAP-LGORT) in a sales order, by the system (i.e. automatically). I can think of writing the code in 1. Program MV45AFZB, USEREXIT_CHECK_VBAP 2. Program MV45AFZZ, USEREXIT_SAVE_DOCUMENT_PREPARE Which one would be the right? What would be the difference is writing the same code in 1 in comparison to 2? Thank you! | | Reply to this email to post your response. __.____._ | _.____.__ |
No comments:
Post a Comment