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

Updating values in database table through Transaction

Former Member
0 Likes
662

Hi,

Actually We have one transaction named EWAWA01. In that when we display the values from the transaction, there is a netweight field. The transaction displaying netweight values, but that value is not updated in the database table named EWA_WA_WEIGHPROC. How can i update that netweight value in the table.

Hi,

Actually We have one transaction named EWAWA01. In that when we display the values from the transaction, there is a netweight field. The transaction displaying netweight values, but that value is not updated in the database table named EWA_WA_WEIGHPROC. How can i update that netweight value in the table.

4 REPLIES 4
Read only

Former Member
0 Likes
631

data:v_v_EWA_WA_WEIGHPROC type (v_EWA_WA_WEIGHPROC lenth) c.

decleare the data in charter type.

after pass the data charter type.

v_EWA_WA_WEIGHPROC = EWA_WA_WEIGHPROC

update db.

Read only

0 Likes
631

hi,

i cant understand could you please elabrate.

Read only

Former Member
0 Likes
631

hi,

may be it is dispalying the value dynamically from the field.

by fetching that value from other than the table EWA_WA_WEIGHPROC.

check where the netweight value is storing in db level.

Cheers.,

Chandra

Read only

0 Likes
631

hi,

there is programe ZBD_WEIGHING, in that there are two stractures

EWAWA_WEIGHINGPROCESS and ZWATPSWEIGHEXT. when i checked the values are possing through these stractures except netweight.

i can't find where the value is store.