‎2010 Jan 27 8:24 AM
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.
‎2010 Jan 27 8:42 AM
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
‎2010 Jan 27 8:31 AM
Hi,
its Number range Object Error.
Please check through SNRO.
Regards
Arbind
‎2010 Jan 27 8:42 AM
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
‎2010 Jan 27 9:00 AM
Hi Mansi,
What will be the values for these fields? Do you have a sample for this?
Thank you.