‎2011 Aug 23 5:23 AM
Hi, I've activated the Purchasing UE MM06E005, add 5 fields on screen 201 in t-code ME32K, everything fine. But now, I need to get value of one of theese fields and open ME33K with this value. I've tried to use drill down on this field, but I can not change GUI-status on subscreen. So, I added a button. Now, when I push it, I catch it in PAI, but sy-ucomm is initial. Can anybody tell me any way to
1. Get field value. 2. Jump to t-code ME33K.
Please )
‎2011 Aug 30 4:51 PM
Hi KarimKosh
Just do one thing. Open Se37 and use the FM SXV_GET_CLIF_BY_NAME. And Put a Break point the FM last line
Now you do process manually what you need in ME32K. the Code will break at each screen of ME32K and check the paramters of FM . you will come to know the BADI for doing this.
Hope this helps, Thanks