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

Button on Material Master

Former Member
0 Likes
1,292

Hi,

The requirement is to add a new custom button on the material master transaction (MM01/02) when ever thereu2019s an object/image attached using SAP standard functionality called u201Cservices for objectu201D. Once the user presses the button, then the 'document viewer' should open up with the image.

Can anyone help me how to proceed with this.

Regards,

Adhi.

6 REPLIES 6
Read only

Former Member
0 Likes
937

Why can't he get into the transaction and then directly view it from service objects?

Thanks

Kiran

Read only

Former Member
Read only

0 Likes
937

This is needed because the user dont want many number of clicks and he wants the image in one click itself.

Read only

0 Likes
937

hi you can catch the function code and will proceed with that..

case sy-ucomm.

when 'XXXX'.

do some thing...

endcase.

Read only

0 Likes
937

The best solution can be:

Run the actual process in DEBUG mode and capture the SY-UCOMM.

User must select his views any ways...

So create a button in BASIC view itself using an exit.

Now use the code from that sy-ucomm and attatch for this button.

Hope this can be done.

Thanks

Kiran

Read only

0 Likes
937

Hi,

Did you solve this?

Thanks

Kiran