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

FI Invoice

Former Member
0 Likes
709

Hi,

I have created a custom sapscript form for Invoice printing in FI module.

I also created a custom print program based on standard programn RFKORD30.

The customizing was already done linking the new correspondence to the new

sapscript form and new print program. But when I try to print the form using

f.64 I was being prompted that "No correspondence request has been selected".

I have tried to debug the transaction the custom correspondence has no existing event on table

BKORM. How do I go about this?

Thanks!

Hi,

I have created a custom sapscript form for Invoice printing in FI module.

I also created a custom print program based on standard programn RFKORD30.

The customizing was already done linking the new correspondence to the new

sapscript form and new print program. But when I try to print the form using

f.64 I was being prompted that "No correspondence request has been selected".

I have tried to debug the transaction the custom correspondence has no existing event on table

BKORM. How do I go about this?

Thanks!

2 REPLIES 2
Read only

Former Member
0 Likes
523

In NACE Transaction you have to configure your New form to trigger.

Go to NACE Transaction replace standard form name with New from name and new program name .

Hope it will helps you...

Read only

Former Member
0 Likes
523

Hi,

Configuration was already done in SPRO to link the new form to the print program and correspondence.

I think I need to create event on fibf, but I don't know how to?