‎2006 Nov 08 4:10 AM
Hi,
I am calling SM30 using CALL TRANSACTION in my ABAP pgm. Its working fine.
In the maintenance screen of SM30 when user says "/n" in the command line (transaction field), system generates an error message as "The transaction was terminated by the user" in a pop up window with pushbotton option of EXIT. When EXIT is selected, system takes the control to the selection screen of the ABAP pgm (from which SM30 was called). Can this error message (pop up window) be avoided and on entering "/n", could system directly brings the control to the selection screen of ABAP pgm?
Thanks.
Pankaj.
‎2006 Nov 08 4:15 AM
‎2006 Nov 08 5:04 AM
Hi,
Thanks.
Could you please give the sample code of 'AND RETURN' with CALL TRANSACTION?
Regards,
Pankaj.
‎2006 Nov 08 11:06 AM
‎2006 Nov 08 11:56 AM
You can use as justin said, call transaction 'SM30'. If user enters '/n' in command line, if it gives an error, check the transaction 'su53', is there any authorization issues
‎2006 Nov 08 1:30 PM
Hi,
First,create a Transaction Code for the Table maintenance screen generated.
Now use : CALL Transaction 'Tcode' and return
It works perfectly