‎2015 Sep 22 7:48 AM
Hi,
I am developing VB dot net program to create Cash Journal document and Post it.
I am using BAPI_CASHJOURNALDOC_CREATE to create and BAPI_TRANSACTION_COMMIT to save new entries. This is working fine.
As BAPI FCJ_POST_ALL doesn't support RFC, I have created BAPI Z_FCJ_POST_ALL from standard BAPI FCJ_POST_ALL.
I have tested Z_FCJ_POST_ALL using SE37, it posts cash journal entry successfully.
Problem is when I am invoking Z_FCJ_POST_ALL within .net application it neither post entry nor generates any error message.
Though if I provide wrong GL account it generates appropriate exception in .net application.
How to solve this issue.
With Best Regards,
Rajkumar
‎2015 Sep 22 9:59 AM
Hi,
have you checked, that the RFC user has the S_RFC authority for the function group of fm Z_FCJ_POST_ALL with type FUGR and activity 16 ?
Regards,
Klaus
‎2015 Sep 22 10:36 AM
Hi Klaus,
Thanks for the reply.
As per your suggestion I have checked using SUIM and found that the RFC user has the S_RFC authority for all (*) function groups with type * and activity *.
With Best Regards,
Rajkumar