Has anyone created a program in ABAP for uploading the long description from excel in mm03.If yes ,please do let me know.I have created one but couldn't able to upload more than 255 characters.Could anyone help me on this.Is there any way to do this.
I even tried using OLE ABAP but the problem is every time I have to break the text into several columns which is not possible , as descriptions are too long.I tried to go through CSV file and I did , but the requirement is through excel.
My code for uploading is working fine through excel and its updating the mm03->basic data -> description but only those description whose length is less than 255.