on 2008 Oct 22 12:54 PM
Hi Experts ,
I am creating a smartform having vbeln range option. Now if i give range from 2 to 10 then After Doc NO. 10
i got a blank page . So can u please tell me how to remove that.
Rgds,
Premraj
hey,
Create a program lines node.....
in that describe the internal table in which you are having the document number.If you are having 10 document number then you will be having 10 pages.... so create program lines befor the command line in the command line just give a flag ok.
when the 10th page is created then the control comes to program line where the pagenumber will be equal to the number of document number there create a flag ( f = 'X') then give this codition in command line.Trigger the command line when ever f NE 'X'.So in the last time new page will not be triggered.
Regards,
Midhun Abraham
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi premraj,
Check the main window size in smartform.
Regards,
Sravanthi
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
If you know how many pages are comming when you are executing the smart form,
then pass total pages - 1 to tdpageslct field .
data ls_output_opts TYPE ssfcompop.
ls_output_opts-tdpageslct = total pages - 1.
and pass this structure to output_options parameter of your fumtion Module called for the smart form.
Thanks.
UmaS.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
82 | |
12 | |
10 | |
10 | |
10 | |
9 | |
8 | |
7 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.