<?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: Requirement Help ABAP in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/requirement-help-abap/m-p/4099211#M980234</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you don't know what to do - go back to the person who asked you to do it and tell them and ask for help.  You can't expect people here on SDN to do your work for you when only you are getting paid for it.  This is a forum for help, not for getting your work done for you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 08 Jul 2008 08:21:10 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-07-08T08:21:10Z</dc:date>
    <item>
      <title>Requirement Help ABAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/requirement-help-abap/m-p/4099208#M980231</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am facing an issue here...as I am not able to understand the requirement..Please look at it and tell me what needs to be done .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;***********************************************************&lt;/P&gt;&lt;P&gt;please add and output to Program&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;printing all fields from the list&lt;/P&gt;&lt;P&gt;'0MATL_TYPE','0STOR_LOC','0SALESORG','0SHIP_TO', '0MATERIAL', 'YRDBMUG1', '0PLANT', '0COMP_CODE', '0SOLD_TO', '0DISTR_CHAN', '0DIVISION'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;which are not in the result of the SQL:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT b.fieldnm&lt;/P&gt;&lt;P&gt;FROM YRDBFH010 a, RSOSFIELDMAP b&lt;/P&gt;&lt;P&gt;where 1=1&lt;/P&gt;&lt;P&gt;and a.SOURCESYSTEM = b.LOGSYS&lt;/P&gt;&lt;P&gt;and a.datasource = b.oltpsource&lt;/P&gt;&lt;P&gt;and b.objvers = 'A'&lt;/P&gt;&lt;P&gt;and rtrim(a.sourcesystem)||rtrim(a.datasource) = :p_src_ds and a.psa_id like :p_psa_id&lt;/P&gt;&lt;P&gt;and b.iobjnm in ('0MATL_TYPE','0STOR_LOC','0SALESORG','0SHIP_TO', '0MATERIAL', 'YRDBMUG1', '0PLANT', '0COMP_CODE', '0SOLD_TO', '0DISTR_CHAN', '0DIVISION')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The block should be executed after line 382 and just write something like:&lt;/P&gt;&lt;P&gt;Warning: The following info objects could not be mapped:&lt;/P&gt;&lt;P&gt;0MATL_TYPE&lt;/P&gt;&lt;P&gt;YRDBMUG1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;****************************************************************&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me in telling the requirement and if some one completely understood this..please tell me what code needs to be inserted.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will be very thankful to u..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Varun.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jul 2008 07:54:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/requirement-help-abap/m-p/4099208#M980231</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-08T07:54:46Z</dc:date>
    </item>
    <item>
      <title>Re: Requirement Help ABAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/requirement-help-abap/m-p/4099209#M980232</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Might be U need to display a message&lt;/P&gt;&lt;P&gt;if any of the following field has no value or initial.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'0MATL_TYPE','0STOR_LOC','0SALESORG','0SHIP_TO', '0MATERIAL', 'YRDBMUG1', '0PLANT', '0COMP_CODE', '0SOLD_TO', '0DISTR_CHAN', '0DIVISION'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jul 2008 08:01:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/requirement-help-abap/m-p/4099209#M980232</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-08T08:01:47Z</dc:date>
    </item>
    <item>
      <title>Re: Requirement Help ABAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/requirement-help-abap/m-p/4099210#M980233</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can some help ..please look into this and help me..&lt;/P&gt;&lt;P&gt;I am not getitng even a bit.&lt;/P&gt;&lt;P&gt;u can contact me at&lt;/P&gt;&lt;P&gt;mail_nvp in yahoo.co.in&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jul 2008 08:08:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/requirement-help-abap/m-p/4099210#M980233</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-08T08:08:21Z</dc:date>
    </item>
    <item>
      <title>Re: Requirement Help ABAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/requirement-help-abap/m-p/4099211#M980234</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you don't know what to do - go back to the person who asked you to do it and tell them and ask for help.  You can't expect people here on SDN to do your work for you when only you are getting paid for it.  This is a forum for help, not for getting your work done for you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jul 2008 08:21:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/requirement-help-abap/m-p/4099211#M980234</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-08T08:21:10Z</dc:date>
    </item>
  </channel>
</rss>

