2013 Jan 08 4:27 AM
Hi expert,
My requirement is tha to double-click at the specific field&row at the generated table maintenance in SM30 to call standard T-code.
I've tried to find the proper event-but none of it. Has anyone advice on this?
Thanks for all:)
, Regards
2013 Jan 08 4:38 AM
2013 Jan 08 4:34 AM
Hi,
Look at this
http://scn.sap.com/thread/957287
In PAI event as per parameter id
se11>ur table name>further charac
call transaction.
U will also have to use the concept of PARAMETER ID using TPARA Table.
Hope it helps.
Regards
Gourav.
2013 Jan 08 5:05 AM
Hi kumar,
Where can I find that standard GUI status 'ESLG' - i don't know the host program of it to find in SE41.
Any advice?
2013 Jan 08 5:12 AM
Hi,
GUI Status is not a matter.
U can copy it many way like
In se80,select gui status>copy>target.
Otherwise
in se38>display mode>system>status>se41>create zpf status>modify according to ur requirement.
STANDARD FUNCTION GROUP SALV will be helpful in se80>gui status/pf status
Hope It helps.
Gourav.
2013 Jan 08 8:00 AM
As I've tried on this, it seems that can't capture the double-click action. Is it as Vinoth's idea that we cannot capture this event in the table maintenance which is table control.
2013 Jan 08 4:38 AM
2013 Jan 08 5:06 AM
Hi Vinoth,
This's very helpful, by the way, it doesn't meet the requirement. Thanks a lot for your views.