‎2009 May 07 1:37 PM
The object is...
""Get Some 20 materials from MARA first(using up to 20 rows) . Then go to AUSP and charecteristics for these 20 materials. But you will get these charecteristics in horizontal fashion. I want at least 5 charecteristics to be displayed in in vertical format for all the materials. "".
I need code for above object.
‎2009 May 07 1:45 PM
Hi,
I didnt understand your question.
But still if you want the horizontal data vertically then you can acheive like this.
* take the horizontal data into a string - mydata
* suppose the characteristic you need have length of 2.
length = STRLEN( mydata ).
length = ( length / 2 ) .
looppass = 0.
do length times.
write mydata+looppass(2).
looppass = looppass + 2.
enddo.
‎2009 May 07 2:06 PM
Tell me how are u fetching data from ausp based on material........i mean ur query.