Hi
Can any one gimme some logic to do this??
In my internal table which has got ebelp ebeln matnr werks lgoet netwr netpr and so on..
In this i am having a chance of repeated item numbers(ebelp)..i have to find out this and and i have make the fields CORRESPONDING FIELDS (netwr,netpr) as '0'.
For example i am having recors like this
400001 10 material plant storgloc 1000 1000.
400001 10 material plant storlog 1300 1400.
I want my output should be like this.
400001 10 material plant storgloc 1000 1000.
400001 10 material plant storlog 0 0 .
Can any one help me how to do this??
Arun Joseph