on 2008 Dec 16 9:49 AM
Hello Experts,
I am showing the address of the customer in my form but I noticed that when a variable doesn't have a
value, it still shows as a blank line. For example:
Customer 123
<--- I want to remove this line
San Francisco, California.
How can we do this guys?
Thank you and take care!
Request clarification before answering.
Hi,
To avoid this problem you should print each line using seperate text elements by adding conditions in the conditions tab of the text elements.
Regards
Karthik D
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Viraylab,
There are two ways by which you might clear this issue.
1. If you have created a template for the same and under that, if you have created separate rows for each field/group of fields, then you need to remove those rows, as the blank row will be displayed as it is.
2. You can directly write the code for the condense using the statement CONDENSE wa_field.
Regards,
-Syed.
Edited by: wahid hussain syed on Dec 16, 2008 11:17 AM
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
hi,
For removing the blank line . in the condition tab u have to write coding like
ex:
wa_name1 <> ''.
like that u have to specify for each & every variable. and u have to create define each variable in different text box.
regards
sathsi
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
64 | |
8 | |
7 | |
7 | |
6 | |
5 | |
5 | |
4 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.