‎2010 Apr 05 7:50 AM
Hi,
Can any one tell me how I can call a ZTcode in a function module and execute it.. Any example???
‎2010 Apr 05 7:53 AM
‎2010 Apr 05 7:53 AM
‎2010 Apr 05 8:24 AM
Hi ,
Should I call this in SE37? I am unable to display ALINK_CALL_TRANSACTION in SE37...
‎2010 Apr 05 8:18 AM
‎2010 Apr 05 8:28 AM
Hi
You can use below statement to call ZTcode in your Function Module.
CALL TRANSACTION <ZTCODE>.
Thanks
Amol Lohade
‎2010 Apr 05 8:33 AM
In se37 excte the FM and specify the cutom tcode which you have developed..
also try this...
/ISDFPS/CALL_TRANSACTION
CALL_TRANSACTION_FROM_TABLE
SCMA_CALL_TRANSACTION
se37 --->calltransaction press f4 .. you will get list of FM
or you can use call transaction statement in a report
‎2010 Apr 05 8:38 AM
hi tanu,
you can do this by writing CALL TRANSACTION command in the program.
if you want to skip the first screen and u need to call the teansaction in new screen you can do it as
CALL TRANSACTION 'TCODE' AND SKIP FIRST SCREEN. " wirte your transaction name u want to call in TCODE.
thanks & Regards,
tanmaya