cancel
Showing results for 
Search instead for 
Did you mean: 

driver program

Former Member
0 Kudos

Hi all,

How to change the standard driver program of a sapscript and how to assign the changes made in a standard program to a script.

Regards,

subbu.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Copy your driver program and also the standard form into your Z program and Z forms.

These can be assigned through tcode NACE for output types.

Or for payment terms thru FBZP.

Regards,

Narendra.

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Subbu,

Try copying the standard program (Zstd_prgrm). There make the required changes to the program, save and activate. Now to assign the changed program to your script, there are two ways.

1. go to the transaction NACE and change the print program to the one you have created.

2. If u dont have authorizations to NACE, try the following way,

Search for a subroutine TNAPR_LESEN in program RSNAST00. Set a break point at that subroutine. Run the transaction code from where you want the output to be printed. The debugger opens up at the subroutine. Double click on the filed TNAPR-PGNAM. Replace the default program with the program you created and continue execution.

Former Member
0 Kudos

Copy standard driver program to another zprogram. Modify the zprogram.

In NACE transaction code, the standard program have to be replaced with this zprogram