In scripts, i have 10 address lines there were blanks in
between rows how can i avoid those
Answer / 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 |
Can we create a data element without domain?
How to define selection screen?
how to see the table output?
Where u can use the Currency Field?
What is the difference between tables and structures?
What is collect statement?explain with example?
what is the z-transaction?? what's the use of it??
What is off cycle payroll run
what is naming conventions given for lock object and how you create the lock object
What are the buffering options in abap?
What is the typical structure of an ABAP/4 program?
How did you test the form u developed? How did you taken print?