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

Data element for new line.

suresh_subramanian2
Active Contributor
0 Likes
471

Dear all,

Is there any data element for new line?

My actual requirement is I use document template step in workflow.

In the document template step ,I use MS-Word as document class.

I have to populate all employee names in the word document whose probation expires on a particular date.

When my workflow attains execution, all employee names appear in single line in the word document.

But, I want each employee name to appear in new line in the word document.

If there could be any data element for new line, it could be helpful.

Please suggest me with solution for which I will be grateful.

Thanks and regards,

S.Suresh

2 REPLIES 2
Read only

Former Member
0 Likes
435

check the attributes of cl_abap_char_utilities..

but for your use, you should keep the employees in one table and display them one by one...

Read only

Former Member
0 Likes
435

WF_DOCUMENT_0001