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

PO text using lsmw MATERIAL MASTER

Former Member
0 Kudos
341

Hi , how to upload PO text trhough LSMW as its only loading 132 char, if i have 400 char how to load.

there is a structure in lsmw BMMH7, but what to pass in tdformat and tdline and TDSPRASISO

thanks

3 REPLIES 3
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Kudos
258

Try just putting the text in tdline, you can have more than one line of text, so it you have more than 132, you should split it into multple lines, I think you can leave the TDFORMAT field blank. TDSPRASISO is the ISO code for the language, again, you may be able to leave this blank. Otherwise, use EN or E for english.

Regards,

Rich Heilman

Read only

0 Kudos
258

Hi Heilman ,

thanks for the reply, but is there any other way by which I can upload PO text as I have potext in one column and line. I am using LSMW , where it concatenates to 132 character, but i have to upload full say 400 char text.

thanks

bobby

Read only

0 Kudos
258

This may be a bit tricky. TO be honest, I would try to reformat my upload file to have seperate colums for each line of text based on the 132 length, If it is possible to write a program on the extraction side to export the data in this way it might be the easiest way to go.

Regards,

RIch Heilman