Skip to Content
0
Former Member
Nov 05, 2009 at 09:34 AM

Can we have any empty text element inside the driver program ?

49 Views

Hi All,

Can we have a text elements inside the driver program (SAP Standard) where we can put our own created standatrd text? or can we close the effect of any text element (Element 592 in my case)?

In my case driver program is SAPLF150.I have to print the text after balance of account (Element 592).Prob is it's being called inside the loop so standard text is coming many times(depends on code).

My code is given below :-

Total of due items,,,,&F150D-WAERF&,,&F150D-SUFPF(C)&

582

,,,,&F150D-WAERF&,,&F150D-SUFPF(C)&

591

Balance of account ,,,,&F150D-WAERF&,,&F150D-SALFW(C)&

592

,,,,&F150D-WAERF&,,&F150D-SALFW(C)&

IF &KNB1-BUSAB& EQ 'C1'

INCLUDE Z_DUNN_SIGN_SE10_C1_EN OBJECT TEXT ID ST LANGUAGE EN PARAGRAPH T

ELSEIF &KNB1-BUSAB& EQ 'C2'

INCLUDE Z_DUNN_SIGN_SE10_C2_EN OBJECT TEXT ID ST LANGUAGE EN PARAGRAPH T

ELSEIF &KNB1-BUSAB& EQ 'C3'

INCLUDE Z_DUNN_SIGN_SE10_C3_EN OBJECT TEXT ID ST LANGUAGE EN PARAGRAPH T

ENDIF

Any help would be appriciated.

Rgds,

Rag