on 2019 Aug 28 5:04 PM
Hello,
I have implemented the BADI IWO1_ORDER_BADI in order to validate if Storage location has been entered in components tab under IW32 for certain orders. So incases where storage location is not entered, i have a requirement to throw a popup message based on YES/NO, need to put the cursor back in screen. I could achieve this using SET SCREEN 3000 and LEAVE SCREEN. But I would need to put the cursor in Storage location field under components tab in IW32 where the value as to be entered. I tried with SET CURSOR FIELD 'RESBD-LGORT' LINE 1. But this doesnt work. Is there any better means to achieve this. Request your input.
Regards,
Request clarification before answering.
You may try Field Selection qq.png
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Have a look at the following user-exits via transaction SMOD:
CNEX0027 Plant, storage location for component
PPCO0023 Checks Changes to Order Components
IWO10009 Checks at order SAVE event
.
PeteA
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello Pete, Thanks for the note. But the mentioned BADI works. I am just concerned about placing the cursor on that particular selection screen field. I found a similar question too, but with no answers.
https://answers.sap.com/questions/641635/badi-setting-focus-in-specific-tab-after-message.html
Regards,J
User | Count |
---|---|
2 | |
2 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.