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

Cheque print form

Former Member
0 Likes
635

Hi Experts

My requirement is, i have to do changes in the sap script, ie cheque print form which is created by somebody.

script name : zcheque

i got the driver program is RFFOUS_C.

but i cant find where this script has been called in the program.

and can you explain me whats the functionality of this program.

Thanks in advance.

Regards

Rajaram

4 REPLIES 4
Read only

kiran_k8
Active Contributor
0 Likes
497

Rajaram,

Check the table TTXFP,give the program name to get the script .

You can even check the same by following the below given path through SPRO.

In SPRO follow this path.

Form 16A

Financial Accounting

-


Global settings

-


withholding tax

-


Extended Witholdong tax

-


POstings

-


India

-


Withholding tax certificates for vendors

-


maintain no.groups and script forms.

For cheques and Payment Advisory.

Go to FBZP

click on printmethods in company code

click on position

give Company code and payment method

then in the next screen double click on the payment method

This way you will get to see the forms assigned to it.

For Forms for Correspondence.

Financial Accounting

---Global settings

-


correspondence

-


define form names for correspondence print.

K.Kiran.

Read only

Former Member
0 Likes
497

Hi Kiran

thank you very much for your valuable reply.

But still am not able to find where exactly the script has been called in the driver program RFFOUS_C.

Can you pls explain me, how and where it is called in the program.

Regards

Rajaram

Read only

kiran_k8
Active Contributor
0 Likes
497

Rajaram,

go to se71

click the Activate Debugger from the Utilities in the menu bar

now run this program rffous_c

this will let the script run in the debuggin mode,wherein you can see the script used by the driver program.

or

put a break-point at the open_form function modules in the program.

The reply what I had given earlier it a straight forward one.Didn't you checked the TTXFP table?

Generally we will copy the standard program as well the standard script and go ahead with the changes.Once the changes are done the functional consultant will attach the new zscript as well as the zprogram through FBZP.

For cheques and Payment Advisory.

Go to FBZP

click on printmethods in company code

click on position

give Company code and payment method

then in the next screen double click on the payment method

This way you will get to see the forms assigned to it.

K.Kiran.

Read only

Former Member
0 Likes
497

Hi,

Think that if you execute RFFOUS_C, you will need to enter your Zform name in the alternate check form so that this form is called.

Put a break point at 'FORM_CHECK' EXPORTING I_PZFOR = PAR_ZFOR in the program RFFOUS_C and execute after you give the Zform name in the alternate check form.

Think this is helpful.

Rwd Points if helpful.

Thanks.