Hi folks,
i do have an issue in SAP Script.
My job is to create & design a formular. In that particular formular i do have a "main" part this main part contains n - positions with several data like you can find it on a bill for example.
The next thing i did was separating the data in columns like:
Pos. Nr | ArticleNr | ArticleTitle .... and so on.
The issue is that every position i would like to print on that form should fit in one row, except the column of ArticleTitle, ther it should be possible to have n-line in a row for each position. The Problem is that everytime i do call the WRITE_FORM out of my ABAP Program SAP Script prints only one row for every position without any additional row for the ArticleTitle Column.
Example(pic):
[POS DATA|http://rudi-henschel.net/sap/pos_data.jpg| Example Position Data]
So is there a possibility to do that? If so i would be very happy for any idea that will come up.
Thanks a lot for every answer.
Rudi