<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: RFC hangs with a call to function module SSFC_PARSE_CERTIFICATE in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-hangs-with-a-call-to-function-module-ssfc-parse-certificate/m-p/1729429#M317760</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The following callstack is surprising:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5 FUNCTION SSF_GET_PARAMETER SAPLSSFG LSSFGU19 206&lt;/P&gt;&lt;P&gt;4 FORM GET_PARAMETER SSO2GETPARAM SSO2GETPARAM 45&lt;/P&gt;&lt;P&gt;3 EVENT SYSTEM-EXIT RSRFCPIN &amp;lt;SYSINI&amp;gt; 20&lt;/P&gt;&lt;P&gt;2 FORM SEND RSRFCPIN RSRFCPIN 149&lt;/P&gt;&lt;P&gt;1 EVENT START-OF-SELECTION RSRFCPIN RSRFCPIN 116&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'll check on it and then post my findings.&lt;/P&gt;&lt;P&gt;Cheers, Wolfgang&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 03 Jan 2007 09:28:40 GMT</pubDate>
    <dc:creator>Wolfgang_Janzen</dc:creator>
    <dc:date>2007-01-03T09:28:40Z</dc:date>
    <item>
      <title>RFC hangs with a call to function module SSFC_PARSE_CERTIFICATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-hangs-with-a-call-to-function-module-ssfc-parse-certificate/m-p/1729422#M317753</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello ,&lt;/P&gt;&lt;P&gt;We are working on BI 7.0  SP9 .&lt;/P&gt;&lt;P&gt;When we try to test the RFC connection from the WAS Abap to the portal ( WAS JAVA ) using  SM59  , the test is hanging but we can read in the bottom of the screen 'Connexion bcv51sf2... OK' !!!&lt;/P&gt;&lt;P&gt;The test connection works sometimes .&lt;/P&gt;&lt;P&gt;But when it&amp;#146;s not working  , with the debug mode , I can see that the program SAPLSSFG/LSSFGU19 is hanging in the function module  SSF_GET_PARAMETER with a call to the function SSFC_PARSE_CERTIFICATE&lt;/P&gt;&lt;P&gt;      CALL FUNCTION 'SSFC_PARSE_CERTIFICATE'&lt;/P&gt;&lt;P&gt;        EXPORTING&lt;/P&gt;&lt;P&gt;          CERTIFICATE               = PABCERT&lt;/P&gt;&lt;P&gt;        IMPORTING&lt;/P&gt;&lt;P&gt;          SUBJECT                   = STR_PROFILEID&lt;/P&gt;&lt;P&gt;        EXCEPTIONS&lt;/P&gt;&lt;P&gt;          SSF_KRN_ERROR             = 1&lt;/P&gt;&lt;P&gt;          SSF_KRN_NOMEMORY          = 2&lt;/P&gt;&lt;P&gt;          SSF_KRN_NOSSFLIB          = 3&lt;/P&gt;&lt;P&gt;          SSF_KRN_INVALID_PAR       = 4&lt;/P&gt;&lt;P&gt;          OTHERS                    = 5.&lt;/P&gt;&lt;P&gt;	    ENDIF.&lt;/P&gt;&lt;P&gt;	  ENDIF.&lt;/P&gt;&lt;P&gt;	ENDFUNCTION.&lt;/P&gt;&lt;P&gt;The variable STR_PROFILEID has the value of the field ID of the table SSF_PSE_H&lt;/P&gt;&lt;P&gt; STR_PROFILEID =&amp;#146;CN=QWO, OU=XXXXX, O=YYYY, C=FR&amp;#146;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Due to this error , we can&amp;#146;t transport BI Web templates  because at the end of the import in the method execution of the transport there is a call to the portal with the RFC. And the transport is hanging &amp;#133;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance for you help .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Happy new year.  Milan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Dec 2006 14:55:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-hangs-with-a-call-to-function-module-ssfc-parse-certificate/m-p/1729422#M317753</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-29T14:55:40Z</dc:date>
    </item>
    <item>
      <title>Re: RFC hangs with a call to function module SSFC_PARSE_CERTIFICATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-hangs-with-a-call-to-function-module-ssfc-parse-certificate/m-p/1729423#M317754</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't really understand: if function module SSFC_PARSE_CERTIFICATE returns a value (SUBJECT =&amp;gt; STR_PROFILEID) then it does definetly not hang.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'd recommend to report this problem to SAP (assigning component BC-SEC-SSF), providing the ability to analyse the problem in the effected system (via a remote connection).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers, Wolfgang (wishing a Happy New Year 2007)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Dec 2006 15:18:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-hangs-with-a-call-to-function-module-ssfc-parse-certificate/m-p/1729423#M317754</guid>
      <dc:creator>Wolfgang_Janzen</dc:creator>
      <dc:date>2006-12-29T15:18:29Z</dc:date>
    </item>
    <item>
      <title>Re: RFC hangs with a call to function module SSFC_PARSE_CERTIFICATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-hangs-with-a-call-to-function-module-ssfc-parse-certificate/m-p/1729424#M317755</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;the function module SSFC_PARSE_CERTIFICATE is hanging.&lt;/P&gt;&lt;P&gt;In  debug mode , the variable STR_PROFILEID  has the ( old ) value  &amp;#146;CN=QWO, OU=XXXXX, O=YYYY, C=FR&amp;#146;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We will fix this issue the next year .   &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;))  .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Happy new 2007.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 30 Dec 2006 20:27:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-hangs-with-a-call-to-function-module-ssfc-parse-certificate/m-p/1729424#M317755</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-30T20:27:30Z</dc:date>
    </item>
    <item>
      <title>Re: RFC hangs with a call to function module SSFC_PARSE_CERTIFICATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-hangs-with-a-call-to-function-module-ssfc-parse-certificate/m-p/1729425#M317756</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;According to the ABAP callstack information you have provided in the customer message function module CONVERSION_EXIT_ISOLA_OUTPUT invokes function module SSF_GET_PARAMETER (in your system QWO). That is unusual - did you modify the coding of function module CONVERSION_EXIT_ISOLA_OUTPUT ?!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers, Wolfgang&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jan 2007 16:34:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-hangs-with-a-call-to-function-module-ssfc-parse-certificate/m-p/1729425#M317756</guid>
      <dc:creator>Wolfgang_Janzen</dc:creator>
      <dc:date>2007-01-02T16:34:37Z</dc:date>
    </item>
    <item>
      <title>Re: RFC hangs with a call to function module SSFC_PARSE_CERTIFICATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-hangs-with-a-call-to-function-module-ssfc-parse-certificate/m-p/1729426#M317757</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Wolfgang ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"Versions: Function Module CONVERSION_EXIT_ISOLA_OUTPUT&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="------------------------------------------------------------------------------------------------------------------------------------------------------------" /&gt;&lt;P&gt;Version(s) in the development database:&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="---------------------------------------------------------------------------------------------------------------------------------------------------------------" /&gt;&lt;P&gt;X activ          X  700                             02.02.2001 14:01:52 SAP&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="---------------------------------------------------------------------------------------------------------------------------------------------------------------" /&gt;&lt;P&gt;There are no versions in the version database."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See below the abap stack .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Stack Dep	Event type	Event	Program	Include	Line&lt;/P&gt;&lt;P&gt;10	FUNCTION	SYSTEM_CALLSTACK	SAPLSYUT	LSYUTU01	34&lt;/P&gt;&lt;P&gt;9	FORM	GET_LAST_PROG	SAPLCRFC	LCRFCM01	5.251&lt;/P&gt;&lt;P&gt;8	FUNCTION	RFCDISPLAY2RFCDES	SAPLCRFC	LCRFCU06	17&lt;/P&gt;&lt;P&gt;7	FORM	CHECK_DESTINATION_MODIFIKATION	SAPLCRFC	LCRFCU05	2.976&lt;/P&gt;&lt;P&gt;6	MODULE (PAI)	RFCDES_INPUT	SAPLCRFC	LCRFCU05	998&lt;/P&gt;&lt;P&gt;5	FUNCTION	RFCDES_DISPLAY	SAPLCRFC	LCRFCU05	176&lt;/P&gt;&lt;P&gt;4	FORM	EDIT	SAPMCRFC	SM59_FORMS	1.226&lt;/P&gt;&lt;P&gt;3	FORM	EVENT_DOUBLE_CLICK	SAPMCRFC	SM59_FORMS	775&lt;/P&gt;&lt;P&gt;2	FORM	HANDLE_USER_COMMAND	SAPMCRFC	SM59_FORMS	96&lt;/P&gt;&lt;P&gt;1	MODULE (PAI)	USER_COMMAND_0100	SAPMCRFC	SM59_PAI01	13&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;10	FUNCTION	CONVERSION_EXIT_ISOLA_OUTPUT	SAPLLANG	LLANGU04	13&lt;/P&gt;&lt;P&gt;9	FORM	CONVERSION_EXIT	SAPCNVE	SAPCNVE	107&lt;/P&gt;&lt;P&gt;8	EVENT	SYSTEM-EXIT	SAPLDSYA	&amp;lt;SYSINI&amp;gt;	20&lt;/P&gt;&lt;P&gt;7	FUNCTION	DOKU_OBJECT_EXIST	SAPLDSYA	LDSYAU09	43&lt;/P&gt;&lt;P&gt;6	FORM	FILL_EXCL_TAB	RSDBRUNT	RSDBRUNT	5.664&lt;/P&gt;&lt;P&gt;5	FORM	%_INIT_PBO_LAST	RSDBRUNT	RSDBRUNT	4.061&lt;/P&gt;&lt;P&gt;4	FORM	INIT_PBO	RSDBRUNT	RSDBRUNT	3.666&lt;/P&gt;&lt;P&gt;3	FORM	%_INIT_PBO_NEW	RSRFCPIN	RSRFCPIN	496&lt;/P&gt;&lt;P&gt;2	MODULE (PBO)	%_INIT_PBO	RSRFCPIN	RSRFCPIN	496&lt;/P&gt;&lt;P&gt;1	EVENT	SYSTEM-EXIT	RSRFCPIN	&amp;lt;SYSINI&amp;gt;	20&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5	FUNCTION	SSF_GET_PARAMETER	SAPLSSFG	LSSFGU19	206&lt;/P&gt;&lt;P&gt;4	FORM	GET_PARAMETER	SSO2GETPARAM	SSO2GETPARAM	45&lt;/P&gt;&lt;P&gt;3	EVENT	SYSTEM-EXIT	RSRFCPIN	&amp;lt;SYSINI&amp;gt;	20&lt;/P&gt;&lt;P&gt;2	FORM	SEND	RSRFCPIN	RSRFCPIN	149&lt;/P&gt;&lt;P&gt;1	EVENT	START-OF-SELECTION	RSRFCPIN	RSRFCPIN	116&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards.  Milan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jan 2007 07:38:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-hangs-with-a-call-to-function-module-ssfc-parse-certificate/m-p/1729426#M317757</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-03T07:38:23Z</dc:date>
    </item>
    <item>
      <title>Re: RFC hangs with a call to function module SSFC_PARSE_CERTIFICATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-hangs-with-a-call-to-function-module-ssfc-parse-certificate/m-p/1729427#M317758</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The version 700 02.02.2001 14:01:52 SAP of function CONVERSION_EXIT_ISOLA_OUTPUT is the current one:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;FUNCTION CONVERSION_EXIT_ISOLA_OUTPUT.
