2007 Feb 28 10:51 AM
Hi Guys,
While transforming the data from the legacy to sap system using BDC or LSMW.
Generally what r the errors we face while performing the process.
POINTS WILL B ASSIGNED
Thanks and regards
KK
2007 Mar 01 7:04 AM
HI,
Error in LSMW getting return code 6 , after asign a file , in the read data step i am getting the error .
I got an error while converting data in LSMW as
'For type "C" , a maximum length specification of 65535 is allowed'.
bdc:
BDC errors are similar to what you get in online transaction. Suppose you enter an invalid material number in online ME21N ( create Po ) system will throw an error and you have to correct it by chnaging a valid material number . Same error you can get in BDC as well. It is very difficult to generalize types of error as errors will depend on the transacation you are doing.
However some of the common BDC errors are ( Data for Screen Not Found, Field Not available in Screen ). These again are transaction specific and you have to analyze it by calling the transacion in display ALL mode.
The errors you get depends upon the transaction you are
running.
PLS:AWARD POINTS IF USEFUL.
SRI
Hi Guys,
While transforming the data from the legacy to sap system using BDC or LSMW.
Generally what r the errors we face while performing the process.
POINTS WILL B ASSIGNED
Thanks and regards
KK
2007 Feb 28 10:54 AM
1) Formatting errors: The legacy data may not be exactly in the same format as the SAP system.
2) Application errors: Errors that occur at the time of the actual upload through the transaction.
Regards,
Ravi
2007 Feb 28 11:00 AM
Hi Ravi
Thanks for the reponse. Will u plz give a example r type of Errors we face while performing the process.
Thanks and regards
KK
2007 Feb 28 11:04 AM
Ok,
Let us assume that you are creating a Purchase order using a call transaction method to the transaction ME21.
In one of the many records in the file, there may be a record for which the material number is empty. BUt the transaction to be succesful, the material number is mandatory. In such cases, the call transaction will be failed.
Similarly, you may do a transaction which tries to move a certain quantity of a material from a plant A t plant B. But that quantity s not there in that plant A. In such case, the transaction will be failed.
In short, it will result in errors in any case that you would normally encounter while you do it manually.
Regards,
Ravi
2007 Mar 01 6:04 AM
Hi Ravi,
Thanks for the reply . I had allot points to u. will u specifically mentions the Error names we face .
Thanks and Regards
KK
2007 Mar 01 6:10 AM
2007 Mar 01 7:04 AM
HI,
Error in LSMW getting return code 6 , after asign a file , in the read data step i am getting the error .
I got an error while converting data in LSMW as
'For type "C" , a maximum length specification of 65535 is allowed'.
bdc:
BDC errors are similar to what you get in online transaction. Suppose you enter an invalid material number in online ME21N ( create Po ) system will throw an error and you have to correct it by chnaging a valid material number . Same error you can get in BDC as well. It is very difficult to generalize types of error as errors will depend on the transacation you are doing.
However some of the common BDC errors are ( Data for Screen Not Found, Field Not available in Screen ). These again are transaction specific and you have to analyze it by calling the transacion in display ALL mode.
The errors you get depends upon the transaction you are
running.
PLS:AWARD POINTS IF USEFUL.
SRI