Hello Experts,
I have a requirement of Jet forms in which I need to restrict the pages.The requirement is illustrated below.
1) There are 4 pages in the Jet form layout.
2) Using SAP script, I need to call this layout but with specific pages only. In order to achieve this, I am using JOB with command line options.
3) I am using -aipnn (nn is page number) command line option in order to restrict the pages, shown below.
^JOB &FORM-JOB&_EMAIL -z&form-form&_EMAIL -c001 -afxON -aip02 -aspPDF
4) According to the command, I need to get page 2, 3 and 4 in my invoice output..but I do not get page 2 instead I am getting 3 and 4.
Can anybody please help me on this..attached is the JFPREAMBLE code which might need to be modified.
Thanks in advance.
Regards,
Priya Raja