*"----------------------------------------------------------------------
*"*"Lokale Schnittstelle:
*"       IMPORTING
*"             VALUE(INPUT)
*"       EXPORTING
*"             VALUE(OUTPUT)
*"----------------------------------------------------------------------
  OUTPUT = SAVE_INPUT(1) = INPUT.
  CHECK SAVE_INPUT(1) NA ' *'.
  SELECT SINGLE * FROM T002 WHERE SPRAS = INPUT.
  CHECK SY-SUBRC = 0.
  OUTPUT = T002-LAISO.
ENDFUNCTION.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;I don't think that this function is in charge of the problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5 FUNCTION SSF_GET_PARAMETER SAPLSSFG LSSFGU19 206&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;      CALL FUNCTION 'SSFC_PARSE_CERTIFICATE'
        EXPORTING
          CERTIFICATE               = PABCERT
        IMPORTING
          SUBJECT                   = STR_PROFILEID
        EXCEPTIONS
          SSF_KRN_ERROR             = 1
          SSF_KRN_NOMEMORY          = 2
          SSF_KRN_NOSSFLIB          = 3
          SSF_KRN_INVALID_PAR       = 4
          OTHERS                    = 5.
    ENDIF.
  ENDIF.

ENDFUNCTION.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;4 FORM GET_PARAMETER SSO2GETPARAM SSO2GETPARAM 45&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;  CALL FUNCTION 'SSF_GET_PARAMETER'&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;3 EVENT SYSTEM-EXIT RSRFCPIN &amp;lt;SYSINI&amp;gt; 20&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;  perform (SY-XFORM) in program (SY-XPROG).&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;2 FORM SEND RSRFCPIN RSRFCPIN 149  &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;        CALL FUNCTION 'RFC_PING' DESTINATION dest&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;1 EVENT START-OF-SELECTION RSRFCPIN RSRFCPIN 116&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;    PERFORM send USING lines.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;What happens if you test function SSF_GET_PARAMETER using transaction SE37 (do not change the input parameters)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards &lt;/P&gt;&lt;P&gt;Frank Buchholz&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jan 2007 08:00:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-hangs-with-a-call-to-function-module-ssfc-parse-certificate/m-p/1729427#M317758</guid>
      <dc:creator>Frank_Buchholz</dc:creator>
      <dc:date>2007-01-03T08:00:47Z</dc:date>
    </item>
    <item>
      <title>Re: RFC hangs with a call to function module SSFC_PARSE_CERTIFICATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-hangs-with-a-call-to-function-module-ssfc-parse-certificate/m-p/1729428#M317759</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Frank ,&lt;/P&gt;&lt;P&gt;See below the result of the test :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Test for function group      SSFG&lt;/P&gt;&lt;P&gt;Function module              SSF_GET_PARAMETER&lt;/P&gt;&lt;P&gt; -&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------" /&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------" /&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;Export parameters&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;Value&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------" /&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;APPFOUND&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;&amp;lt;SYST&amp;gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;SSFTOOLKIT&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;SAPSECULIB&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;STR_FORMAT&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;PKCS7&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;STR_PAB&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;/usr/sap/QWO/DVEBMGS01/sec/SAPSYS.pse&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;STR_PAB_PASSWORD&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;STR_PROFILEID&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;CN=QWO, OU=XXXX, O=YYYY, C=FR&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;STR_PROFILE&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;/usr/sap/QWO/DVEBMGS01/sec/SAPSYS.pse&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;STR_PROFILEPW&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;STR_HASHALG&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;SHA1&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;STR_ENCRALG&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;DES-CBC&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;B_INCCERTS&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;X&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;B_DETACHED&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;B_DISTRIB&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;X&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But my problem now , it's that 1 of the 2 RFC is working fine and the other one after 1 good rfc test , is hanging now at the end of the function 'CONVERSION_EXIT_ISOLA_OUTPUT'  line 14 !!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See below the ABAP stack just before the hanging .&lt;/P&gt;&lt;P&gt;1	FUNCTION CONVERSION_EXIT_ISOLA_OUTPUT.&lt;/P&gt;&lt;P&gt;2	*"----&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;&lt;P&gt;3	&lt;STRONG&gt;"&lt;/STRONG&gt;"Lokale Schnittstelle:&lt;/P&gt;&lt;P&gt;4	*"       IMPORTING&lt;/P&gt;&lt;P&gt;5	*"             VALUE(INPUT)&lt;/P&gt;&lt;P&gt;6	*"       EXPORTING&lt;/P&gt;&lt;P&gt;7	*"             VALUE(OUTPUT)&lt;/P&gt;&lt;P&gt;8	*"----&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;&lt;P&gt;9	  OUTPUT = SAVE_INPUT(1) = INPUT.&lt;/P&gt;&lt;P&gt;10	  CHECK SAVE_INPUT(1) NA ' *'.&lt;/P&gt;&lt;P&gt;11	  SELECT SINGLE * FROM T002 WHERE SPRAS = INPUT.&lt;/P&gt;&lt;P&gt;12	  CHECK SY-SUBRC = 0.&lt;/P&gt;&lt;P&gt;13	  OUTPUT = T002-LAISO.&lt;/P&gt;&lt;P&gt;14	ENDFUNCTION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Stack Dep	Event type	Event	Program	Include	Line&lt;/P&gt;&lt;P&gt;10	FUNCTION	CONVERSION_EXIT_ISOLA_OUTPUT	SAPLLANG	LLANGU04	14&lt;/P&gt;&lt;P&gt;9	FORM	CONVERSION_EXIT	SAPCNVE	SAPCNVE	107&lt;/P&gt;&lt;P&gt;8	EVENT	SYSTEM-EXIT	SAPLDSYA	&amp;lt;SYSINI&amp;gt;	20&lt;/P&gt;&lt;P&gt;7	FUNCTION	DOKU_OBJECT_EXIST	SAPLDSYA	LDSYAU09	43&lt;/P&gt;&lt;P&gt;6	FORM	FILL_EXCL_TAB	RSDBRUNT	RSDBRUNT	5.664&lt;/P&gt;&lt;P&gt;5	FORM	%_INIT_PBO_LAST	RSDBRUNT	RSDBRUNT	4.061&lt;/P&gt;&lt;P&gt;4	FORM	INIT_PBO	RSDBRUNT	RSDBRUNT	3.666&lt;/P&gt;&lt;P&gt;3	FORM	%_INIT_PBO_NEW	RSRFCPIN	RSRFCPIN	496&lt;/P&gt;&lt;P&gt;2	MODULE (PBO)	%_INIT_PBO	RSRFCPIN	RSRFCPIN	496&lt;/P&gt;&lt;P&gt;1	EVENT	SYSTEM-EXIT	RSRFCPIN	&amp;lt;SYSINI&amp;gt;	20&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As i said in the first post , the RFC test is hanging sometimes but now it seems that it's not  hanging everytime at the same line of the abap code , if i can trust the debugger !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;...and after another RFC test , now all the RFC to the portal are working ...&lt;/P&gt;&lt;P&gt;It seems that when it's hanging , it's at the end of the functions ( SYSTEM_CALLSTACK&lt;/P&gt;&lt;P&gt; or CONVERSION_EXIT_ISOLA_OUTPUT or SSF_GET_PARAMETER ) .&lt;/P&gt;&lt;P&gt;A memory or OS problem ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards.  Milan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jan 2007 08:55:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-hangs-with-a-call-to-function-module-ssfc-parse-certificate/m-p/1729428#M317759</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-03T08:55:41Z</dc:date>
    </item>
    <item>
      <title>Re: RFC hangs with a call to function module SSFC_PARSE_CERTIFICATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-hangs-with-a-call-to-function-module-ssfc-parse-certificate/m-p/1729429#M317760</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The following callstack is surprising:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5 FUNCTION SSF_GET_PARAMETER SAPLSSFG LSSFGU19 206&lt;/P&gt;&lt;P&gt;4 FORM GET_PARAMETER SSO2GETPARAM SSO2GETPARAM 45&lt;/P&gt;&lt;P&gt;3 EVENT SYSTEM-EXIT RSRFCPIN &amp;lt;SYSINI&amp;gt; 20&lt;/P&gt;&lt;P&gt;2 FORM SEND RSRFCPIN RSRFCPIN 149&lt;/P&gt;&lt;P&gt;1 EVENT START-OF-SELECTION RSRFCPIN RSRFCPIN 116&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'll check on it and then post my findings.&lt;/P&gt;&lt;P&gt;Cheers, Wolfgang&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jan 2007 09:28:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-hangs-with-a-call-to-function-module-ssfc-parse-certificate/m-p/1729429#M317760</guid>
      <dc:creator>Wolfgang_Janzen</dc:creator>
      <dc:date>2007-01-03T09:28:40Z</dc:date>
    </item>
    <item>
      <title>Re: RFC hangs with a call to function module SSFC_PARSE_CERTIFICATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-hangs-with-a-call-to-function-module-ssfc-parse-certificate/m-p/1729430#M317761</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hmm - that coding is only executed when you've enabled the option "send SAP logon ticket" (actually it's an "SAP Authentication Assertion Ticket" that can be requested for outbound calls). That option is available for RFC destinations of type "T" (TCP/IP connections) and type "G" (HTTP connections to External Server) - in both cases the NWAS Java is the recipient system (where you need to configure your JAAS login module stack to contain an "Assertion Ticket Evaluation" login module).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Well, Sebastian has tried to reproduce the problem in your system but did not succeed. There seem to be some weird side-effects causing the problem. We definetly need to be able to reproduce the problem in order to narrow-down the potential causes. Any additional information or brilliant idea is welcome ... (open invitation to the community).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers, Wolfgang&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jan 2007 12:13:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-hangs-with-a-call-to-function-module-ssfc-parse-certificate/m-p/1729430#M317761</guid>
      <dc:creator>Wolfgang_Janzen</dc:creator>
      <dc:date>2007-01-03T12:13:55Z</dc:date>
    </item>
  </channel>
</rss>

