SAP for Utilities Discussions
Connect with fellow SAP users to share best practices, troubleshoot challenges, and collaborate on building a sustainable energy future. Join the discussion.
cancel
Showing results for 
Search instead for 
Did you mean: 

ISU_S_FICA_DOC_CREATE- short dump in background

ankit_munshi2
Participant
0 Kudos

Hi,

We are trying to use function modules ISU_S_FICA_DOC_CREATE / ISU_FICA_DOC_CREATE in background. These FMs ultimately call function module FKK_CREATE_DOC . Inside FKK_CREATE_DOC  there is a subroutine which calls EXPLICIT COMMIT subroutine .

When we call these function modules in background processes- a short dump is triggered.

Any insight into the possible solution of the problem would be appreciated.

Regards,

AM

2 REPLIES 2

william_eastman
Advisor
Advisor
0 Kudos

You should not be calling those functions directly -they are not released for customers.  You should always only call BAPI or your own developed functions.  I suggest you look at the standard bapis available for posting FICA documents.

regards,

bill.

0 Kudos

Hi Ankit,

Just adding to Bill's reply; you can use standard BAPI- BAPI_CTRACDOCUMENT_CREATE to post a FICA document.

Thanks,

Amlan