Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

reg runtime error

Former Member
0 Likes
987

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

7 REPLIES 7
Read only

Former Member
0 Likes
944

I think you can analyze the error by going thru the short dump via ST22.

-Kiran

Read only

Former Member
0 Likes
944

This seems like a problem in the SAP program, have you looked at the OSS to see if a note exists?

Sudha

Read only

Former Member
0 Likes
944

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.

Read only

Former Member
0 Likes
944

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

Read only

Former Member
0 Likes
944

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

Read only

0 Likes
944

hai

i am getting the subject as

" UC_OBJECTS_NOT_CONVERTIBLE "

regards

vijay

Read only

0 Likes
944

See SAP Note 706100.

-Kiran

*Pls reward points points if your query was resolved