cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

SAPScript: Formatting INCLUDE Texts without TDFORMAT

Former Member
0 Likes
3,000

I am using the following command to include a text in a SAPSCRIPT form (MEDRUCK copy)

INCLUDE &V_NAME& OBJECT &V_OBJECT& ID &V_ID& LANGUAGE &EKKO-SPRAS& PARAGRAPH YT

YT is a new Paragraph I created to format and set the limits of Left and Right margins.

This works well, but we found some texts that does not have the TDFORMAT filled. And looks like for this reason the long text does not get formatted as desired in the PARAGRAPH YT

How to make this text to accept the PARAGRAPH format?

View Entire Topic
Former Member
0 Likes

I can't modify these texts as they are stored in a PO.

But I have found a solution that is to print a blank line with the paragraph YT just before the INCLUDE clause.

Ask a Question
Top Q&A Solution Author