‎2010 Mar 10 6:24 PM
Hi;
I have the next problem, i´ve create a Dynpro with a table control, for this i´ve create a Tcode. this program points to a Z table with data that will be displayed in the table control.
in DEV client, if i run the Tcode it gets no data, but, if i run the program with SE80 it gets data.
What i´ve tryied.... and doesn't work for this Tcode problem
1) in SE93 copy a working dynpro tcode to a new name and assign it to the problem dynpro
2) delete and recreate the Tcode for the problem dynpro
The tcode is created for dynpros not for reports
thanks on advance
David Fúnez
‎2010 Mar 10 6:33 PM
How do you run it in SE80? Is it a module pool program or a report program?
Rob
‎2010 Mar 10 7:06 PM
‎2010 Mar 10 7:25 PM
‎2010 Mar 10 7:53 PM
Hi,
For executable programs, t-code type should be selected as report transaction (second radio button). Just see if u have created in the same way or different.
Thanks,
Vinod.
‎2010 Mar 10 8:12 PM
yes,
Here is the problem:
******************
START-OF-SELECTION.
******************
SELECT * INTO CORRESPONDING FIELDS OF TABLE tuser FROM zuserweb.
SET SCREEN 100.
Running Tcode the select returns sy-subrc = 4.
Running from SE80 the select returns sy-subrc = 0 and works fine.
Thanks on advance
‎2010 Mar 10 8:34 PM
Its looks fine
Im not sure whether this deals with any authorization.
‎2010 Mar 10 8:37 PM
Hi,
modify and activate again your program.
T-code executes active version of program, since executing in SE80 runs current version.
If you have difference in execution - this is probably the reason.
Regards,
--
Przemysław
‎2010 Mar 10 8:56 PM
Problem solved;
The error was The selec inside the SELECT-OPTIONS, i just put it out at the begin of program and work Ok, now the Table control displays data.
Thank a lot for the answers.
‎2010 Mar 10 9:13 PM
‎2010 Mar 10 9:15 PM