2008 Sep 18 7:30 AM
hello,
I hv upload Material Text Function Using CREATE_TEXT. But it disply in single line
i want to disply some on the other line
ex. abcdefg
12244545
swapnil
like this
pl. give suggestion for this
regards,
swapnil
2008 Sep 18 8:00 AM
Hi,
You have to populate the required data into internal table
Split the text into material, name and Description and populate into internal table into 3 rows.
FLINES-TDLINE.
i.e. number of rows in internal table.
Regards,
Raju.
Hi,
You have to populate the required data into internal table
Split the text into material, name and Description and populate into internal table into 3 rows.
FLINES-TDLINE.
i.e. number of rows in internal table.
Regards,
Raju.
2008 Sep 18 7:38 AM
Hi Swapnil,
Can you eloborate in what you are trying to do, so i can help you??
regards,
Shobana.K
2008 Sep 18 7:58 AM
Hi
As if i want to enter matrial text , its diaply like Material number, name, description
but i want to display in this manner
Material number
Name
Description
it wont take to the next like ...it displays all in single line
2008 Sep 18 8:00 AM
Hi,
You have to populate the required data into internal table
Split the text into material, name and Description and populate into internal table into 3 rows.
FLINES-TDLINE.
i.e. number of rows in internal table.
Regards,
Raju.
2008 Sep 18 8:22 AM
Hi Swapnil,
Try this logic. Declare an internal table of type TLINE structure. Now append your text in this internal table.
Then use SAVE_TEXT function module to save the text which you have just appended.
Regards
Abhijeet
| User | Count |
|---|---|
| 6 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |