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: 

Ragarding table EDSUS

Former Member
0 Kudos

Hi All,

I have a zreport in which i am calling a standard report RM07MLBD to read few values and use it in my zreport. For this i have created an implicit enhancement in the standard report to add an EXPORT ...TO MEMID statment.

In my zreport I am using SUBMIT prg ....AND RETURN WITH EXPORTING LIST TO MEMORY and then IMPORT ..... FROM MEMID. to get the values from the standard report.

When i execute the zeport it gives me the result.

But if someone else is executing the zreport the standard report does not return any values.

When i debugged the std report i found a table 'ESDUS', which gets updated dynamically...due to which it does not reach the enhancement that i hv written when others are executing.

Please let me know if anyone has any idea on how to handle this situation.

thanks,

Sunanda.

2 REPLIES 2

Former Member
0 Kudos

This has been resolved now.

0 Kudos

Hi Sunanda,

I need a help, please.

About the problem with table ESDUS, what is the solution? How do you solve it?

I am facing the same problem with this table. Sometimes the values are "ok", sometimes not. I realized that for some users work and others do not. And this control is in the table ESDUS. My application is using this key:

UNAME = userid

ACTION = RM07MLBD

ELEMENT = BWBST

If the field ESDUS-ACTIVE is equal "X", the value is displayed. If this field is empty, the value is not displayed. But it depends of the userid.

I have been trying to change the value of ESDUS-ACTIVE in the table ESDUS, but this field is changed dinamically. So, I need another solution.

Thanks.

Wilson Mantovani