‎2005 Aug 18 6:01 PM
Hi,
Help please!
I am modifying the dunning forms, but i have a problem i need to do some modificactions to the standard print program, so what I made a copy but now how Can I do so that the form (SAPscript) uses the new print program?
Thanks.
‎2005 Aug 18 6:07 PM
Hi Marisol
Please check the following link (for which i got reward poits too )
https://www.sdn.sap.com/sdn/collaboration.sdn?node=linkFnode6-1&contenttype=url&content=https://
Regards
Ashish Jain
‎2005 Aug 18 6:07 PM
Hi Marisol
Please check the following link (for which i got reward poits too )
https://www.sdn.sap.com/sdn/collaboration.sdn?node=linkFnode6-1&contenttype=url&content=https://
Regards
Ashish Jain
‎2005 Aug 18 6:54 PM
Just go to the transaction NACE. Select application area and select the button 'Output types'.
Select the row correcponding to ur pgm and replace the old program with the new one.
‎2005 Aug 18 7:14 PM
Hi,
In the transaction NACE, in the field form routine DO I I have to entry the name of subroutine calls the form? For example OPEN_DUNNIG_FORM. or which?
Thanks.
‎2005 Aug 18 7:21 PM
It is the name of the routine from where the processing starts. Usually it is named 'ENTRY' something but not necessarily. It ha to have two parameters like in this example
form entry_neu using ent_retco ent_screen.
‎2005 Aug 19 12:04 AM
Hi,
I´ve already made the changes suggested in the transaction NACE, but the form doesn´t show the modifications added to the new print program.
What can I do?
Thanks for your help.
‎2005 Aug 19 4:58 AM
Best way to verify if it is using your new program or not is to run RSNAST00 with your output type, in debugging. You can find a suitable record in NAST table.
Did you make changes to the form or program or both? If you made changes only to the program, what are expecting to see on the form?