<?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 How can I put check conditions when using Function 'LDB_PROCESS' in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-can-i-put-check-conditions-when-using-function-ldb-process/m-p/2991226#M706488</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hy experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using LDB_PROCESS and I don't know how to use check conditions in the callback forms.&lt;/P&gt;&lt;P&gt; for example: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FORM CALLBACK_QALS USING  NAME  TYPE LDBN-LDBNODE&lt;/P&gt;&lt;P&gt;                          WA    TYPE QALS&lt;/P&gt;&lt;P&gt;                          EVT   TYPE C&lt;/P&gt;&lt;P&gt;                          CHECK TYPE C.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CASE EVT.&lt;/P&gt;&lt;P&gt;   WHEN 'G'.&lt;/P&gt;&lt;P&gt;     MOVE-CORRESPONDING wa to ITAB_QALS.&lt;/P&gt;&lt;P&gt;     APPEND ITAB_QALS.&lt;/P&gt;&lt;P&gt;ENDCASE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endform.                    " CALLBACK_QALS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have anyone an example of how I can use check conditions in this type of form???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thx in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 14 Nov 2007 14:00:13 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-11-14T14:00:13Z</dc:date>
    <item>
      <title>How can I put check conditions when using Function 'LDB_PROCESS'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-can-i-put-check-conditions-when-using-function-ldb-process/m-p/2991226#M706488</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hy experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using LDB_PROCESS and I don't know how to use check conditions in the callback forms.&lt;/P&gt;&lt;P&gt; for example: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FORM CALLBACK_QALS USING  NAME  TYPE LDBN-LDBNODE&lt;/P&gt;&lt;P&gt;                          WA    TYPE QALS&lt;/P&gt;&lt;P&gt;                          EVT   TYPE C&lt;/P&gt;&lt;P&gt;                          CHECK TYPE C.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CASE EVT.&lt;/P&gt;&lt;P&gt;   WHEN 'G'.&lt;/P&gt;&lt;P&gt;     MOVE-CORRESPONDING wa to ITAB_QALS.&lt;/P&gt;&lt;P&gt;     APPEND ITAB_QALS.&lt;/P&gt;&lt;P&gt;ENDCASE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endform.                    " CALLBACK_QALS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have anyone an example of how I can use check conditions in this type of form???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thx in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Nov 2007 14:00:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-can-i-put-check-conditions-when-using-function-ldb-process/m-p/2991226#M706488</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-14T14:00:13Z</dc:date>
    </item>
    <item>
      <title>Re: How can I put check conditions when using Function 'LDB_PROCESS'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-can-i-put-check-conditions-when-using-function-ldb-process/m-p/2991227#M706489</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;U should indicate in which node (the GET) you need to check the condition, you form should have the following interface:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;FORM &amp;lt;formname&amp;gt; USING &amp;lt;nodename&amp;gt; LIKE LDBCB-LDBNODE
                       &amp;lt;workarea&amp;gt; (LIKE ...)
                       &amp;lt;mode&amp;gt;
                       &amp;lt;selected&amp;gt;.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So the code should be:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CHECK &amp;lt;WORKAREA&amp;gt;-FIELD = ............&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Nov 2007 14:07:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-can-i-put-check-conditions-when-using-function-ldb-process/m-p/2991227#M706489</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-14T14:07:11Z</dc:date>
    </item>
  </channel>
</rss>

