‎2008 Dec 24 2:09 AM
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
‎2008 Dec 24 4:57 AM
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
‎2008 Dec 24 2:59 AM
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
‎2008 Dec 24 3:48 AM
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
‎2008 Dec 24 3:14 AM
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
‎2008 Dec 24 4:57 AM
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
‎2008 Dec 24 5:03 AM
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