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: 

BAPI - change table ANLA - 058 Entry & does not exist - check your entry

Former Member
0 Kudos
355

Hello!

I have a problem with changing the asset master data (table ANLA) through BAPI.

When I enter transaction AS02, I can change values without problem, but when I use BAPI program, I receive a message 058 - Entry & does not exist - check your entry.

There is an issue with foreign key TRADING PARTNER (ANLA-VBUND) - ID of trading partner was changed in master data of partners and not exists. But non existing old value is in the ANLA-VBUND field. Probably this is the reason of problem. But I do not need to change this value.

How to ignore this issue and change asset master data?

Thank you for possible help.

Regards,

Michael

2 REPLIES 2

andreas_mann3
Active Contributor
0 Kudos
152

hi,

1) you must change field vbund or

2) you must change check table T880

A.

0 Kudos
152

Its not possible to change asset master data with non existing trade partner ID by BAPI?

So I must add all ID's into T880 table? Or what did you mean? Please explain, if possible.