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

Declaring custom table under parameters tab in BADI

Former Member
0 Likes
480

Hello Friends,

I need to declare custom table under parameters tab in BADI. When iam trying to change the screen from display to change mode, iam getting followoing message.

Exit classes/interfaces can only be edited using the BADI Builder

Replies regarding this highly appreciated.Thanks in advance.

Regards

Sri

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
456

You cannot do that. You can declare only in method

2 REPLIES 2
Read only

Former Member
0 Likes
457

You cannot do that. You can declare only in method

Read only

Former Member
0 Likes
456

Thanks