<?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 C Function - SSF_ABAP_SERVICE - Problem in return code. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/c-function-ssf-abap-service-problem-in-return-code/m-p/1542422#M247036</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are actually executing a custom program with standard FM - CCARD_DEVELOPE which does a decryption of credit card number.  This FM inturn calls another FM SSF_KRN_DEVELOPE which inturn calls C function SSF_ABAP_SERVICE.&lt;/P&gt;&lt;P&gt;It is working fine in Development server.  But it is not working in quality.&lt;/P&gt;&lt;P&gt;Please find the C function below.&lt;/P&gt;&lt;P&gt;In Dev, for CRC(return code) we are getting '0'.  So it is working fine.  But in Quality, we are getting CRC ='9'.  Because of this, decryption is not happening.  Please let me know, what could be the problem, if it could be because of SAP authorization or any third party software to be installed for validation or anything else.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;call C function 'SSFDEVELOPE'&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;CALL 'SSF_ABAP_SERVICE'&lt;/P&gt;&lt;P&gt;     ID 'OPCODE'             FIELD   SSF_OPCODES-DEVELOPE&lt;/P&gt;&lt;P&gt;     ID 'SECTOOLKIT'         FIELD   SSFTOOLKIT&lt;/P&gt;&lt;P&gt;     ID 'STRFORMAT'          FIELD   STR_FORMAT&lt;/P&gt;&lt;P&gt;     ID 'STRFORMATL'         FIELD   STR_FORMAT_L&lt;/P&gt;&lt;P&gt;     ID 'BOUTDEC'            FIELD   B_OUTDEC&lt;/P&gt;&lt;P&gt;     ID 'IOSPEC'             FIELD   IO_SPEC&lt;/P&gt;&lt;P&gt;     ID 'OSTRENVELOPEDDATAL' FIELD   OSTR_ENVELOPED_DATA_L&lt;/P&gt;&lt;P&gt;     ID 'OSTROUTPUTDATAL'    FIELD   OSTR_OUTPUT_DATA_L&lt;/P&gt;&lt;P&gt;     ID 'CRC'                FIELD   CRC&lt;/P&gt;&lt;P&gt;     ID 'OSTRENVELOPEDDATA'  FIELD   OSTR_ENVELOPED_DATA-&lt;STRONG&gt;SYS&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;     ID 'RECIPIENT'          FIELD   RCPTAB-&lt;STRONG&gt;SYS&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;     ID 'OSTROUTPUTDATA'     FIELD   OSTR_OUTPUT_DATA-&lt;STRONG&gt;SYS&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 29 Aug 2006 15:35:37 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-08-29T15:35:37Z</dc:date>
    <item>
      <title>C Function - SSF_ABAP_SERVICE - Problem in return code.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/c-function-ssf-abap-service-problem-in-return-code/m-p/1542422#M247036</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are actually executing a custom program with standard FM - CCARD_DEVELOPE which does a decryption of credit card number.  This FM inturn calls another FM SSF_KRN_DEVELOPE which inturn calls C function SSF_ABAP_SERVICE.&lt;/P&gt;&lt;P&gt;It is working fine in Development server.  But it is not working in quality.&lt;/P&gt;&lt;P&gt;Please find the C function below.&lt;/P&gt;&lt;P&gt;In Dev, for CRC(return code) we are getting '0'.  So it is working fine.  But in Quality, we are getting CRC ='9'.  Because of this, decryption is not happening.  Please let me know, what could be the problem, if it could be because of SAP authorization or any third party software to be installed for validation or anything else.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;call C function 'SSFDEVELOPE'&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;CALL 'SSF_ABAP_SERVICE'&lt;/P&gt;&lt;P&gt;     ID 'OPCODE'             FIELD   SSF_OPCODES-DEVELOPE&lt;/P&gt;&lt;P&gt;     ID 'SECTOOLKIT'         FIELD   SSFTOOLKIT&lt;/P&gt;&lt;P&gt;     ID 'STRFORMAT'          FIELD   STR_FORMAT&lt;/P&gt;&lt;P&gt;     ID 'STRFORMATL'         FIELD   STR_FORMAT_L&lt;/P&gt;&lt;P&gt;     ID 'BOUTDEC'            FIELD   B_OUTDEC&lt;/P&gt;&lt;P&gt;     ID 'IOSPEC'             FIELD   IO_SPEC&lt;/P&gt;&lt;P&gt;     ID 'OSTRENVELOPEDDATAL' FIELD   OSTR_ENVELOPED_DATA_L&lt;/P&gt;&lt;P&gt;     ID 'OSTROUTPUTDATAL'    FIELD   OSTR_OUTPUT_DATA_L&lt;/P&gt;&lt;P&gt;     ID 'CRC'                FIELD   CRC&lt;/P&gt;&lt;P&gt;     ID 'OSTRENVELOPEDDATA'  FIELD   OSTR_ENVELOPED_DATA-&lt;STRONG&gt;SYS&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;     ID 'RECIPIENT'          FIELD   RCPTAB-&lt;STRONG&gt;SYS&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;     ID 'OSTROUTPUTDATA'     FIELD   OSTR_OUTPUT_DATA-&lt;STRONG&gt;SYS&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Aug 2006 15:35:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/c-function-ssf-abap-service-problem-in-return-code/m-p/1542422#M247036</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-29T15:35:37Z</dc:date>
    </item>
    <item>
      <title>Re: C Function - SSF_ABAP_SERVICE - Problem in return code.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/c-function-ssf-abap-service-problem-in-return-code/m-p/1542423#M247037</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To test SSF installed properly, Execute programs SSF01 if security product on front end, or SSF02 if it's on appserver. The programs also use fm SSF_KRN_DEVELOPE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sridhar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Aug 2006 15:58:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/c-function-ssf-abap-service-problem-in-return-code/m-p/1542423#M247037</guid>
      <dc:creator>sridhar_k1</dc:creator>
      <dc:date>2006-08-29T15:58:10Z</dc:date>
    </item>
    <item>
      <title>Re: C Function - SSF_ABAP_SERVICE - Problem in return code.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/c-function-ssf-abap-service-problem-in-return-code/m-p/1542424#M247038</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Balaji,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you have the documentation for the function CCARD_DEVELOPE. Can you please share? Thanks. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;M&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Aug 2007 08:51:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/c-function-ssf-abap-service-problem-in-return-code/m-p/1542424#M247038</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-03T08:51:48Z</dc:date>
    </item>
  </channel>
</rss>

