<?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: General Programming question in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/general-programming-question/m-p/4233068#M1010782</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What do you mean by FMs? I am not aware of that term.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also where can I find the where used list? and what is it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: saad A on Jul 29, 2008 2:48 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 29 Jul 2008 12:42:05 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-07-29T12:42:05Z</dc:date>
    <item>
      <title>General Programming question</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/general-programming-question/m-p/4233066#M1010780</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The markup is in structure KOMG. You have to access this structure with condition type ZMUP, plant # and vendor #.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible to pull the markup percentage between two plants. I mean in programming can we pull data from structures?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This might sound stupid and I would assume you can but what are the limitations and what sort of logic will the code have?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jul 2008 17:49:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/general-programming-question/m-p/4233066#M1010780</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-28T17:49:12Z</dc:date>
    </item>
    <item>
      <title>Re: General Programming question</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/general-programming-question/m-p/4233067#M1010781</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;You can't take data directly from structures like you do with tables or views. Because structure is like a work area and only have values at run time. I think there is a FM to take the data. Try "Where-used" list.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Teddy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jul 2008 10:25:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/general-programming-question/m-p/4233067#M1010781</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-29T10:25:10Z</dc:date>
    </item>
    <item>
      <title>Re: General Programming question</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/general-programming-question/m-p/4233068#M1010782</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What do you mean by FMs? I am not aware of that term.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also where can I find the where used list? and what is it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: saad A on Jul 29, 2008 2:48 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jul 2008 12:42:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/general-programming-question/m-p/4233068#M1010782</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-29T12:42:05Z</dc:date>
    </item>
    <item>
      <title>Re: General Programming question</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/general-programming-question/m-p/4233069#M1010783</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;FM means Function Module. If you have some technical background, FM is quite like a subroutine. Where we could give an input and then the FM will give us an output. The T-Code is SE37.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'Where used list' is a standard SAP button to check in what other objects that an object is used. For example an object is data element KUNNR_V for field KOMG-KUNNR. You go to SE11 and put KUNNR_V at Data Type and display. There you will find 'where used list' button (at the right of Activate button). You can then check in what other objects that data element KUNNR_V are used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I said 'Try to use where used list', I means you need to check whether structure KOMG is used elsewhere by a Function Module. And the function module might help you to get the value you need.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Teddy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Aug 2008 04:34:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/general-programming-question/m-p/4233069#M1010783</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-04T04:34:26Z</dc:date>
    </item>
  </channel>
</rss>

