2009 Mar 06 4:56 AM
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
2009 Mar 06 5:04 AM
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
2009 Mar 06 5:04 AM
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 ?
2009 Mar 06 5:12 AM
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.
2009 Mar 06 5:13 AM