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

Reg method and BADI

Former Member
0 Likes
472

Hi All,

I am making some changes to the standard report after copying to Zprogram.But the ALV report they have written in some BADI methods.

Could you please let somebody know how to get the BADI name if I know method name?Is there any transaction to see directly if I know method.I know that if we know BADI name we can find method name in se18.

The method name that I am table to see in debug mode is CL_COIS_DISP_LIST.

Regards

Mahesh

Hi All,

I am making some changes to the standard report after copying to Zprogram.But the ALV report they have written in some BADI methods.

Could you please let somebody know how to get the BADI name if I know method name?Is there any transaction to see directly if I know method.I know that if we know BADI name we can find method name in se18.

The method name that I am table to see in debug mode is CL_COIS_DISP_LIST.

Regards

Mahesh

1 REPLY 1
Read only

Former Member
0 Likes
372

CLIF_TOGGLE_DISPEDIT is the badi name you require

what you have find is a name of class ,

so just go to SE24 type the class name , then system -> status here open the screen program

then on the program goto -> object directory entry

u will get the package then goto se84 enhacement -> badi type package name and execute you will get your badi name

do reward

Edited by: Ashish Paliwal on Apr 11, 2008 5:03 PM