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

tcode opens selection screen, but does not executes the program

Former Member
0 Likes
531

Hi!

tcode opens selection screen of a custom program, but it seems that it does not executes the program itself.

Sounds strange, but how to explain this if I can run a program manually with no problem and it displays result screen, but when I try to run the program with tcode - it opens selection screen but program quits before displaying result screen. I was putting a breakpoint at the begining of the program - it does not triggers debuger when running a tcode (it triggers debugger if to run program manually).... any ideas?

Help will be appreciated,

Mindaugas

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
435

Are you using this???


      SET PARAMETER ID '80B' FIELD T_TABLE-OPBEL.
      CALL TRANSACTION 'FPE3' AND SKIP FIRST SCREEN.

That way it should work....

Greetings,

Blag.

1 REPLY 1
Read only

Former Member
0 Likes
436

Are you using this???


      SET PARAMETER ID '80B' FIELD T_TABLE-OPBEL.
      CALL TRANSACTION 'FPE3' AND SKIP FIRST SCREEN.

That way it should work....

Greetings,

Blag.