‎2006 Dec 27 10:00 AM
Hi
How can I know the print program of a sap script form.
if i do some changes in sap script do i need to activate the print program as well , pls guide.
kind regards
Anup
‎2006 Dec 27 10:07 AM
Method1) Go to TNAPR table and pass the form name to get the program name.
Method2) Do a Check on the sapscript (Chose from menu Form->Check->Definition and Form->Check->Texts). You would get a pop up with the name of the print program/s
Regards,
Ravi
‎2006 Dec 27 10:03 AM
if u have only changed the existing layout of the script then no change but if u have creatd new window or new text element (which wil take value from prgrm) then yes u have to change ur print program as well..
‎2006 Dec 27 10:04 AM
Hi,
debugg the sapscript and check the value of sy-repid to get the program name.
No you do not need to activate the print program , if you change the script.
Regards
Arun
‎2006 Dec 27 10:04 AM
No need to activate the print program if u changed the script.
‎2006 Dec 27 10:04 AM
Hi Anupam,
You need to activate the the print program every time u change the form.
To find the print program:
GO to SE71 and enter the form name and click display button.
In the menu FORM >CHECK> TEXT.
This will diplay all the print programs apppended to the form.
If it is function pool .
With the know Formname use the TNAPR table and find out the routine name.
Put the breakpoint in the routine.
regards,
keerthi
‎2006 Dec 27 10:07 AM
Method1) Go to TNAPR table and pass the form name to get the program name.
Method2) Do a Check on the sapscript (Chose from menu Form->Check->Definition and Form->Check->Texts). You would get a pop up with the name of the print program/s
Regards,
Ravi