2007 Aug 01 3:44 PM
Hi All,
Is there any enhancements for the transactions wct6 wct7 and wct1 or methods to add sub screens.
Regards,
Vijay
Hi All,
Is there any enhancements for the transactions wct6 wct7 and wct1 or methods to add sub screens.
Regards,
Vijay
2007 Aug 01 3:52 PM
there is no enhancement as such for these transaction codes to add sub screens... may be u need to check for a BADI or use concept of BDT...
2007 Aug 01 3:55 PM
just a complement...
To search for a badi, go to se 24 display class cl_exithandler.
double click on method get_instance,
get a break point on case statement. execute
start the required transaction in new session.
look for variable exit_name. It would show the available badi's.
Hope this helps...