Application Development 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: 

How to create a tcode for a program in FMEQ transaction

Former Member
0 Kudos

Hi ABAP Experts,

I need to assign a program from FMEQ transaction to a custom z-transaction code. Can anybody tell me

how to do this. I already tried go to system-status-> "copy program name from here and past it in SE93).

This would not work because each time when you made changes to a program in FMEQ and generate it

system will generate new program name.

Hope to see a reply from you. Thnks in advance.......

Regards,

Meera.

2 REPLIES 2

Former Member
0 Kudos

Hi All,

I got it how to do. Just I would like to share solution here.

go to SE93,

Enter transaction code name & description

and choose option "Transaction with parameters (parameter transaction)" and press on "Continue" button.

Enter Transaction = START_REPORT and select all check-boxes in GUI support tab and enter below values in

Default values area.

D_SREPOVARI-REPORTTYPE = RE

D_SREPOVARI-REPORT =

D_SREPOVARI-EXTDREPORT = FM 01IFMEISA <name of program in FMEQ>

save and execute.

Former Member
0 Kudos

Hi All,

I got it how to do. Just I would like to share solution here.

go to SE93,

Enter transaction code name & description

and choose option "Transaction with parameters (parameter transaction)" and press on "Continue" button.

Enter Transaction = START_REPORT and select all check-boxes in GUI support tab and enter below values in

Default values area.

D_SREPOVARI-REPORTTYPE = RE

D_SREPOVARI-REPORT =

D_SREPOVARI-EXTDREPORT = FM 01IFMEISA <name of program in FMEQ>

save and execute.