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

VA03 Screen fields not getting updated

Former Member
0 Likes
955

Hi All,

I have updated for the VAS fields in the database table however the same changes are not reflecting in the VA03 transaction. Kindly guide me what needs to be done.

Thanks,

Murali.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
816

Are you updating through BDC ????

Or else.

Must use Commit, IF you are updating with BAPI, just CALL 'BAPI_TRANSACTION_COMMIT' after the BAPI that you have used.

Regards,

Ajay

Are you updating through BDC ????

Or else.

Must use Commit, IF you are updating with BAPI, just CALL 'BAPI_TRANSACTION_COMMIT' after the BAPI that you have used.

Regards,

Ajay

4 REPLIES 4
Read only

Former Member
0 Likes
816

Hi Murali,

Is ur changes visible when u check ur record using SE16 and how u r updating the database table

Regards

Karan

Read only

Former Member
0 Likes
816

Hi Murali,

Go to transaction VA03 and F1 on the Fields you want to update, check that you are populating the Correct table(table from which the screen field is coming) and also that you have committed your work after updating the table.

Cheers...

Amit.

Read only

Former Member
0 Likes
817

Are you updating through BDC ????

Or else.

Must use Commit, IF you are updating with BAPI, just CALL 'BAPI_TRANSACTION_COMMIT' after the BAPI that you have used.

Regards,

Ajay

Read only

0 Likes
816

Thanks a lot.

Friends.