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

PO

Former Member
0 Likes
637

HI Experts,

Well i dont i have idea wheater it is abap or MM issue.

I am really sorry if i have posted in a wrong forum.

If you all have idea just guide me.

In the t.code me23n , there is icon in application toolbox called "other purchase order".

The moment u click on that icon a new popup will come with 2 radiobutton : purchase order and purchase requisition.

But my user requirment is they want to see only "purchase order" radio button only and not "purchase requisition" anymore.

Any idea how to disable or remove that radiobutton.

Thank you very much and really sorry.

regards,

5 REPLIES 5
Read only

Former Member
0 Likes
610

Hi,

I think if you will debug then you will that code for this Radio buttons have been written in User Exit,

you can take the name of that FM Exit and modify the code as you need.

Amresh

Read only

Former Member
0 Likes
610

try it through TRANSACTION VARIANT....

refer below link...

Read only

Former Member
0 Likes
610

hi,

you can debug the trnsaction after you click the icon "other purchase order"..you can then figure out where radibutton is displayed and then find out user exit to modify the code there .

check this link

thanks

Read only

Former Member
0 Likes
610

Hi Saravanna,

Find the Badi or userexit for the same trasaction and you can insert code for the not to disply the Radio button.

Thanks!

Read only

Former Member
0 Likes
610

Thank you friends..