cancel
Showing results for 
Search instead for 
Did you mean: 

How to export table entries from CVERS_LAN using R3trans

0 Kudos

Dear SAP community,

I've created control file for export:

EXPORT
file='export_CVERS_FIT.dat'
CLIENT=all


#FIT
select * from AVERS where ADDONID=FIT
select * from AVERS_EXT where ADDONID=FIT
select * from CVERS where COMPONENT=FIT
select * from CVERS_REF where COMPONENT=FIT
select * from CVERS_LAN where COMPONENT=FIT

Table entries were exported as per selection but for

CVERS_LAN not with following:

4 ETW000 1 entry from AVERS exported (FIT *).
4 ETW000 1 entry from AVERS_EXT exported (FIT *).
4 ETW000 1 entry from CVERS exported (FIT ).
3WETW000 CVERS_LAN-COMPONENT - field could not be considered (line 11).
4 ETW000 453 entries from CVERS_LAN exported (*).
4 ETW000 2 entries from CVERS_REF exported (FIT *).

Please let me know what selection should be used.

Many thanks,

Stefan

Accepted Solutions (0)

Answers (0)