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

Dynamic Generation of Screen Objects

Former Member
0 Likes
597

Hello,

Currently I’m evaluating to add buttons to a standard screen.

To add a button, normally, I would modify the existing standard screen. Now, I’m looking for a solution without modification the screen.

Is it possible to <b>generate domically elements (such as buttons or fields)</b> on a screen without modification the screen? Can I create such a object and put it on a screen while runtime?

Thank you for your information.

Best regards,

Kurt.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
558

Hi Kurt,

YOu should never nake changes to anything that is standard.

For this purpose there is a concept called BADI / user exit.

YOu have to search for the appropriate badi/user exit for the transaction and then implement it as per the instructions given in the badi/user exit documentation.

Regards,

Ravi

Hi Kurt,

YOu should never nake changes to anything that is standard.

For this purpose there is a concept called BADI / user exit.

YOu have to search for the appropriate badi/user exit for the transaction and then implement it as per the instructions given in the badi/user exit documentation.

Regards,

Ravi

3 REPLIES 3
Read only

Former Member
0 Likes
559

Hi Kurt,

YOu should never nake changes to anything that is standard.

For this purpose there is a concept called BADI / user exit.

YOu have to search for the appropriate badi/user exit for the transaction and then implement it as per the instructions given in the badi/user exit documentation.

Regards,

Ravi

Read only

0 Likes
558

Hello Ravi,

Thank you. I already checked the BAdI in this area; but, to add a button, a modification will be necessary. There is no mechanism to handle additonal butten.

My idea would be to generate the button dynamically if possible.

Best Regards,

Kurt.

Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
558

Kurt this is very much possible. You can do this using GuiXT. This allows you to embedd buttons into stanard SAP screens without modifing the actual screen. We have used this to put buttons on VA01/VA02 which allows the user to branch to other custom transactions.

http://www.synactive.net/site/index.htm

Regards,

Rich Heilman