cancel
Showing results for 
Search instead for 
Did you mean: 

about the script

Former Member
0 Kudos

how to supress the field in the layout? and hide the fields in the layout ...in the script

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

Try it within the if condition.

If <condition matches>

/: &KNA1-KUNNR&

else

/: <blank line>

ENDIF.

Thanks,

Parul.

Former Member
0 Kudos

Hi,

U can use this command.....

&SYMBOL(C)&

This is similar to Abap Command CONDENSE.

example....

Assume 'SAP Script' as Symbol.

&SYMBOL& -------------> SAP Script.
where as....
&SYMBOL(C)& ---------> SAPScript

Assuming ' Albert Einstein ' is the symbol value,

&symbol& -> Albert Einstein 
&symbol(C)& -> Albert Einstein 

OR...................

in SE71 under the paragraph formats, in the standard attributes u have an option called NO BALNK LINES.


If u want to do it in the driver program then use CONDENSE keyword

all the very best....

Regards,

Sreenivasa sarma k.

Former Member
0 Kudos

Hi,

&FIELD(Z)& - This symbol prints the value to supress the leading zeros.

Thanks & Regards

Nayan Kurup

Former Member
0 Kudos

Hi team,

as per ur mail, i have to supress the field which i have declared in the layout....

for example : /: &kna1-kunnr& who to supress the field....