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

Error message while uploading the flat file

Former Member
0 Likes
1,220

Hi Experts,

I am getting the error message while uploading the flat file.

Message class: MG

Number: 147

The message is: Several descriptions exist for the language JA.

Please guide me why this error is occuring.

Regards

Akshay

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
892

Hi,

The problem is that the text could be maintained in 2 languages EN & JA.

Pass sy-langu to STEXT-SPRAS of the FM & then it should work.

Best regards,

Prashant

5 REPLIES 5
Read only

Former Member
0 Likes
892

Hi,

I think there are twice number of the same discription are trying to uploading. so you are getting that error.try to check that error in the debugging.

You can check the where used list of that message and put breakpoint there and check in debugging.

Regards,

Prasanth.

Edited by: Prasanth Maddela on Dec 24, 2008 3:59 AM

Read only

0 Likes
892

Hi,

My upload file contains only one description. But in Include program LMGMUF02 while calling function module MAKT_SPECIAL_CHECK_GEN in the table KTEXT, the same description is entered two times. That is why in the FM when it enters second time in the loop it gives the error.

Regards

Akshay

Read only

Former Member
0 Likes
892

hi,

how are you uploading the file and where ?

u can use open dataset , read dataset or gui_upload

check this link

http://help.sap.com/saphelp_nw04/helpdata/en/c8/e92637c2cbf357e10000009b38f936/frameset.htm

Read only

Former Member
0 Likes
893

Hi,

The problem is that the text could be maintained in 2 languages EN & JA.

Pass sy-langu to STEXT-SPRAS of the FM & then it should work.

Best regards,

Prashant

Read only

0 Likes
892

Hi,

Thank you for the reply.

Upload is working fine in English login. But while in Japanese login the language in ktext is J for two times. That is why it is giving error. I am not understanding why it is happening so.

Regards

Akshay