Dear all,
i have to display free text for items in a billing document,for this im using INCLUDE statement.
the TEXT NAME = 0009800122000010(this is a combination of billing document + item number)
TEXT ID = ZH01
TEXT OBJECT = VBBP.
so for TEXT NAME i have concatenated VBRP-VBELN + VBRP-POSNR into L_TEXT. i have used it in an include like this
INCLUDE &L_TEXT& OBJECT VBBP ID ZH01 PARAGRAPH D1.
but im unable to display,the free text.....any help in this regard wud be gratefull.