Skip to Content
0
Former Member
Nov 17, 2008 at 10:45 PM

SAPScript Wordwrap with an Include

33 Views

Hi Experts,

I've been modifying a form within SAPScript with a line of text that I need to word-wrap (so it doesn't cover other fields), I've read that I should try and utilise RKD_WORD_WRAP in order to solve the problem, however the line of text is displayed via an INCLUDE (see below).

/: INCLUDE &T166P-TXNAM& OBJECT &T166P-TDOBJECT& ID &T166P-TDID& LANGUAGE &EKKO-SPRAS& PARAGRAPH CC

Now I'm not sure if it's possible to call a perform which uses text pulled from an include or if so, how I'd go about it?

Can anyone tell me (examples would be greatly appreciated) if and how I should do it this way or if I should approach it from a different way?

Regards,

Cal