cancel
Showing results for 
Search instead for 
Did you mean: 

DUMP when executing CRM_TERRMAN_PROC_REL - /SSF/CALL_SUBROUTINE_RFC

Former Member
0 Kudos

Hello Experts,

We are having the following dump on Integration when we are executing the program CRM_TERRMAN_PROC_REL.

=============================================================

The function module "/SSF/CALL_SUBROUTINE_RFC" is called,

but cannot be found in the library.

The program "SAPMSSY1" contains the CALL FUNCTION statement.

The name of the function module to be called is "/SSF/CALL_SUBROUTINE_RFC".

Termination occurred in the ABAP program "SAPMSSY1" - in

  "REMOTE_FUNCTION_CALL".

The main program was "SAPMSSY1 ".

CALL 'RfcImport' ID 'Type'        FIELD type

                  ID 'SYXForm'     FIELD l_syxform

                  ID 'SYXProg'     FIELD l_syxprog

                  ID 'CLException' FIELD l_cbe.

=============================================================

I have checked the function module /SSF/CALL_SUBROUTINE_RFC in SE37 and it does not exist.

I do not know where else to look.  Please help.

Kind regards,

Thyaga

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member196467
Active Contributor
0 Kudos

Hi Thyaga

Is this involving a solution managment system? If yes can you please check note 1126343.

Please check as well the calls involved in the dump.

Best regards

Christophe

Former Member
0 Kudos

Hello Christophe,

Thank you for the reply.  I have already checked the sap note you mentioned but it is incoherent with the actual package we are working.

When i check the sap note on our system, i get the message: Cannot be implemented (Tcode SNOTE)

Here is a detailed account of the error we are having.  It occurs when we launch the program CRM_TERRMAN_PROC_REL.

Information on point of interruption:

Termination occurred in the ABAP program "SAPMSSY1" - in                                     

    "REMOTE_FUNCTION_CALL".                                                                     

    The main program was "SAPMSSY1 ".

In the source code you have the termination point in line 113                                

     of the (Include) program "SAPMSSY1".   

Code source:

FORM remote_function_call USING value(type).                                              

  DATA rc                 TYPE i VALUE 0.                                                      

  DATA: l_syxform     TYPE syxform,                                                     

            l_syxprog      TYPE syxprog,                                                        

            l_cbe            TYPE i.                                                              

*necessary variables for class based exceptions                           

  DATA: l_root        TYPE REF TO cx_root.                                   

  DO.                                                                                      

* with ID 'CLException' we determine, whether the caller is able to handle the             

* class based excptions or not                                                             

*                                                                                          

>>>>>    CALL 'RfcImport' ID 'Type'        FIELD type                

                     ID 'SYXForm'     FIELD l_syxform                      

                     ID 'SYXProg'     FIELD l_syxprog                       

                     ID 'CLException' FIELD l_cbe.    

Internal remark:

    The termination was triggered in function "link_rfdir"                                     

    of the SAP kernel, in line 207 of the module                                                

     "//bas/720_REL/src/krn/runt/ablink.c#2".                                                   

    The internal operation just processed is "CALY".                                             

Control Block ABAP:

|Index |Nom |Fl |PAR0|PAR1|PAR2|PAR3|PAR4|PAR5|PAR6|Source              

|>>>>>|CALY|02|0000  |0039 |8000  |0000 |0000  |0000 |0000  |SAPMSSY1    

Any thoughts on how to go find any solution from here?

Regards,

Thyaga