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

Problems with SELECT when executing program via R3TR XPRA

Former Member
0 Likes
456

Hi,

I execute a report via importing a TP transport into a SAP system. The transport contains the entry R3TR XPRA programname. The program will be executed but a SELECT statement for selecting the entries of DB table SE16N_LT fails, although there are entries within this table.

If I execute the program directly via SE38 (F8) then the SELECT statements works fine. Are there any special table settings (Data Dictionary, SE11) which will lead to these two different results?

Any helpful information will be appreciated.

Thanks,

Uwe

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
377

This should not occur...check if this table SE16_LT is client dependent...n that you are executing the report in the same client

~Piyush Patil

2 REPLIES 2
Read only

Former Member
0 Likes
378

This should not occur...check if this table SE16_LT is client dependent...n that you are executing the report in the same client

~Piyush Patil

Read only

0 Likes
377

Hi,

The report will be executed in the same client.

Uwe