‎2007 Dec 15 5:11 PM
Hi All,
I have to make changes in standard SAP SCRIPT,I have to add footer. I added that in the Text editor of the SAP SCRIPT using BOTTOM ENDBOTTOM in a exissting Paragraphof the Script(for example: the name of the paragraph is IDENTIFICATION) and the to get data in this Footer I wrote PERFORM USING CHANGING in a Z program . There are 4 paragraphs in the page 1. So, If there is no data in this IDENTIFICATION(last) paragraph the footer is not getting triggered. I even created a new paragraph below the IDENTIFICATION paragraph with name FOOTER , but it did not get triggered.
Iam new SAP SCRIPT.(attached to this is a SAP Standard program RVXXXX),
Do I need to create a new window? IF I need to create a window, how do I need to call/trigger it ? This is very urgent. Please explain..
I will definitely reward points if the answer is useful.
Thanks and regards,
Shaan
‎2007 Dec 15 5:23 PM
Hello Shaan,
My first question is, do you want to have a FOOTER in every page of the Print Output?
If the answer is yes, you will have to create a new window with the attribute Footer. It will get triggered for every page.
The Form in the Z..pgm will definetly get called place a break-point to confirm it.
I could not understand the statements 'There are 4 paragraphs in the page 1'. Please elaborate.
Q:Do I need to create a new window? IF I need to create a window, how do I need to call/trigger it ?
There is no need to trigger a window it is done by standard code. You only need to activate both the layout and the program before checking the print layou.
‎2007 Dec 15 5:23 PM
Hello Shaan,
My first question is, do you want to have a FOOTER in every page of the Print Output?
If the answer is yes, you will have to create a new window with the attribute Footer. It will get triggered for every page.
The Form in the Z..pgm will definetly get called place a break-point to confirm it.
I could not understand the statements 'There are 4 paragraphs in the page 1'. Please elaborate.
Q:Do I need to create a new window? IF I need to create a window, how do I need to call/trigger it ?
There is no need to trigger a window it is done by standard code. You only need to activate both the layout and the program before checking the print layou.
‎2007 Dec 15 5:29 PM
HI NF,
Really thanks for the quick response/answer.
Yes the footer hase to be on every page(total 4 pages).
4 paragraph means : Header data, ITEM DATA, STATUS DATA,IDENTIFICATION.
Thanks for the answer once again. So , Iwant to know, I dont even have to create a logic for Triggering the window. Please confirm.And if I write the code in this window will it get triggered.
Thanks and regards,
Shaan
‎2007 Dec 15 6:14 PM
Hi NF,
I created a new window.
The window is not getting triggered. Do I ned to call write form?.
Hi All,
can anyone tell me the procedure. Its very Urgent
Thanks and regards,
Shaan
‎2007 Dec 15 6:24 PM
Hi,
<b><i>The window is not getting triggered</i></b>
Have you activated the form after changing it?
Regards,
Satish