Quantcast
Channel: SCN : Discussion List - SAP on Oracle
Viewing all articles
Browse latest Browse all 1892

R3trans control file

$
0
0

Hello,

 

I need to extract few (say 100) service orders from service order tables which contains millions of records. How do I write control file for R3trans to achieve this?

 

I tried following one but it end up extracting and loading only the first service order

 

 

export

file = '/Test/SO/SO.txt'

 

SELECT * FROM AFVC where aufpl = '1005701961'

SELECT * FROM AFVC where aufpl = '1005701982'

SELECT * FROM AFVC where aufpl = '1005701983'

SELECT * FROM AFVC where aufpl = '1005701984'

SELECT * FROM AFVC where aufpl = '1005701985'

SELECT * FROM AFVC where aufpl = '1005702001'

SELECT * FROM AFVC where aufpl = '1005702002'

SELECT * FROM AFVC where aufpl = '1005702003'

SELECT * FROM AFVC where aufpl = '1005702006'

SELECT * FROM AFVC where aufpl = '1005702007'

SELECT * FROM AFVC where aufpl = '1023702008'

SELECT * FROM AFVC where aufpl = '1054702010'

SELECT * FROM AFVC where aufpl = '1034702011'

 

 

Abhijeet


Viewing all articles
Browse latest Browse all 1892

Trending Articles