Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Calling a ztransaction from function module not working

Former Member
0 Likes
416

Hi experts,

I have made a ztransaction through SE93 called Z_TRANS.When I am calling this transaction from a program in SE38, it is giving the screen corresponding to the transaction. But when same

Call Transaction 'z_TRANS' is used in SE37 in a function module, program is abending.

Please help...

3 REPLIES 3
Read only

Former Member
0 Likes
389

HI,

While creating the Tcode check wht you have provided in Transaction attribute.

Select the Second Screen Program and the selection-screen(Report Transaction).

Read only

Former Member
0 Likes
389

Hi,

Check the name of the transaction which you have given in the FM.you have to give the name in Capital letters. else it wont recognize the transaction.

Regards,

Anil

Read only

dev_parbutteea
Active Contributor
0 Likes
389

Hi ,

Also check the 3 check boxes for GUI support.

Regards.