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
684

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
648

You cannot do this for Standard BADI, if at all possible try changing the definition but no use. Parameters means you will be getting this value from standard program into BADI. In your case where will be data coming from ?

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

3 REPLIES 3
Read only

Former Member
0 Likes
649

You cannot do this for Standard BADI, if at all possible try changing the definition but no use. Parameters means you will be getting this value from standard program into BADI. In your case where will be data coming from ?

Read only

0 Likes
648

Hi,

Badi and respective method as follows.

ZBBP_CATALOG_TRANSFR --> Badi

ENRICH_ITEM_DATA --> method

I need to declare custom table under the above method

Thanks.

Read only

0 Likes
648

You can do inside the method not in the classes.