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

Infotype 9008, Update Error

Former Member
0 Likes
1,698

Hi all,

Can any one let me know why ia m getting this error ..

'Infotype 9008, Update Error'

Thanks in advance.

Hi all,

Can any one let me know why ia m getting this error ..

'Infotype 9008, Update Error'

Thanks in advance.

9 REPLIES 9
Read only

Former Member
0 Likes
1,549

It's not standard Infotype...

Plz tell what u r trying to do...

Read only

Former Member
0 Likes
1,549

The infotypes that start with '9' are custom infotypes, so I'm not sure what data your infotype contains. Are you getting any other information in your error message? Are you getting this error from within a transaction (like PA30) or from a program?

- April King

Read only

0 Likes
1,549

Hi April King,

I am using the statement

CALL TRANSACTION 'PA30' USING tb_bdcdata UPDATE 'S'

MODE 'N' . "MESSAGES INTO tb_itab.

Can you please let me know what is the problem ... ??

thank you

Read only

0 Likes
1,549

Where u r getting this message ?

In return table or on the screen ?

Read only

0 Likes
1,549

Hi ,

i am not using the message tab . Its working fine in Developement server . But ia m facing problem in Testing server .

Thanks

Read only

0 Likes
1,549

Do you have update authority in the test server? Check with your basis team to make sure that you have the same HR authorizations relating to this in your test server as you have in your development server.

- April

Read only

0 Likes
1,549

ok thank you very much ...

i'll check ...

Read only

0 Likes
1,549

Did this fix your problem? Or are you still getting an error?

- April

Read only

Former Member
0 Likes
1,549

You will get update errors typically if your underlying table is full. You can check in SM13 for the update errors and see the reason.