<?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: Error in FP50ME00 when updatating psbuffer in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-fp50me00-when-updatating-psbuffer/m-p/7759183#M1583470</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is possibly an SAP error, because the T777D-NAMST hasn't been initialized by the update_bufffer form.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The solution was to clear this variable form the memory:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
ASSIGN '(SAPFP50M)T777D-NAMST' TO &amp;lt;fs&amp;gt;.
IF &amp;lt;fs&amp;gt; IS ASSIGNED.
  CLEAR &amp;lt;fs&amp;gt;.
ENDIF.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 24 Mar 2011 07:57:12 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-03-24T07:57:12Z</dc:date>
    <item>
      <title>Error in FP50ME00 when updatating psbuffer</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-fp50me00-when-updatating-psbuffer/m-p/7759182#M1583469</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I get a CX_SY_DYN_CALL_ILLEGAL_TYPE exception when I call the update buffer form int he SAPFP50M program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the sample code:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
PERFORM update_0105 USING  '0010' wa_stat-email.  "Updates the 105 infotype with the HR_INFOTYPE_OPERATION FM
PERFORM update_0105 USING  '0020' wa_stat-tel.
PERFORM update_0105 USING  'CELL' wa_stat-mobil.
PERFORM update_0105 USING  '9010' wa_stat-lst.
 
    perform update_buffer(sapfp50m).
    commit work.
    call function 'HR_PSBUFFER_INITIALIZE'.

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The error comes from here:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
 IF T777D-NAMST SPACE. "QNOK008925
   MOVE CPREL TO PSHDR.
   MOVE CPREL-SUBTY TO PSHDR-SUBTY.
   MOVE PSHDR TO &amp;lt;PSHDR&amp;gt;.   "HERE IS THE ERROR BECAUSE &amp;lt;PSHDR&amp;gt; NOT ASSIGNED
ENDIF. 
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to update the psbuffer because the whole code is in a RFC FM some HR data is sent to this interface. And I need the update buffer, because I have the infotypes in internal tables like P0105. So I need to update the internal tables, not just the database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone has any idea how can I solve this problem?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;N.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Mar 2011 10:43:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-fp50me00-when-updatating-psbuffer/m-p/7759182#M1583469</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-03-18T10:43:01Z</dc:date>
    </item>
    <item>
      <title>Re: Error in FP50ME00 when updatating psbuffer</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-fp50me00-when-updatating-psbuffer/m-p/7759183#M1583470</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is possibly an SAP error, because the T777D-NAMST hasn't been initialized by the update_bufffer form.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The solution was to clear this variable form the memory:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
ASSIGN '(SAPFP50M)T777D-NAMST' TO &amp;lt;fs&amp;gt;.
IF &amp;lt;fs&amp;gt; IS ASSIGNED.
  CLEAR &amp;lt;fs&amp;gt;.
ENDIF.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Mar 2011 07:57:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-fp50me00-when-updatating-psbuffer/m-p/7759183#M1583470</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-03-24T07:57:12Z</dc:date>
    </item>
  </channel>
</rss>

