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

RSTXPDFT4 does not work with tcode.

Former Member
0 Likes
1,062

Hi,

The PDF convertor program RSTXPDFT4 does not work with Z tcode. After clicking Execute(F8) button the program does nothing and goes to main menu.

If i run the program from SE38 it works ok.

1 ACCEPTED SOLUTION
Read only

Jelena_Perfiljeva
Active Contributor
0 Likes
794

I ran into a similar issue a couple of times and couldn't find any explanation. Deleting the transaction and generating it again helped in my case. Very weird...

4 REPLIES 4
Read only

Former Member
0 Likes
794

Hi,

I have assigned a ztcode and it works fine.

please check the following in your tcode:

1)Did you select the option "Report transaction" i.e program and selection screen while creating the tcode.

There is something wrong with the tcode you have created.Please check the parameters you have specified.

Read only

0 Likes
794

The tcode has created properly. After running tcode, selection-screen of RSTXPDFT4 appear. But the execute(F8) button behave like ESC button. But no problem in SE38 or SA38.

Read only

Jelena_Perfiljeva
Active Contributor
0 Likes
795

I ran into a similar issue a couple of times and couldn't find any explanation. Deleting the transaction and generating it again helped in my case. Very weird...

Read only

Former Member
0 Likes
794

Problem solved with Transaction START_REPORT and parameter RSTXPDFT4.

D_SREPOVARI-REPORTTYPE =

D_SREPOVARI-REPORT = RSTXPDFT4

D_SREPOVARI-EXTDREPORT =

D_SREPOVARI-VARIANT =

D_SREPOVARI-NOSELSCRN =

Thanks