Skip to Content
0
Former Member
Mar 06, 2009 at 07:52 AM

OPEN DATA SET ERROR

70 Views

hie all , i'm experiencing a dump in a program using open dataset.. it appears there is some obsolete terms that i have used . the transfer key word is obsolete in ECC 6.0 but worked in 4.6, does anyone know the substitute name in of translate in ECC . 6.0 ..

my code section

filename(128) default '
umprod\usr\INTERFACE\CARGOUT08.txt'

bgr00-mandt = sy-mandt.

concatenate 'CARGO' sy-datum into bgr00-group.

bgr00-usnam = 'daniel'.

bgr00-nodata = c_nodata.

bgr00-xkeep = 'X'.

bgr00-stype = '0'.

transfer bgr00 to filename.