<?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: NEsted IF in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/nested-if/m-p/2298859#M502252</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;what about my previous condition... if i use this then i will ahve n no of if's&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;anjali&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 22 May 2007 02:48:42 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-05-22T02:48:42Z</dc:date>
    <item>
      <title>NEsted IF</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/nested-if/m-p/2298853#M502246</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;can anyone correct this statement&lt;/P&gt;&lt;P&gt;select * from zco where co = siitab-id.&lt;/P&gt;&lt;P&gt;ENDSELECT.&lt;/P&gt;&lt;P&gt;if co = '11' and /cotyp = '14'.&lt;/P&gt;&lt;P&gt;    j_itab-typ = 'aa' OR 'bb' OR 'cc' OR 'dd' OR 'dd'.&lt;/P&gt;&lt;P&gt;    J_ITAB-RCOST_CENTER_ID = 'Y'&lt;/P&gt;&lt;P&gt; co  = 'aa' and cotyp = '10'.&lt;/P&gt;&lt;P&gt;    j_itab-typ = 'aa'.&lt;/P&gt;&lt;P&gt;else.&lt;/P&gt;&lt;P&gt;  messsage e001 with ' values are out of range&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 May 2007 02:33:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/nested-if/m-p/2298853#M502246</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-22T02:33:11Z</dc:date>
    </item>
    <item>
      <title>Re: NEsted IF</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/nested-if/m-p/2298854#M502247</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;see the code below :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REPORT ZTEST3 line-size 400.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select * from zco where co = siitab-id.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if co = '11' and /cotyp = '14'.&lt;/P&gt;&lt;P&gt;j_itab-typ = 'aa' OR 'bb' OR 'cc' OR 'dd' OR 'dd'.&lt;/P&gt;&lt;P&gt;J_ITAB-RCOST_CENTER_ID = 'Y'&lt;/P&gt;&lt;P&gt;co = 'aa' and cotyp = '10'.&lt;/P&gt;&lt;P&gt;j_itab-typ = 'aa'.&lt;/P&gt;&lt;P&gt;else.&lt;/P&gt;&lt;P&gt;messsage e001 with ' values are out of range&lt;/P&gt;&lt;P&gt;endif. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDSELECT.&lt;/P&gt;&lt;P&gt;You need to use if condition between select endselect.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 May 2007 02:35:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/nested-if/m-p/2298854#M502247</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-22T02:35:53Z</dc:date>
    </item>
    <item>
      <title>Re: NEsted IF</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/nested-if/m-p/2298855#M502248</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;iam getting error in this line.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;j_itab-typ = 'aa' OR 'bb' OR 'cc' OR 'dd' OR 'dd'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for OR operator its not allwoing this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anjali&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 May 2007 02:42:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/nested-if/m-p/2298855#M502248</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-22T02:42:50Z</dc:date>
    </item>
    <item>
      <title>Re: NEsted IF</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/nested-if/m-p/2298856#M502249</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;select single * from zco where co = siitab-id.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if co = '11' and /cotyp = '14'.&lt;/P&gt;&lt;P&gt;j_itab-typ = 'aa' OR 'bb' OR 'cc' OR 'dd' OR 'dd'.&lt;/P&gt;&lt;P&gt;J_ITAB-RCOST_CENTER_ID = 'Y'&lt;/P&gt;&lt;P&gt;co = 'aa' and cotyp = '10'.&lt;/P&gt;&lt;P&gt;j_itab-typ = 'aa'.&lt;/P&gt;&lt;P&gt;else.&lt;/P&gt;&lt;P&gt;messsage e001 with ' values are out of range&lt;/P&gt;&lt;P&gt;endif. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Venki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 May 2007 02:43:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/nested-if/m-p/2298856#M502249</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-22T02:43:41Z</dc:date>
    </item>
    <item>
      <title>Re: NEsted IF</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/nested-if/m-p/2298857#M502250</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use like this :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if j_itab-typ = 'aa'  OR  &lt;/P&gt;&lt;P&gt;if  j_itab-typ = 'bb' OR &lt;/P&gt;&lt;P&gt;if j_itab-typ  = 'cc' OR &lt;/P&gt;&lt;P&gt;if j_itab-typ  = 'dd' .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;endif&lt;/P&gt;&lt;P&gt;endif&lt;/P&gt;&lt;P&gt;endif&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 May 2007 02:46:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/nested-if/m-p/2298857#M502250</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-22T02:46:02Z</dc:date>
    </item>
    <item>
      <title>Re: NEsted IF</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/nested-if/m-p/2298858#M502251</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;'OR' and 'AND' are used only for conditional statement and not for ASSIGNMENT. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
SELECT * from zco where co = siitab-id.

if co = '11' and cotyp = '14'.
  j_itab-typ1 = 'aa'.
  j_itab-typ2 = 'bb'.
  j_itab-typ3 = 'c'.
  j_itab-typ4 = 'd'.
  J_ITAB-RCOST_CENTER_ID = 'Y'.
  co = 'aa'.
  cotyp = '10'.
  j_itab-typ = 'aa'.
else.
  messsage e001 with ' values are out of range
endif.

ENDSELECT.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 May 2007 02:48:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/nested-if/m-p/2298858#M502251</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-22T02:48:03Z</dc:date>
    </item>
    <item>
      <title>Re: NEsted IF</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/nested-if/m-p/2298859#M502252</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;what about my previous condition... if i use this then i will ahve n no of if's&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;anjali&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 May 2007 02:48:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/nested-if/m-p/2298859#M502252</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-22T02:48:42Z</dc:date>
    </item>
    <item>
      <title>Re: NEsted IF</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/nested-if/m-p/2298860#M502253</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i did not have system right now..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if j_itab-typ1 = 'aa' or j_itab-typ1 = 'bb' or j_itab-typ1 = 'cc'.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check this condition&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 May 2007 02:51:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/nested-if/m-p/2298860#M502253</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-22T02:51:26Z</dc:date>
    </item>
    <item>
      <title>Re: NEsted IF</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/nested-if/m-p/2298861#M502254</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anjali,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't understand why you are using or when you are assing a value&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;j_itab-typ = 'aa' OR 'bb' OR 'cc' OR 'dd' OR 'dd' -- this is not correct syntax&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the control doesn't know which value you are assingning this is correct when your checking&lt;/P&gt;&lt;P&gt;if j_itab-typ = 'aa' OR 'bb' OR 'cc' OR 'dd' OR 'dd'.-- yOu can do this here you are check whether it has anyone of those value&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;j_itab-typ = 'aa' OR 'bb' OR 'cc' OR 'dd' OR 'dd'   - this doesn't make any sense for me&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tell me what you are trying to do &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;venki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 May 2007 02:51:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/nested-if/m-p/2298861#M502254</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-22T02:51:40Z</dc:date>
    </item>
    <item>
      <title>Re: NEsted IF</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/nested-if/m-p/2298862#M502255</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is these your conditions&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if co = '11' and cotyp = '14'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; j_itab-typ1 = 'aa' or j_itab-typ1 = 'bb' or  j_itab-typ1 = 'cc' or  j_itab-typ1 = 'dd'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if this is. try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
SELECT * from zco where co = siitab-id.
 
if co = '11' and cotyp = '14'.
  if j_itab-typ1 = 'aa' or 
   j_itab-typ1 = 'bb' or
   j_itab-typ1 = 'cc' or
   j_itab-typ1 = 'dd'.
     J_ITAB-RCOST_CENTER_ID = 'Y'.
     co = 'aa'.
     cotyp = '10'.
     j_itab-typ = 'aa'.
  endif.
else.
  messsage e001 with ' values are out of range
endif.
 
