Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Push Button In ME32K t-code

Former Member
0 Likes
525

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 )

1 REPLY 1
Read only

Venkat_Sesha
Product and Topic Expert
Product and Topic Expert
0 Likes
379

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