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

Update the database table

Former Member
0 Likes
520

Hi,

I am updating MARA-BEGRU field in the MARA table using BAPI_MATERIAL_SAVEDATA and i am able to do that also.But i am not able to update the same field if the MARA-BEGRU(Authorization Group Field) is disable in MM02 Transaction.Is it possible to update the database table keeping that field disable in MM02 transaction?

3 REPLIES 3
Read only

Former Member
0 Likes
467

HI,

Please check what message table RETURNMESSAGES is giving.

And make changes accordingly in yur code.

Regards

Hiren K.Chitalia

Edited by: Hiren Chitalia on Aug 3, 2009 12:20 PM

Read only

Former Member
0 Likes
467

Yes. It is possible to update the database table without going to transaction or even if the fileds are disabled. Unless if it is locked by any other user by using LOCK OBJECTS.

Regards,

Satish

Read only

Former Member
0 Likes
467

Hi

I believe it depends on material type, so u should change the customizing for it in order that field is available in MM02 and in BAPI too.

So u need to develop a your control in MM02 to avaoid the modifcation of that field by user.

Anyway it doesn't make sense what u need to do: if that field can't be changed by MM02, why do u need to change it by BAPI?

Max