‎2009 Nov 16 4:49 PM
Hi All, I would like to know if there is a BAPI or FM to create F-47(Down payment request).
I checked and noticed that BAPI_ACC_DOCUMENT_POST is NOT working for this.
We have BDC way of doing this but it is causing issues with COMMIT sometimes.
Please advice.
‎2009 Nov 23 10:37 PM
Problem solved.
BAPI_ACC_DOCUMENT_POST works only for 2 line postings. But we can make it work for one line by implementing BTERWBAPI01.
Here you will be passing ACCHD-GLVOR = RFST
ACCIT-BSTAT = S
ACCIT-BSCHL = 39
ACCIT-UMSKZ = F
ACCIT-ZUMSK = Z
This worked fine.
‎2009 Nov 23 11:07 PM
‎2010 Jan 15 12:29 PM
Hi,
what is BTERWBAPI01??... because I am having same problem with posting F-47 with BAPI_ACC_DOCUMENT_POST ... I have just one line for position... The result is OK , no errors messages but no document posted.
Thanks
‎2010 Feb 11 6:11 PM
Hello people,
Does anybody can aswers me if is necessary to use the BTERWBAPI0 ??? What does it means ???? What kind of object is it ? Does anybody have an example ? Thanks a lot.
Valter
‎2010 Feb 11 6:46 PM
No need to ask the same question twice (I delted the other). You would do better to ask your own question rather than tack it onto an old one that is marked as solved.
Rob
‎2010 Oct 01 10:28 AM
It's a BTE ... you can access them via transaction FIBF and you are looking for event RWBAPI01.
‎2011 Mar 31 7:21 PM
Hello,
I have the same problem using the BAPI, please I need to know how did You solved this issue. I need to use the BAPI to post a F-47 document with just one position, but a don't understand what You mean by implementing BTERWBAPI01.
Please share your solution.
Best regards.
‎2014 Feb 06 4:33 AM
Hi Eswar,
BAPI_ACC_DOCUMENT_POST works only for 2 line postings. But we can make it work for one line by implementing BTERWBAPI01.
Here you will be passing ACCHD-GLVOR = RFST
ACCIT-BSTAT = S
ACCIT-BSCHL = 39
ACCIT-UMSKZ = F
ACCIT-ZUMSK = Z
could you please share the code that you have implemented in BTE?
please share the sample code that you have done for BAPI.Because I also have the same requirement for f-47.
Regards,
xavier.P
‎2014 Mar 13 2:24 PM