<?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: Write Initial values to infotypes in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/write-initial-values-to-infotypes/m-p/3743088#M900645</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I did not find a way to send the initial values so far.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 05 May 2008 19:55:05 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-05-05T19:55:05Z</dc:date>
    <item>
      <title>Write Initial values to infotypes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/write-initial-values-to-infotypes/m-p/3743087#M900644</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;below is the coding i am developing.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what I would like to do is: if cell and fax1 are blank/initial values, I would like to send the blank or initial value to the infotypes. this is not happening through my code. when a record already exists in cell or fax1, it is not getting blanked out. How to send initial values to Infotype records?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       wa_0006_new-num02 = cell.&lt;/P&gt;&lt;P&gt;            wa_0006_new-com02 = 'cell'.&lt;/P&gt;&lt;P&gt;            wa_0006_new-num03 = fax1.&lt;/P&gt;&lt;P&gt;            wa_0006_new-com03 = 'fax1'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;*********Insert Records Into Communication Email&lt;/P&gt;&lt;P&gt;            wa_0105_new-usrty = '0010'.&lt;/P&gt;&lt;P&gt;            wa_0105_new-usrid_long = home_email.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        CALL FUNCTION 'HR_EMPLOYEE_ENQUEUE'&lt;/P&gt;&lt;P&gt;          EXPORTING&lt;/P&gt;&lt;P&gt;            number = w_pernr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'HR_INFOTYPE_OPERATION'&lt;/P&gt;&lt;P&gt;  EXPORTING&lt;/P&gt;&lt;P&gt;    INFTY                  = '0006'&lt;/P&gt;&lt;P&gt;    NUMBER                 = w_pernr&lt;/P&gt;&lt;P&gt;    SUBTYPE                = '1'&lt;/P&gt;&lt;P&gt;    VALIDITYEND            = wa_0006-endda&lt;/P&gt;&lt;P&gt;    VALIDITYBEGIN          = wa_0006-begda&lt;/P&gt;&lt;P&gt;    RECORD                 = wa_0006_new&lt;/P&gt;&lt;P&gt;    OPERATION              = mode&lt;/P&gt;&lt;P&gt;    DIALOG_MODE            = '0'&lt;/P&gt;&lt;P&gt;  IMPORTING&lt;/P&gt;&lt;P&gt;    RETURN                 = it_bapi_ret.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Apr 2008 16:16:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/write-initial-values-to-infotypes/m-p/3743087#M900644</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-25T16:16:59Z</dc:date>
    </item>
    <item>
      <title>Re: Write Initial values to infotypes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/write-initial-values-to-infotypes/m-p/3743088#M900645</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I did not find a way to send the initial values so far.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 May 2008 19:55:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/write-initial-values-to-infotypes/m-p/3743088#M900645</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-05T19:55:05Z</dc:date>
    </item>
    <item>
      <title>Re: Write Initial values to infotypes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/write-initial-values-to-infotypes/m-p/3743089#M900646</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi here you need to give the usrid from the pa0105 i think.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;wa_0105_new-usrid = pa0105-usrid. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;venkat.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 May 2008 20:00:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/write-initial-values-to-infotypes/m-p/3743089#M900646</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-05T20:00:02Z</dc:date>
    </item>
  </channel>
</rss>

