2012 Jan 03 5:29 AM
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
2012 Jan 03 5:55 AM
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
2012 Jan 03 5:55 AM
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
2012 Jan 10 5:57 PM
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
2012 Jan 03 8:15 AM
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