Application Development 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: 

About Material Text

Former Member
0 Kudos

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

1 ACCEPTED SOLUTION

Former Member
0 Kudos

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.

4 REPLIES 4

Former Member
0 Kudos

Hi Swapnil,

Can you eloborate in what you are trying to do, so i can help you??

regards,

Shobana.K

0 Kudos

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

Former Member
0 Kudos

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.

Former Member
0 Kudos

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