Application Development 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: 

FBCJ Posting issue using BAPI

Former Member
0 Kudos
1,669

Hi All,

I have a requirement to Post Cash Journal Document using FBCJ tcode.

For that I used 'BAPI_CASHJOURNALDOC_CREATE' . This bapi helps to create Cash journal entries and Saves it but it does not post it.

For Posting I tried to use FM 'FCJ_POST_ALL' but it also does not post the mentioned document.

Withholding tax should not to be considered in my requirement.

I searched SDN a lot but couldn't get any proper solution yet.

Please suggest.

Regards,

Amit

1 ACCEPTED SOLUTION

Former Member
0 Kudos
454

Hi,

After creating or saving cash journal document number,

To post use FM FCJ_POST_ALL

pass parameters as for reciepts I_TYP = 'R'

payments I_TYP = 'E'

and other required parameters

Regards,

Sanjay Gogikar

3 REPLIES 3

Former Member
0 Kudos
455

Hi,

After creating or saving cash journal document number,

To post use FM FCJ_POST_ALL

pass parameters as for reciepts I_TYP = 'R'

payments I_TYP = 'E'

and other required parameters

Regards,

Sanjay Gogikar

0 Kudos
454

Thanks for your reply.

I used the same FM FCJ_POST_ALL and it worked fine.

I debugged the standard FBCJ tcode for posting and it's also using the same FM for posting.

Used the same item level field values and it's worked fine for my requirement.

Regards,

Amit Singh

eduardo_hinojosa
Active Contributor
0 Kudos
454

Hi Amit,

Please, see Note 616804 - FBCJ: BAPI for saving cash journal documents and check the points that it suggests.

I hope this helps you

Regards

Eduardo