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: 

SAP Note Note 724354 - DP90: Information from contract instead of sales doc

Former Member
0 Kudos

Hi Experts,

How to implement this Note - Note 724354 - DP90: Information from contract instead of sales document. It says use Tcode VOFM and create RV60CXXX data transfer routine.

How do we do that ?

in VOFM there is nothing.

Please suggest.

2 REPLIES 2

Former Member
0 Kudos

Hi,

VOFM is transaction where u create Routines in which ABAP code will be written...

For ur requirment SAP is suggesting to create COPY Control routine...

==> Go to transaction VOFM

==> In menu bar/Sub-menu, select "COPY Control", U will get a list of SAP standard routines defined there...

==> U can select one & check it u will understand the coding for it...

==> If Code is given in code... Create a new one (between 900 - 999) which is given to customers...

It will create a program... RV60CXXX where 'XXX' will be the number u give...

U have register that with SAP using the S-key for ur SAP installation & get the key....

Then u can go forward on this......................

Regards,

Bhargava

Former Member
0 Kudos

Did Implicit Enhancement in the program FV60C002 and included the code from SAP Note in this program.

Same routine is used while creating Invoice using DP90.