<?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: 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/1551007#M249964</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;It can't be something in the source code - that is the part which is identical in both systems (but please check your program version).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What's different is the surrounding. In theory it could be wrong master data ('credit card not found'), but this is unlikely for this function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But you need also some connection settings - here something wasn't defined for quality system. Have a look in SM59 (and according, don't ask me for details), if connections settings are alright.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Christian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 30 Aug 2006 11:13:33 GMT</pubDate>
    <dc:creator>christian_wohlfahrt</dc:creator>
    <dc:date>2006-08-30T11:13:33Z</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/1551006#M249963</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>Wed, 30 Aug 2006 04:36:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/c-function-ssf-abap-service-problem-in-return-code/m-p/1551006#M249963</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-30T04:36:14Z</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/1551007#M249964</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;It can't be something in the source code - that is the part which is identical in both systems (but please check your program version).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What's different is the surrounding. In theory it could be wrong master data ('credit card not found'), but this is unlikely for this function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But you need also some connection settings - here something wasn't defined for quality system. Have a look in SM59 (and according, don't ask me for details), if connections settings are alright.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Christian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Aug 2006 11:13:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/c-function-ssf-abap-service-problem-in-return-code/m-p/1551007#M249964</guid>
      <dc:creator>christian_wohlfahrt</dc:creator>
      <dc:date>2006-08-30T11:13:33Z</dc:date>
    </item>
  </channel>
</rss>

