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: 

adding new fields in va01 additional data b tab

digvijay_rai
Participant
0 Kudos

dear friends i have added some custom fields on va01 subscreen 8459 of pro : sapmv45a

database is maintained properly but data is not flowing automatically from va11 to va21 to va01 as standard fields move after click on copy or taking with refrence to previous document .

what i did

i append custom fields in vbap

then call those fields in 8459 sub screen

database is maintained auto matically

but data is not flowing from va11 to va21 to va01

kindly reply at earliest

replies will be rewarded

regards

digvijay

7 REPLIES 7

Former Member
0 Kudos

Hi ,

Please check the copy control routines from VA11 to VA21 to VA01 .those fields will have to be moved .

which is in COPY conrol routine set based on Document type .

Former Member
0 Kudos

Hi,

VA01 - Create Sales Order,

VA21 - Create Quatation

VA41 - Create Contract....

Let the fields be same for all the transaction but they will have different values each time you execute the transaction......

If you are talking about creating a Sales order in reference with Contract then you will have to check the copy control routine......

Implement the enhancement in the copy control routine....

Regards,

Kunjal.

digvijay_rai
Participant
0 Kudos

hi kunjal

can you elaborate the steps how to write these copy routines

regards

digvijay

0 Kudos

These copy routines does not have huge amount of code. They are simple copying of data from 1 field to other....

Ask your Functional..... He will help you in finding the copy routine...

In that copy routine you will have to write something similar to:

XVBAP-<custom field> = CVBAP-<custom field>.

Regards,

Kunjal

0 Kudos

can you tell me name of structure which needs to be updated

i have created the screen for the line item

thanks in advance

0 Kudos

Hi,

In my above response i have already mentioned the structure name.....that you can use in the copy control.....

Regards,

Kunjal

former_member1716
Active Contributor
0 Kudos

Hi rai,

Can you please explain the steps that you have done to resolve the issue