‎2007 Sep 25 11:31 PM
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
‎2007 Sep 25 11:35 PM
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.
‎2007 Sep 25 11:35 PM
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.