Application Development 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: 

ALV not working for any one except me/my machine

Former Member
0 Kudos

If I drill down from a basic list, this displays an ALV REPORT. All this works fine on my machine and not for any other in the dev team nor for any other users. I am not sure, what is going on. Any pointers please.

thanks,

Kiran

Edited by: kiran dasari on Jul 14, 2010 7:31 PM

10 REPLIES 10

Former Member
0 Kudos

Hi Kiran,

I think the data wont be present in your database so that you cant fetch the ouput when they use in dev server.

Regards,

Vishwa

0 Kudos

We have the data in dev server...

Regards,

Kiran

Former Member
0 Kudos

Hi,

Check is it with your coded in your program with ur id:I mean any hard coding with user id.

Regards,

Venkat.

Former Member
0 Kudos

put a break point just before final display FM and see what data you are passing... check it with other users.. see if data is getting fetched or not.

Former Member
0 Kudos

I have no hardcodings based on user ids.

one other thing i forgot to mention, if any other user tests on my machine...it would work fine and not on their machines

Thanks,

Kiran

0 Kudos

Okay...throw their machines away and buy 'em all one just like yours....

Seriously, this sounds like a difference in GUI or the GUI installation settings or .dll files or something.... Did you do a full install while they have some "user" install or something?

0 Kudos

check the gui version of their systems..

0 Kudos

am also frustrated like you, but i didnot say this to them...

the whole development team is on the same gui versions...720 patch 0.

thanks,

kiran

Edited by: kiran dasari on Jul 14, 2010 10:23 PM

Edited by: kiran dasari on Jul 15, 2010 1:10 AM

0 Kudos

If it works on your machine with their userid, but not on their own machine with their userid, I think this reinforces the view that there is some significant difference in the GUI install on your machine and on their machine.

0 Kudos

This is a font issue.

I was using READ SY-CUROW.... and fonts on different machines are of different sizes.

I changed it to get cursor.....now

Thanks for every one who has contributed.

Regards,

Kiran