Skip to Content
0
Former Member
Sep 10, 2008 at 07:24 AM

Calling a transaction code

387 Views

Dear Expert,

Is that possible to call a transaction code using a webdynpro for abap. I have a button in my program where when i click on the button, it need to all up the su01 screen.

My coding is as below

method ONACTIONEDIT_APPRAISAL .

LEAVE TO TRANSACTION 'SU01'.

endmethod.

However when i run this program, and click ont he button, the system return a short dump.

Any idea?

Thanks,

Regards,

Bryan