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

error in BAPI_ACC_DOCUMENT_POST

Former Member
0 Likes
1,568

Hi Gurus,

I am using BAPI_ACC_DOCUMENT_POST to post FI document but I encountered errors like the following:

- Error in document: BKPFF $ ALE_EDI

- For object RF_BELEG (BUKRS), number range interval 90does not exist FBN1

How will these errors be corrected? Any help is greatly appreciated. Thanks, gurus.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
905

Hi,

This error comes for when the header of the BAPI is not correctly passed.

that is the

*OBJ_TYPE

OBJ_KEY

OBJ_SYS*

fields of the BAPI needs to be correctly passed.

Hope it helps

Regards

Mansi

3 REPLIES 3
Read only

Former Member
0 Likes
905

Hi,

its Number range Object Error.

Please check through SNRO.

Regards

Arbind

Read only

Former Member
0 Likes
906

Hi,

This error comes for when the header of the BAPI is not correctly passed.

that is the

*OBJ_TYPE

OBJ_KEY

OBJ_SYS*

fields of the BAPI needs to be correctly passed.

Hope it helps

Regards

Mansi

Read only

0 Likes
905

Hi Mansi,

What will be the values for these fields? Do you have a sample for this?

Thank you.