Page 1 of 1

Extracting two records From ABAP Extract pack

Posted: Fri Jan 25, 2008 2:08 am
by uppalapati2003
Hi ,

Extracting two records From ABAP Extract pack, we are Storing that data in to Hash File(For Reference Purpose), getting some problem with this process...


ABAp Table Records are like this manner:

cust id controllongArea Company Code

200 1000 1003
200 1000 1000


But in Hash file duplicates are eliminating by giving Key value.

Data is coming like this manner:

cust id controllongArea Company Code

200 1000 1003

If we are passing data in to Sequential file, it is showing like this manner:
cust id controllongArea Company Code

200 1000 1000
200 1000 1003
Please suggest me how to approach this...
[/b]

Posted: Fri Jan 25, 2008 8:01 am
by chulett
Have no idea how you are planning on using this hashed file, but try making all three fields as Keys to minimize duplicate removal.