2007 Aug 30 10:32 AM
hallow
i use SF lb_bill_invoice and i wont when the user print the page in first time
in the page header was write orignal and after he print the invoice more the one time in header reprint print , inew that i can use IS_REPEAT but its not working
i reward
regards
hallow
i use SF lb_bill_invoice and i wont when the user print the page in first time
in the page header was write orignal and after he print the invoice more the one time in header reprint print , inew that i can use IS_REPEAT but its not working
i reward
regards
2007 Aug 30 10:39 AM
Hi,
If the smartform is printed first time Declare a global variable and set some flag.
If this variable is blank print original give the condition in smartform for this.
If this variable is set Reprint should print this condition should be given in smartform.
<b>Reward if helpful.</b>
2007 Aug 30 10:52 AM
hi uma
as u can see the sap SF have flag is_print and i copy the window repeat copy
to origanl and in the window condtion is_repeat = 'x' <---copy
is_repeat = ' ' orignal but its not working
what i miss?
Regards
2007 Aug 30 10:56 AM
Hi,
The condition should be always in Capital letters.
May be you can put a breakpoint before this and check that wats happening.
Based on the condition it should work correctly.
I have used the same logic manytimes and it is working fine.
<b>Reward if helpful.</b>
2007 Aug 30 10:41 AM
Hi,
Use a flag as suggested or use Sap memory i.e set parameter and get parameter and store the value into one variable.if the variable is not initial dont print the form else print it.
Reward points if it helps..
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |