<?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 code this...please help in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-code-this-please-help/m-p/4288133#M1022918</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi use this logic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if c1 = 'X.&lt;/P&gt;&lt;P&gt;select single labst from mard into corrseponding table it_mard where..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endif&lt;/P&gt;&lt;P&gt;if c2 = 'X.&lt;/P&gt;&lt;P&gt;select single einme from mard into corrseponding table it_mard where..&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if c3 = 'X.&lt;/P&gt;&lt;P&gt;select single insmefrom mard into corrseponding table it_mard where..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;if c4 = 'X.&lt;/P&gt;&lt;P&gt;select single spemefrom mard into corrseponding table it_mard where..endif.&lt;/P&gt;&lt;P&gt;endif&lt;/P&gt;&lt;P&gt;if c5 = 'X.&lt;/P&gt;&lt;P&gt;select single retme from mard into corrseponding table it_mard where..&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;if c6 = 'X.&lt;/P&gt;&lt;P&gt;select single umlme from mard into corrseponding table it_mard where..endif.&lt;/P&gt;&lt;P&gt;endif&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prasad.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 31 Jul 2008 15:04:25 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-07-31T15:04:25Z</dc:date>
    <item>
      <title>how to code this...please help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-code-this-please-help/m-p/4288130#M1022915</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friends:&lt;/P&gt;&lt;P&gt;   Please help me in coding the following scenario:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   I've the following checkboxes on selection screen:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. inventory quantity current period-unrestricted (mard-labst)&lt;/P&gt;&lt;P&gt;2. inventory quantity current period-restricted use stock (mard-einme)&lt;/P&gt;&lt;P&gt;3. inventory quantity current period-in quality inspection(mard-insme)&lt;/P&gt;&lt;P&gt;4. inventory quantity current period - blocked (mard-speme)&lt;/P&gt;&lt;P&gt;5. inventory quantity current period - returns (mard-retme)&lt;/P&gt;&lt;P&gt;6. inventory quantity current period- stock in transfer (mard-umlme)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now the scenario is like this. The user may check 1/2/3/4/5/6 checkboxes while executing this program. Now what all checkboxes are checked, only those values to be fetched from MARD. E.g. 1 &amp;amp; 2 are checked. Then I'll fetch labst &amp;amp; einme from MARD. Then I'll add it up. Please help me in coidng this. How to decide it at runtime.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks:&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Jul 2008 14:58:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-code-this-please-help/m-p/4288130#M1022915</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-31T14:58:48Z</dc:date>
    </item>
    <item>
      <title>Re: how to code this...please help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-code-this-please-help/m-p/4288131#M1022916</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Gaurav&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can write 6 different select like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if checkbox1 = 'X'.&lt;/P&gt;&lt;P&gt;select mard-labst .&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if checkbox2 = 'X'.&lt;/P&gt;&lt;P&gt;select mard-einme.&lt;/P&gt;&lt;P&gt;endif....and so on...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Amit.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Jul 2008 15:03:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-code-this-please-help/m-p/4288131#M1022916</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-31T15:03:43Z</dc:date>
    </item>
    <item>
      <title>Re: how to code this...please help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-code-this-please-help/m-p/4288132#M1022917</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi check this..&lt;/P&gt;&lt;P&gt;do like this..write the condition in the where condition..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if p_c1 = 'X.&lt;/P&gt;&lt;P&gt;select * from mard into table it_mard where ...&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;if p_c2 = 'X.&lt;/P&gt;&lt;P&gt;select * from mard into table it_mard where..&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if p_c3 = 'X.&lt;/P&gt;&lt;P&gt;select * from mard into table it_mard where..&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;if p_c4 = 'X.&lt;/P&gt;&lt;P&gt;select * from mard into table it_mard where..&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;if p_c5 = 'X.&lt;/P&gt;&lt;P&gt;select * from mard into table it_mard where..&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;if p_c6 = 'X.&lt;/P&gt;&lt;P&gt;select * from mard into table it_mard where..&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Jul 2008 15:03:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-code-this-please-help/m-p/4288132#M1022917</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-31T15:03:54Z</dc:date>
    </item>
    <item>
      <title>Re: how to code this...please help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-code-this-please-help/m-p/4288133#M1022918</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi use this logic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if c1 = 'X.&lt;/P&gt;&lt;P&gt;select single labst from mard into corrseponding table it_mard where..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endif&lt;/P&gt;&lt;P&gt;if c2 = 'X.&lt;/P&gt;&lt;P&gt;select single einme from mard into corrseponding table it_mard where..&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if c3 = 'X.&lt;/P&gt;&lt;P&gt;select single insmefrom mard into corrseponding table it_mard where..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;if c4 = 'X.&lt;/P&gt;&lt;P&gt;select single spemefrom mard into corrseponding table it_mard where..endif.&lt;/P&gt;&lt;P&gt;endif&lt;/P&gt;&lt;P&gt;if c5 = 'X.&lt;/P&gt;&lt;P&gt;select single retme from mard into corrseponding table it_mard where..&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;if c6 = 'X.&lt;/P&gt;&lt;P&gt;select single umlme from mard into corrseponding table it_mard where..endif.&lt;/P&gt;&lt;P&gt;endif&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prasad.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Jul 2008 15:04:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-code-this-please-help/m-p/4288133#M1022918</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-31T15:04:25Z</dc:date>
    </item>
  </channel>
</rss>

