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

Problem while triggering PREX2002 Idoc from F110

Former Member
0 Likes
584

Hi All,

We are using the document number created from BAPI_ACC_DOCUMENT_POST, in triggering an PREX2002 Idoc. All of the configurations are fine and the Idoc is getting triggered, but there is no change in the values in the Idoc we are getting the same Idoc getting tiggered all time. I have checked for Acc Document in FB03 and here I was able to see the data that we have used in creating the BAPI.

My poblem is, the data what we have sent using BAPI is different frm data what we are getting frm Idoc.

Please suggest we are in crtical position we need to deliver it by EDO today.

Thanks,

Suma

3 REPLIES 3
Read only

Former Member
0 Likes
524

For BAPI_ACC_DOCUMENT_POST you have to use the number ranges for each document. if you are using the same number for posting the multiple it will give the problem.

please make sure that you are providing the number ranges for each document post.

Regrads,

Madan Mohan.

Read only

0 Likes
524

Hello Mohan,

We have done a smilar senario on ECC 5, it worked without any issues. Now we have migrtated to ECC 6 here we are having lot of issues. Data what we are using seems to be ok and the same is getting created when we check on FB03 the olny issues is the IDoc with the details of the document number is not getting triggered. For example we are changing the INV number, amount evrery time we create a new document these values are not getting posted when we trigger the IDoc from F110 using the document number which BAPI has returned.

Any clues??

Thanks,

Suma

Read only

Former Member
0 Likes
524

Resloved on my own