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

Issue in data retrieval

Former Member
0 Likes
473

Hi all,

I have a program which uses a Z FM which in turn uses a std FM AVAILABILITY_CHECK to get the ATP quantities. In dev box, both in foreground and background it is getting the values ( for fields SUMZG Total receipts, SUMAG Issue totals, SUMBA Committed issue total) properly for all users.

But in test server, in foreground it is getting values only for my user and for other users its all getting zeroes and in background it is getting all zeroes for my user also and for all users.

Could you please help me in solving the issue.

Thanks,

Swetha.

2 REPLIES 2
Read only

Former Member
0 Likes
407

There is only solution to know the problem. Just debug the program and know why it is not retriving the data for other users.

Read only

0 Likes
407

Hi Mukesh,

Thanks for your inputs. The issue is simple here.

In Test server:

When i run the program in my login or any others login in my system i get the values correctly. If the program is run from others system in their login or my login the values are just zeros. Thinking this as a GUI issue we even changed the gui versions and checked, but still the problem exists. My System is the only place where the values populate correctly.

Also, in my user itself i dont get values when i run the program in background.

Thanks,

Swetha