cancel
Showing results for 
Search instead for 
Did you mean: 

How to find SAP Script Form name for an particular transaction

Former Member
0 Kudos

Hi,

I had an issue, in the transaction F110 Payment advice. They need to adjust the spacing on the cheque printing, which is overlapping the names on the cheque and hence I have forgotten how to find the form name and the driver program of the script. Can anybody suggest me how to find those. Your help will be appreciated.

Thanks in advance.

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member
0 Kudos

>

> Hi,

>

> I had an issue, in the transaction F110 Payment advice. They need to adjust the spacing on the cheque printing, which is overlapping the names on the cheque and hence I have forgotten how to find the form name and the driver program of the script. Can anybody suggest me how to find those. Your help will be appreciated.

>

> Thanks in advance.

hey

NACE is the transaction ..for this u must know the output type..

Script for Cheque Printing and Payment Advice can be known from Transaction FBZP...

FBZP -> paying Company Codes -> u will get Script used for Payment Advice

FBZP -> Pmnt methods in company code -> u will get Script used for Cheque Print

....Give points if useful.....

Edited by: Satyabrata sahoo on Oct 14, 2008 4:42 PM

Former Member
0 Kudos

Also the driver program name can be known from FBZP as Satyabrata Sahoo suggested...

Regards,

Narendra.

Former Member
0 Kudos

Script name for Cheque Printing is not available in table TNAPR or In NACE ...

Former Member
0 Kudos

hi muralidhar,

u must be knowing the output type ,

go in nace and corresponding to a particular output type print programs are configured,

from there u can search the particular form name configured with F110.

this will help u .

Former Member
0 Kudos

Hi,

Please check Tcode:NACE with output type or Table TNAPR

Regards

Jana

asik_shameem
Active Contributor
0 Kudos

Hi

Put a break point in FM OPEN_FORM.

Get the value of FORM.

And in the table TNAPR, get the Print Program Name by giving the FORM name.

former_member181995
Active Contributor
0 Kudos

From OB96 since it is an payment related script.