<?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: Regarding Parameter input at FM in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-parameter-input-at-fm/m-p/961062#M67378</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Andreas.&lt;/P&gt;&lt;P&gt;This is what i am expecting...could you pls give me an sample..for this..&lt;/P&gt;&lt;P&gt;would be great..&lt;/P&gt;&lt;P&gt;I have now two things to be changed in 4.6C and 6.2.&lt;/P&gt;&lt;P&gt;1.Open dataset statement needs ENCODING DEFAULT option for 6.2.&lt;/P&gt;&lt;P&gt;2.This internal table change for FM.&lt;/P&gt;&lt;P&gt;Could you pls give me the code if you have...would be great help.&lt;/P&gt;&lt;P&gt;ambichan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 28 Jun 2005 06:51:36 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-06-28T06:51:36Z</dc:date>
    <item>
      <title>Regarding Parameter input at FM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-parameter-input-at-fm/m-p/961054#M67370</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have still problem with this FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In 4.6B it works, but in 620 it generates SHORTDUMP.&lt;/P&gt;&lt;P&gt;i declared TA as&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: BEGIN OF TA.&lt;/P&gt;&lt;P&gt;INCLUDE STRUCTURE RSLGSEL.&lt;/P&gt;&lt;P&gt;DATA: END OF TA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA : BEGIN OF AUDIT_SELECT.&lt;/P&gt;&lt;P&gt;        INCLUDE STRUCTURE RSAUSEL.&lt;/P&gt;&lt;P&gt;DATA : END OF AUDIT_SELECT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: FILE_NO LIKE RSLGETAB-FILE_NO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA : BEGIN OF ENTRIESTAB OCCURS 500.&lt;/P&gt;&lt;P&gt;INCLUDE STRUCTURE RSLGETAB.&lt;/P&gt;&lt;P&gt;DATA: END OF ENTRIESTAB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: BEGIN OF AUDIT_FILE_STAT OCCURS 100.&lt;/P&gt;&lt;P&gt;INCLUDE STRUCTURE RSAUFINFO.&lt;/P&gt;&lt;P&gt;DATA: END OF AUDIT_FILE_STAT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'RSAU_SELINFO_INIT'&lt;/P&gt;&lt;P&gt;CHANGING&lt;/P&gt;&lt;P&gt;AUDIT_SELECTION = AUDIT_SELECT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TA-WHICHLOG = 'L'.&lt;/P&gt;&lt;P&gt;FILE_NO = 1.&lt;/P&gt;&lt;P&gt;Here while debugging i found AUDIT_SELECT storing "Non-Char like structure" &lt;/P&gt;&lt;P&gt;does any structure here is not matching the below FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION RSAU READ_FILE&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;SELECTION = TA&lt;/P&gt;&lt;P&gt;SELECTION_AUDIT = AUDIT_SELECT&lt;/P&gt;&lt;P&gt;FILE_NO_OLD = FILE_NO&lt;/P&gt;&lt;P&gt;TABLES&lt;/P&gt;&lt;P&gt;SYSLOG_IN_TABLE = ENTRIESTAB&lt;/P&gt;&lt;P&gt;AUDIT_FILE_STAT = AUDIT_FILE_STAT.&lt;/P&gt;&lt;P&gt;After execting this FM, Shortdump occurs. Pls correct me if my declaration is wrong anywhere..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ambichan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jun 2005 06:14:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-parameter-input-at-fm/m-p/961054#M67370</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-06-28T06:14:03Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Parameter input at FM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-parameter-input-at-fm/m-p/961055#M67371</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can you look up st22 and tell us the dump message, that will tell us what exactly is going wrong.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;mostly it will be a type conflict stuff but the dump analysis will tell you exactly whats the problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Raja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jun 2005 06:25:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-parameter-input-at-fm/m-p/961055#M67371</guid>
      <dc:creator>athavanraja</dc:creator>
      <dc:date>2005-06-28T06:25:05Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Parameter input at FM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-parameter-input-at-fm/m-p/961056#M67372</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;lt;b&amp;gt;Runtime errors         CALL_FUNCTION_CONFLICT_LENG&lt;/P&gt;&lt;P&gt;Exception              CX_SY_DYN_CALL_ILLEGAL_TYPE&amp;lt;/b&amp;gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Type conflict when calling a function module (field length).&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;----&lt;/P&gt;&lt;HR originaltext="---------" /&gt;&lt;P&gt;What happened?&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="-------------" /&gt;&lt;P&gt;&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;Error in ABAP application program.&lt;/P&gt;&lt;P&gt;The current ABAP program "ZREADAUDLOG1" had to be terminated because one of the&lt;/P&gt;&lt;P&gt;statements could not be executed.&lt;/P&gt;&lt;P&gt;This is probably due to an error in the ABAP program.&lt;/P&gt;&lt;P&gt;The function module was called incorrectly.&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;----&lt;/P&gt;&lt;HR originaltext="--------" /&gt;&lt;P&gt;Error analysis&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="-------------" /&gt;&lt;P&gt;&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;An exception occurred. This exception will be dealt with in more detail&lt;/P&gt;&lt;P&gt;below. The exception, assigned to the class &amp;lt;b&amp;gt;'CX_SY_DYN_CALL_ILLEGAL_TYPE'&amp;lt;/b&amp;gt;, was&lt;/P&gt;&lt;P&gt; not caught, which&lt;/P&gt;&lt;P&gt; led to a runtime error. The reason for this exception is:&lt;/P&gt;&lt;P&gt;The call to the function module &amp;lt;b&amp;gt;"RSAU_READ_FILE"&amp;lt;/b&amp;gt; is incorrect:&lt;/P&gt;&lt;P&gt;In the function module interface, you can specify only&lt;/P&gt;&lt;P&gt;fields of a specific type and length under "SYSLOG_IN_TABLE".&lt;/P&gt;&lt;P&gt;Although the currently specified field&lt;/P&gt;&lt;P&gt;"ENTRIESTAB" is the correct type, its length is incorrect.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jun 2005 06:30:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-parameter-input-at-fm/m-p/961056#M67372</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-06-28T06:30:52Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Parameter input at FM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-parameter-input-at-fm/m-p/961057#M67373</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;look at se37 (table parameter has changed in 6.2)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SYSLOG_IN_TABLE	LIKE	RSAUETAB2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and you've "like rslgetab" in your 4.6 Program&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards Andreas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jun 2005 06:31:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-parameter-input-at-fm/m-p/961057#M67373</guid>
      <dc:creator>andreas_mann3</dc:creator>
      <dc:date>2005-06-28T06:31:59Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Parameter input at FM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-parameter-input-at-fm/m-p/961058#M67374</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the last line in the error analysis (which you posted) clearly tells you the problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Raja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jun 2005 06:41:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-parameter-input-at-fm/m-p/961058#M67374</guid>
      <dc:creator>athavanraja</dc:creator>
      <dc:date>2005-06-28T06:41:42Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Parameter input at FM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-parameter-input-at-fm/m-p/961059#M67375</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great Andreas...big applause from myside..&lt;/P&gt;&lt;P&gt;I was breaking my head from yesterday for this...&lt;/P&gt;&lt;P&gt;Thanks a lot..&lt;/P&gt;&lt;P&gt;BTW, dont we have any way to make program to work in both 4.6B and 620,I gues we could not..unless we create seperate one..for each .&lt;/P&gt;&lt;P&gt;am i right..pls correct me if i am wrong..&lt;/P&gt;&lt;P&gt;ambichan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jun 2005 06:41:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-parameter-input-at-fm/m-p/961059#M67375</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-06-28T06:41:59Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Parameter input at FM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-parameter-input-at-fm/m-p/961060#M67376</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this is the problem with using FM's which are not released! We have to modify our code to suit the changes in FM. But released FM's wont change at all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Raja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jun 2005 06:44:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-parameter-input-at-fm/m-p/961060#M67376</guid>
      <dc:creator>athavanraja</dc:creator>
      <dc:date>2005-06-28T06:44:53Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Parameter input at FM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-parameter-input-at-fm/m-p/961061#M67377</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ambi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The only thing  , i do in some prg. to diffe btwn&lt;/P&gt;&lt;P&gt;4.6 and 6.2 is to enquire sy-SAPRL in connection with &lt;/P&gt;&lt;P&gt;the commands "create data" or "generate subroutine.."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-soli deo gloria-&lt;/P&gt;&lt;P&gt;Andreas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jun 2005 06:48:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-parameter-input-at-fm/m-p/961061#M67377</guid>
      <dc:creator>andreas_mann3</dc:creator>
      <dc:date>2005-06-28T06:48:22Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Parameter input at FM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-parameter-input-at-fm/m-p/961062#M67378</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Andreas.&lt;/P&gt;&lt;P&gt;This is what i am expecting...could you pls give me an sample..for this..&lt;/P&gt;&lt;P&gt;would be great..&lt;/P&gt;&lt;P&gt;I have now two things to be changed in 4.6C and 6.2.&lt;/P&gt;&lt;P&gt;1.Open dataset statement needs ENCODING DEFAULT option for 6.2.&lt;/P&gt;&lt;P&gt;2.This internal table change for FM.&lt;/P&gt;&lt;P&gt;Could you pls give me the code if you have...would be great help.&lt;/P&gt;&lt;P&gt;ambichan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jun 2005 06:51:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-parameter-input-at-fm/m-p/961062#M67378</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-06-28T06:51:36Z</dc:date>
    </item>
  </channel>
</rss>

