Additional Blogs by SAP
cancel
Showing results for 
Search instead for 
Did you mean: 
christian_rosa
Employee
Employee

Some SAP customers when implementing notes 1870023 and 1842573 complains that include is not available

in LV60ANNN program. That is due note is implemented in standard copy routine which is called by

a customer copy routine.

There are two sub-groups of programs that stores copy routine code, as below:

In function group SAPLV60A (for billing creation), there is a “sub-group” LV60ANNN for the copy requirements (which are listed in transaction VOFM).

This “sub-group” LV60ANNN is now sub-divided into two sub-groups:

- one for these routines, which are created in the customer name space: This is include RV60BNNN

- a 2nd one for the SAP standard routines: This group contain the includes LV60A001, LV60A002, etc.

Please see also include LV60ANNN:

(…)

    INCLUDE  RV60BNNN                   .  "User-Routinen

     INCLUDE  LV60A001                      .  "Header/Order-related

     INCLUDE  LV60A002                      .  "Item/order-related

(…)

In case you create your own customer routine (e.g: 629) it is natural for example a new include would be in the RV60BNNN group, very

likely to be exactly RV60B629 in this case.

In conclusion no custom routine will ever be in LV60ANNN include.