cancel
Showing results for 
Search instead for 
Did you mean: 

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

Former Member
0 Kudos

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

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

k

Former Member
0 Kudos

Hi

Wirte u text in 591 after the BALLANCE is printed and leave th e

/E 592

/* blank

surya

Edited by: suryareddy on Nov 5, 2009 11:26 AM