Skip to Content
0
Former Member
Mar 19, 2009 at 02:16 PM

Nested Included Text Modules

108 Views

From my BC460 SAPScript course notes, I see that u201CYou may also include text modules in other text modules.u201D

Now, I have a SAPScript form which has a text element. Within that text element, I have an include:

/: INCLUDE &REC_KEY& OBJECT &TX_OBJ& ID &TX_ID&

This works well. But when I try to put an include within the above text module, either:

/: INCLUDE &REC_KEY_N& OBJECT &TX_OBJ& ID &TX_ID&

or

/: INCLUDE '9001B' OBJECT 'Z9100' ID 'NTCE'

the included text module is not displayed.

Can anyone see what I am doing wrong, or am I misunderstanding the documentation?

Thanks

Rob