‎2006 Jul 03 11:33 AM
hai to all,
i am trying to run PO bapi. suddenly i am getting runtime error as
"Data objects in a Unicode program are not convertible"
Error in ABAP application program.
The current ABAP program "SAPLGRAP" had to be terminated because one of the statements could not be be executed.
This is probably due to an error in the ABAP program.
i tried to debug the entire program , runtime error occurs immediately after executing.
please let me know how to correct the error
regards
vijay
‎2006 Jul 03 11:41 AM
I think you can analyze the error by going thru the short dump via ST22.
-Kiran
‎2006 Jul 03 11:42 AM
This seems like a problem in the SAP program, have you looked at the OSS to see if a note exists?
Sudha
‎2006 Jul 03 11:43 AM
Hi ,
It seems that some datatype conversion error . Check your flat file or Check the BAPI parameters.
You have to pass all required parameters for PO Bapi.
Regards,
Sudhakar.
‎2006 Jul 03 11:46 AM
Hi,
This may be due to some structure incompatibility. use function module 'pi_bp_move_unicode' to move the structures, there by avoiding dumps. The imported parameter from the FM should be sent to the BAPI.
If this is useful, award points pls..
Regards,
Bharadwaj
‎2006 Jul 03 11:48 AM
Hi,
Are you reading the data from text file?
If yes then, check the function modules filename parammeter and use the same data type while passing the file name to th function module.
Hope it helps.
Regards,
Shashank
‎2006 Jul 03 12:04 PM
hai
i am getting the subject as
" UC_OBJECTS_NOT_CONVERTIBLE "
regards
vijay
‎2006 Jul 03 12:09 PM
See SAP Note 706100.
-Kiran
*Pls reward points points if your query was resolved