<?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: User Exit Problem (Parameter) in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-problem-parameter/m-p/2023248#M414356</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hai&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why not u use select query with single clause in ur coding.Thats all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tables : ekko.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select single BSART from ekko where ................&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;**&lt;STRONG&gt;Please reward suitable points&lt;/STRONG&gt;***&lt;/P&gt;&lt;P&gt;With Regards&lt;/P&gt;&lt;P&gt;Navin Khedikar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 20 Mar 2007 07:31:28 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-03-20T07:31:28Z</dc:date>
    <item>
      <title>User Exit Problem (Parameter)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-problem-parameter/m-p/2023246#M414354</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys, i need your help. Now, i developed user exit "EXIT_SAPLMLSL_001" and this is my logic (pseudocode) in the include program "ZXMLUU07",Enhacement Assignment: "SRVLIMIT"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pseudocode :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If  Document Type (EKKO-BSART) = &amp;#147;ZPK&amp;#148; (PO-Special) &lt;/P&gt;&lt;P&gt;	On &amp;#148;Create Transaction&amp;#148; (ME21N) or &amp;#148;Change Transaction&amp;#148; (ME22N):&lt;/P&gt;&lt;P&gt;	&lt;STRONG&gt;Compare Overall Limit and Expected Value&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;	If (Overall Limit) not equal (Expected Value)&lt;/P&gt;&lt;P&gt;		Output	Error Message (&amp;#148;Overall limit must be equal with Expected Value&amp;#148;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Else&lt;/P&gt;&lt;P&gt;	&lt;STRONG&gt;do nothing&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem that i don't have access to EKKO-BSART in this function module :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FUNCTION EXIT_SAPLMLSL_001.&lt;/P&gt;&lt;P&gt;*"----&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;STRONG&gt;"&lt;/STRONG&gt;"Lokale Schnittstelle:&lt;/P&gt;&lt;P&gt;*"       CHANGING&lt;/P&gt;&lt;P&gt;*"             VALUE(I_ESUH) LIKE  ESUH STRUCTURE  ESUH&lt;/P&gt;&lt;P&gt;*"       EXCEPTIONS&lt;/P&gt;&lt;P&gt;*"              NOT_ALLOWED&lt;/P&gt;&lt;P&gt;*"----&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  INCLUDE ZXMLUU07.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDFUNCTION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you can see, only I_ESUH that i can access. How i get value EKKO-BSART in this user exit?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Mar 2007 07:22:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-problem-parameter/m-p/2023246#M414354</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-20T07:22:23Z</dc:date>
    </item>
    <item>
      <title>Re: User Exit Problem (Parameter)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-problem-parameter/m-p/2023247#M414355</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Check whether a PONUMBER EBELN field exits in ESUH structure. I.,e too it is changing paramter.&lt;/P&gt;&lt;P&gt;You can't use this include  of exit for this,&lt;/P&gt;&lt;P&gt;Search for other include, so that atleast the PO number should be available to process the exit. if BSART is not there using EBELN you can fetch that and use it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if useful&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Mar 2007 07:26:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-problem-parameter/m-p/2023247#M414355</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-20T07:26:01Z</dc:date>
    </item>
    <item>
      <title>Re: User Exit Problem (Parameter)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-problem-parameter/m-p/2023248#M414356</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hai&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why not u use select query with single clause in ur coding.Thats all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tables : ekko.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select single BSART from ekko where ................&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;**&lt;STRONG&gt;Please reward suitable points&lt;/STRONG&gt;***&lt;/P&gt;&lt;P&gt;With Regards&lt;/P&gt;&lt;P&gt;Navin Khedikar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Mar 2007 07:31:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-problem-parameter/m-p/2023248#M414356</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-20T07:31:28Z</dc:date>
    </item>
    <item>
      <title>Re: User Exit Problem (Parameter)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-problem-parameter/m-p/2023249#M414357</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anji,thank you for your quick answer for my question. I have investigate in ESUH structure and i cannot find EBELN field and that means i can' connect this structure with table ekko. You suggest me to use another include but i can't find the one that suit with my problem (Check Limit in Service Specification). Can you give another way to solve my problem ? Thank you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;========&lt;/P&gt;&lt;P&gt;Satria B&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Mar 2007 08:04:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-problem-parameter/m-p/2023249#M414357</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-20T08:04:37Z</dc:date>
    </item>
  </channel>
</rss>

