2007 Dec 04 5:21 AM
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.
2007 Dec 04 5:25 AM
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.
2007 Dec 04 12:42 PM
2007 Dec 04 5:27 AM
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
2007 Dec 04 12:41 PM
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.