Application Development and Automation 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: 
Read only

Forms and print program

Former Member
0 Likes
667

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
Read only

Former Member
0 Likes
632

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
Read only

Former Member
0 Likes
633

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

Read only

0 Likes
632

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.

Read only

0 Likes
632

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.

Read only

0 Likes
632

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.

Read only

Former Member
0 Likes
632

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.

Read only

0 Likes
632

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?