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: 

Update VBAK table

Former Member
0 Kudos

I would like to upload some data into VBAK from external text file. It is just using update command to update the table or have to through other function. i know i can using update command to update customize table. but i don't sure whether is applied in standard table or not. Thanks!

6 REPLIES 6

Former Member
0 Kudos

Hi

To update the standard table always try to use BAPI function module.

Check bapi function modules giving * or try bapi_salesorder_*.

Or you have to go for bdc.

BAPI is easy and recommendable.

Thanks

JozsefSzikszai
Active Contributor
0 Kudos

hi Portfolio,

you have to use transaction VA02 to change data in VBAK, or look for a function module, or BAPI. Never change data directly in table!

ec

Former Member
0 Kudos

but some fields are customized. i can using bapi to update it.

0 Kudos

Yes you can use it .

Customized in the sense?did you add any z fields or already there?

incase if you added any z fields,then you will find extension parameter in bapi function module and you can use it.

Thanks

Former Member
0 Kudos

but i can't find any related function for the case, is it using t-code bapi to find that? Thanks!

0 Kudos

Hi,

Its better go for BDC to update the customized fields....no need to search for a bapi...record the screens whre u have added ur custom fields and populate the same with the data..It will automatically update the VBAK table.

Regards,

Nagaraj