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

BAPI or Function Module for F-47 (Down payment request)

former_member214999
Participant
0 Likes
6,569

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.

9 REPLIES 9
Read only

former_member214999
Participant
0 Likes
3,303

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.

Read only

0 Likes
3,303

Thanks for the update.

Rob

Read only

0 Likes
3,303

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

Read only

0 Likes
3,303

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

Read only

0 Likes
3,303

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

Read only

0 Likes
3,303

It's a BTE ... you can access them via transaction FIBF and you are looking for event RWBAPI01.

Read only

0 Likes
3,303

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.

Read only

0 Likes
3,303

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

Read only

0 Likes
3,303

Looks like it was solved here: