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

Direct input method RFBIBL00

Former Member
0 Likes
1,084

Hi,

Can we use direct input program RFBIBL00 for park G/L account document T-CODE FV50.

Please let me know if there is any BAPI to park G/L account document.

Thanks,

Pradeep.

8 REPLIES 8
Read only

Former Member
0 Likes
880

Try with:'BAPI_ACC_DOCUMENT_POST'

Either write a BDC code for F-65 instead of FV50.it will be easier.

Amit.

Read only

0 Likes
880

Hi,

Thanks for the quick response,

My question was whether we can use RFBIBL00 for G/L account parking.

You are suggesting me to use BDC but as per my knowledge the screen fields vary with respect to the G/L account numbers .correct me if I am wrong.

I think we cannot use the BAPI suggested by you BAPI_ACC_DOCUMENT_POST for my requirement because I need to use save as complete icon(button) in the transaction FV5O rather than using the post button

Thanks in advance

Pradeep

Read only

Former Member
0 Likes
880

Have you checked the documentation for this program??

Rob

Read only

0 Likes
880

Hi,

Thanks Rob,

I have checked the documentation, where in it was only mentioned about below transactions which cannot be used i.e FBV1,FBS1,FB05 and posting with special G/L accounts cannot use this program for data transfer,

Thanks,

Pradeep

Read only

Former Member
0 Likes
880

Hi Pradeep,

Did u manage to find a solution to parking as 'Save as Complete'. I haven been workin on it for last week and i am sometimes able to park as complete and sometimes it gets posted directly when tryin to save as complete, wonder what I am doing wrong or any WF config thats wrong in our system. I am using Preliminary_posting_FB01 or PP_Complete_as_enj (used by sap behind fv60 fv50 etc). any help would be much appreciated!

thanks

naresh

Read only

0 Likes
880

Hi Naresh,

My problem has been solved, I am using RFBIBL00.

First of all I am using BAPI_ACC_DOCUMENT_CHECK for checking whether there are any errors in my document for transaction FBV1 and FBS1 then calling RFBIBL00 for parking the documents the documents are successfully parked by using this method.

Thanks,

Pradeep.

Read only

0 Likes
880

hi pradeep,

thanks a lot for ur reply....cant give u points but ur reply is much appreciated...

cheers,

naresh

Read only

0 Likes
880

I am attempting this same data transfer. How were you able to achieve a park using RFBIBL00? Could you provide your code? How were you able to get it to support FBV1 even though the documentation says it will nto support this transaction? Did you create a custom structure to house BSTAT but remain compatible with the output necessary for RFBIBL00? Did you use a separate function call for data from the table VBKPF and BBKPF? Thanks in advance for your help.