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

Context Menu Creation

Former Member
0 Likes
862

Hello,

I have a to create a context menu, but the problem I have is that it has 150 tcodes to put in, I want to write a program in order to do it, does anybody knows how can I do it?,

Thanks!!!

Gabriel

6 REPLIES 6
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
807

Please have a look at the example program RSDEMO_CONTEXT_MENU_DYNPR

Regards,

Rich Heilman

Read only

Former Member
0 Likes
807

Hi Rich,

Thanks again for answering,

I need to create the menu as it is created in tcode se43, dou you have any idea if I it can be done from an abap program?

I have the list of tcodes and the group of each tcode. For example:

On plain file I have the following:

ZGP1 ZTCODE11 DESCR11

ZGP1 ZTCODE12 DESCR12

ZGP1 ZTCODE13 DESCR13

ZGP2 ZTCODE21 DESCR21

ZGP2 ZTCODE22 DESCR22

ZGP2 ZTCODE23 DESCR23

...

The fist column is the group, the second is the tcode,

I wolud like to put this on a context menu...

Any idea?

Thanks,

Gabriel P.

Read only

0 Likes
807

I have never worked with that transaction.

Regards,

Rich Heilman

Read only

Former Member
0 Likes
807

Check this thread ...