Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Forms and print program

Former Member
0 Kudos

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.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

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

6 REPLIES 6

Former Member
0 Kudos

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

0 Kudos

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.

0 Kudos

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.

0 Kudos

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.

Former Member
0 Kudos

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.

0 Kudos

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?