In scripts, i have 10 address lines there were blanks in
between rows how can i avoid those

Answer Posted / k.nagalakshmi

goto the paragraph format that is applied on Address and
tick the check box, no black lines.. it will solve your
problem.

OR..

IF &LINE1& NE ' '
**PRINT LINE1
ENDIF.

IF &LINE2& NE ' '
**PRINT LINE2
ENDIF.

-----------
----------

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are hashed tables?

873


Define structure in abap data dictionary?

622


how to use table control?if suppose i have 6 records and i want more 4 records in sequence.How to handle this scenario?

1582


What is payroll driver

1652


Name the abap/4 modularization techniques? : abap modularization

652






Difference between user exit and badis?

614


What was the requirement of IDoc in your project? How it was working?

1559


What are the functional modules used in sequence in bdc? : abap hr

597


Which bdc you prefer? : abap bdc

724


How memory management happens for internal tables and work areas in abap?

736


Can we access static attribute from instance method

1005


What are the types of bdc s?

589


How do you control printer functions from sapscript?

708


Name a few data dictionary objects? : abap data dictionary

691


What are indexes? : sap abap data dictionary

565