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
What is its? : abap hr
How do you write manual bdc session method? : abap bdc
What are data classes? What are the various data classes available for selection? : abap data dictionary
What is its?
What will exactly the hide statement do?
What are the different control break statements available inside a loop?
What are the 2 other types of views, which are not allowed in release 3.0?
What is the function of a domain? : abap data dictionary
What is the use of dequeue function module? : sap abap data dictionary
What are Table control and tab strip control in dialog programming ?
What is meant by a schema? : sap abap hr
Explain enhancements
when do you need to create an internal table with header line ? and with out a header line?
What are the two ways for restricting the value range for a domain ?
What is table attribute? : abap data dictionary