Hi Varun,
As i mentioned in my last reply to your other post.
just see an example
you have 3 fields A, B, C and you have ztable which has all these 3 fields
DATA : wa TYPE ztable.
wa-a = x.
wa-b = y.
wa-c = z.
update ztable from wa.
cheers
Hi Varun,
As i mentioned in my last reply to your other post.
just see an example
you have 3 fields A, B, C and you have ztable which has all these 3 fields
DATA : wa TYPE ztable.
wa-a = x.
wa-b = y.
wa-c = z.
update ztable from wa.
cheers