ENDSELECT.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 May 2007 02:52:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/nested-if/m-p/2298862#M502255</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-22T02:52:21Z</dc:date>
    </item>
    <item>
      <title>Re: NEsted IF</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/nested-if/m-p/2298863#M502256</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ardrian,&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="------------------------------------------------" /&gt;&lt;P&gt;if co = '11' and cotyp = '14'.&lt;/P&gt;&lt;P&gt;  j_itab-typ1 = 'aa'.&lt;/P&gt;&lt;P&gt;  j_itab-typ2 = 'bb'.&lt;/P&gt;&lt;P&gt;  j_itab-typ3 = 'c'.&lt;/P&gt;&lt;P&gt;  j_itab-typ4 = 'd'.&lt;/P&gt;&lt;P&gt;  J_ID = 'Y'.&lt;/P&gt;&lt;P&gt;  co = 'aa'.&lt;/P&gt;&lt;P&gt;  cotyp = '10'.&lt;/P&gt;&lt;P&gt;  j_itab-typ = 'aa'.&lt;/P&gt;&lt;P&gt;...................................&lt;/P&gt;&lt;P&gt;in this if my IF condition is true ... it can fall under any one type....&lt;/P&gt;&lt;P&gt;for this can i go head with case and when...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;plz suggest me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 May 2007 03:00:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/nested-if/m-p/2298863#M502256</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-22T03:00:49Z</dc:date>
    </item>
    <item>
      <title>Re: NEsted IF</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/nested-if/m-p/2298864#M502257</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Venki,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF my coid is '11' and '14'.&lt;/P&gt;&lt;P&gt;then they types with be either one of it  j_itab-typ1 = 'aa'.&lt;/P&gt;&lt;P&gt;  j_itab-typ2 = 'bb'.&lt;/P&gt;&lt;P&gt;  j_itab-typ3 = 'c'.&lt;/P&gt;&lt;P&gt;  j_itab-typ4 = 'd'.&lt;/P&gt;&lt;P&gt;  J_ITAB-RCOST_CENTER_ID = 'Y'.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;anjali&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 May 2007 03:07:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/nested-if/m-p/2298864#M502257</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-22T03:07:20Z</dc:date>
    </item>
    <item>
      <title>Re: NEsted IF</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/nested-if/m-p/2298865#M502258</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;CASE Statment&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;case j_itab-typ1 &lt;/P&gt;&lt;P&gt;when  'aa'.&lt;/P&gt;&lt;P&gt;J_ITAB-RCOST_CENTER_ID = 'Y'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; when  'bb'.&lt;/P&gt;&lt;P&gt;J_ITAB-RCOST_CENTER_ID = 'Y'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when  = 'c'.&lt;/P&gt;&lt;P&gt;J_ITAB-RCOST_CENTER_ID = 'Y'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when  'd'.&lt;/P&gt;&lt;P&gt;J_ITAB-RCOST_CENTER_ID = 'Y'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when others.&lt;/P&gt;&lt;P&gt;message&lt;/P&gt;&lt;P&gt;endcase.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 May 2007 03:11:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/nested-if/m-p/2298865#M502258</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-22T03:11:55Z</dc:date>
    </item>
    <item>
      <title>Re: NEsted IF</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/nested-if/m-p/2298866#M502259</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i am not clear your requirement and why you are using nested select query,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;alrady you have jtab,then use loop..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at jtab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;get the data from ur ztable comapre with jtab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 May 2007 03:17:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/nested-if/m-p/2298866#M502259</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-22T03:17:34Z</dc:date>
    </item>
    <item>
      <title>Re: NEsted IF</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/nested-if/m-p/2298867#M502260</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Anjali&lt;/P&gt;&lt;P&gt;do this may be help you&lt;/P&gt;&lt;P&gt;select * from zco where co = siitab-id.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if co = '11' and cotyp = '14'.&lt;/P&gt;&lt;P&gt;if j_itab-typ = 'aa' OR &lt;/P&gt;&lt;P&gt;j_itab-typ = 'bb'  OR &lt;/P&gt;&lt;P&gt;j_itab-typ = 'cc' OR&lt;/P&gt;&lt;P&gt; j_itab-typ = 'dd' OR&lt;/P&gt;&lt;P&gt; j_itab-typ = 'dd'.&lt;/P&gt;&lt;P&gt;J_ITAB-RCOST_CENTER_ID = 'Y'&lt;/P&gt;&lt;P&gt;co = 'aa' .&lt;/P&gt;&lt;P&gt;cotyp = '10'.&lt;/P&gt;&lt;P&gt;j_itab-typ = 'aa'.&lt;/P&gt;&lt;P&gt;else.&lt;/P&gt;&lt;P&gt;messsage e001 with ' values are out of range&lt;/P&gt;&lt;P&gt;endif. &lt;/P&gt;&lt;P&gt;ENDSELECT.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 May 2007 12:06:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/nested-if/m-p/2298867#M502260</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-22T12:06:14Z</dc:date>
    </item>
  </channel>
</rss>

