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: 

"regarding updation on report'

Former Member
0 Kudos

Dear all,

Im working on pending sales order report,one transaction is ZPORDLOG where we feed

data manually in 3 fields.

and the 2nd transaction is ZPORDER where data is shown which we fill manuallly

in ZPORDLOG.

When I feed the data manually, its not updated on ZPORDER.

Pls help me if u know the answer.

6 REPLIES 6

Former Member
0 Kudos

Hi Runal,

Please check if you are running the trasaction in same client.

And secoundly you can check in debugging if the table is getting update or not.

Regards

Nitin

0 Kudos

hii.

Yes,the client is same.

and in debugger table is updated.

pls help me how to solve this problem.

0 Kudos

Hi,

Then check other transaction which is used to display, that you are properly accessing the table which has entries or not.

Check were you are displaying the output format.

Regards

Nitin

Former Member
0 Kudos

Please check the event on which the update of the table is taking place.

Then check Whether the event occurs or not.

If the table is updated then please check the keys, may be due to similar primary key or something.

Also check how the records are fetched from the database table.

Edited by: harsh bhalla on Apr 7, 2009 12:53 PM

Former Member
0 Kudos

Hi,

Use commit work after Update.

Kiran

Former Member
0 Kudos

hi..

Debug ZPORDER and check whether entries are getting fetched from the database table which is updated thru ZPORDLOG.

Regards..