<?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: How to populate data into QMEL table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-populate-data-into-qmel-table/m-p/1606898#M272347</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Phani,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you tried transaction QM02?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also please check this FM &amp;lt;b&amp;gt;VIQMEL_POST&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ferry Lianto&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Oct 2006 17:43:34 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-10-05T17:43:34Z</dc:date>
    <item>
      <title>How to populate data into QMEL table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-populate-data-into-qmel-table/m-p/1606897#M272346</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can any one tell me how to populate data into table QMEL?&lt;/P&gt;&lt;P&gt;I am trying to populate QMEL-vbeln data. Is there any t-code for it. I am just trying to populate few fields.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Phani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Oct 2006 17:29:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-populate-data-into-qmel-table/m-p/1606897#M272346</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-05T17:29:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to populate data into QMEL table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-populate-data-into-qmel-table/m-p/1606898#M272347</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Phani,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you tried transaction QM02?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also please check this FM &amp;lt;b&amp;gt;VIQMEL_POST&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ferry Lianto&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Oct 2006 17:43:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-populate-data-into-qmel-table/m-p/1606898#M272347</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-05T17:43:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to populate data into QMEL table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-populate-data-into-qmel-table/m-p/1606899#M272348</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ferry, Do you know what field do I need to update to reflect vbeln?&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Phani Varada&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Oct 2006 19:02:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-populate-data-into-qmel-table/m-p/1606899#M272348</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-05T19:02:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to populate data into QMEL table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-populate-data-into-qmel-table/m-p/1606900#M272349</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Phani,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The field is VIQMEL_NEW-VBELN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;  
CALL FUNCTION 'VIQMEL_POST'
  EXPORTING
    VIQMEL_OLD = VIQMEL_OLD
    INDUPD     = 'U'
    CHG_DOC    = 'X'
    VIQMEL_NEW = VIQMEL_NEW.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ferry Lianto&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Oct 2006 19:10:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-populate-data-into-qmel-table/m-p/1606900#M272349</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-05T19:10:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to populate data into QMEL table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-populate-data-into-qmel-table/m-p/1606901#M272350</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was having issues with this function module previosly. Specifically, I was attempting to update 2 fields, VIQMEL-INSPK (Technical Inspection By) and VIQMEL-DATAN (Date of Technical Inspection). Therefore there is a "U" indicator which needs to be passed (see function call below). The call is listed below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'VIQMEL_POST'&lt;/P&gt;&lt;P&gt;            EXPORTING&lt;/P&gt;&lt;P&gt;              INDUPD             = 'U'&lt;/P&gt;&lt;P&gt;              VIQMEL_NEW   = lv_viqmel_new&lt;/P&gt;&lt;P&gt;              VIQMEL_OLD    = lv_viqmel_old&lt;/P&gt;&lt;P&gt;              CHG_DOC         = 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INDUPD Parameter- U is for update&lt;/P&gt;&lt;P&gt;VIQMEL_NEW Parameter - has the old VIQMEL values along with the specific field values which need to be changed&lt;/P&gt;&lt;P&gt;VIQMEL_OLD Parameter - has the old VIQMEL values&lt;/P&gt;&lt;P&gt;CHG_DOC Parameter - indicates that change logs will be updated (assumption); assign "X" value if you want to update change logs&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Recommendation --&amp;gt; populate with the following:&lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="3" type="ul"&gt;&lt;P&gt;     GET THE EXISTING VALUES FOR THE NOTIFICATION&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;          SELECT SINGLE * INTO lv_viqmel_old&lt;/P&gt;&lt;P&gt;                 FROM VIQMEL&lt;/P&gt;&lt;P&gt;                 WHERE qmnum = it_notif-QMNUM.&lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="3" type="ul"&gt;&lt;P&gt;     ASSIGN THE OLD VALUES TO THE NEW VARIABLE&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;          lv_viqmel_new = lv_viqmel_old.&lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="3" type="ul"&gt;&lt;P&gt;     OVERLAY THE FIELDS YOU WANT TO REPLACE WITH NEW VALUES&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;          lv_viqmel_new-qmnum = it_notif-QMNUM.&lt;/P&gt;&lt;P&gt;          lv_viqmel_new-inspk = gv_inspect_by.&lt;/P&gt;&lt;P&gt;          lv_viqmel_new-datan = gv_req_end_dat.&lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="3" type="ul"&gt;&lt;P&gt;     UPDATE THE NOTIFICATION WITH NEW VALUES&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;          CALL FUNCTION 'VIQMEL_POST'&lt;/P&gt;&lt;P&gt;            EXPORTING&lt;/P&gt;&lt;P&gt;              INDUPD           = 'U'&lt;/P&gt;&lt;P&gt;              VIQMEL_NEW       = lv_viqmel_new&lt;/P&gt;&lt;P&gt;              VIQMEL_OLD       = lv_viqmel_old&lt;/P&gt;&lt;P&gt;              CHG_DOC          = 'X'.&lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="3" type="ul"&gt;&lt;P&gt;     PERMANENTLY ADD THE CHANGES TO THE SYSTEM&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;          COMMIT WORK AND WAIT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Matt Potts&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jun 2007 21:36:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-populate-data-into-qmel-table/m-p/1606901#M272350</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-07T21:36:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to populate data into QMEL table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-populate-data-into-qmel-table/m-p/1606902#M272351</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is Correct. It will establish link between Service Notification and Corresponding Service or Repair Orders.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 May 2011 21:37:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-populate-data-into-qmel-table/m-p/1606902#M272351</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-05-03T21:37:46Z</dc:date>
    </item>
  </channel>
</rss>

