‎2007 Feb 15 12:22 PM
Hi all,
i Am getting a Error in LSMW getting return code 6 , after asign a file , in the read data step i am getting the error , please help me it is very urgent,
sridhar
‎2007 Feb 15 12:48 PM
Give us some more information.
Are you sure you have defined your file to be read correctly - the delimiter is correct, the structure corresponds to the one defines in LSMW? and so on ....
‎2007 Feb 15 12:51 PM
every thing is correct maria , it was working fine i even checked that in quality server it is working fine , i guess it must me error with authorization but i am not sure , please help me out
thanking
sridhar
‎2007 Feb 15 1:32 PM
See the path u have specified in the <b>Specify files</b>.
Some times if the sytem is T80 for development and for Qa the path should get chanegd to Q80 and for production P80.
So it depends on teh name of ur system.
That may be teh probelm. Let me know clearly if this is not.
‎2007 Feb 15 1:59 PM
thanks for your mail, is there any particular reason for return code 6 , why is it giving me that .
sridhar
‎2007 Feb 15 2:10 PM
Hi,
If the Sy-Subrc is 0 then Success, if the Sy-SUBRC is 4 then failure, if the Sy-SUBRC = 6 then the user might be not access to read the file
AUTHORITY-CHECK sets SY-SUBRC to 0 if the user has the necessary authorization, otherwise 4, 8, 12, 16, 24, 28, 32, or 36 depending on the cause
Regards
Sudheer