Application Development 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: 

Copying control

Former Member
0 Kudos

Hello All,

Copying control routines which are defined in VOFM transaction are working fine for standard SAP transactions.

But it is not working for add-on programs.

For example:

In VA01 - When a credit note is created with reference to invoice, Some routines are called and working fine.

In Add-on program which uses function module - If a credit note is created with reference to invoice the routines are not called here and is not working.But the creation of document is sucessfull.

Is it possible to make my add-on program to work similar to Standard SAP.

i.e, All routines which are defined in VOFM should be executed.

Thanks in Advance.

Regards,

Umasankar.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

The copy routines are defined for a particular document . So actually a kind of flow is defined in which the copying routines are callled . These have to be maintained for a particular document .

These are possible for standard transactions only ....

1 REPLY 1

Former Member
0 Kudos

Hi,

The copy routines are defined for a particular document . So actually a kind of flow is defined in which the copying routines are callled . These have to be maintained for a particular document .

These are possible for standard transactions only ....