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 an “on input filed” statements?
What is the BAPI_CUSTMATINFO_GETDETAILM used for? what is the input and output of this bapi.
Table events aNd table maintains generation
What is the significance of the screen number ‘0’?
What is the disadvantage of a call by reference? : abap modularization
Difference between /N and /BEND?
How to call other programs?
What is a data dictionary? : abap data dictionary
How to insert a line into abap internal tables?
what is sap scriptview ?
Difference between transparent tables and pooled tables? : abap hr
What is a badi?
Explain what are the different functions used in sap script?
What are function modules?
What is its?