cancel
Showing results for 
Search instead for 
Did you mean: 

How to identify script name

Former Member
0 Kudos

Hi,

In my requirement they have specified as for a bank the check printing is done using A now have to change to B.How to identify pgm name.Is there any standard program name?What needs to be done.Can anyone explain me briefly.Please help.This is the first time am working on scripts.

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member
0 Kudos

Hi,

use below steps

Step:1: Goto to the Table TNAPR using SE11

Step:2: Get the Contents of the Table(CNTRLSHIFTF10)

Step:3: On the Table Content Selection Screen, Type the SAPScript Name for which we have find the Driver Program in the field FONAM and execute(F8)

Step:4: PGNAM field of the result display contains the Driver Program Name for our SAPscript

Regards,

Madhu

Former Member
0 Kudos

Standard program name is RFFOUS_Cz for cheque printing.U can get the same from transaction fbzp.

Former Member
0 Kudos

The standard program name for check printing is 'RFFOUS_C'. You need to do copy the program and do changes as per your requirements.

Former Member
0 Kudos

hi,

You can get the Print program of your corresponding script from DDIC table TNAPR.

Regards

Sharath

Former Member
0 Kudos

Consider the check printing is done tho' A now have to change to B.Whether that part of code will be present in the standard pgm

Former Member
0 Kudos

check tcode NACE based on the application type or check the table TNAPR .

orcheck print programs in table TTXFP..

check tcode FF68 and script name is F_M40S_CHEQUE

or

form F110_PRENUM_CHCK and the print program RFFOUS_C