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

Modify values in dbtab

Former Member
0 Likes
599

Hi @ll,

I have to modify/insert values in a ddic table (vbpa - invoice partner). With the "nomal" commands (insert/modify) I get an error message that the table isn`t an internal table.

Could anybody help?

Flo

5 REPLIES 5
Read only

BH2408
Active Contributor
0 Likes
568

Hi,

we can modify the dbtable with internal table ..so try to collect the all changing information in one intable ...and write use the modify or insert ...

regards,

Bharani

Read only

Former Member
0 Likes
568

Hi

"I have to modify/insert values in a ddic table (vbpa - invoice partner). "

It is not a good practice to update SAP tables directly.

Pls check whether user exits/ BADI's/ Enhacement points fo the same

Regards

Madhan

Read only

0 Likes
568

Thanks for your answer. User exits/ BADI's are the last solution, because we would have an inconsistency between the values in SD and BW.

I have to insert values directly into vbpa..

Read only

0 Likes
568

Hi

Pls check with SAP, before directly modifying VBPA table

We should have a different approach for the same

Regards

Madhan

Read only

0 Likes
568

hi,

if u have the inconsistency between the values in SD and BW, u need to go for enhancement methods....

but as the above go with SAP...before this...