‎2010 Jan 04 11:07 AM
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
‎2010 Jan 04 11:16 AM
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...
‎2010 Jan 04 11:18 AM