<?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 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/1586556#M264430</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ramu ,&lt;/P&gt;&lt;P&gt;            Userexit are all form endform .&lt;/P&gt;&lt;P&gt;Like for example .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Userexit MV45AFZZ has form called save_document &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;During process of order create or change there will a perform called save_document called.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But we use create a customer exit then moment u activated that using CMOD .It is automatically triggered.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Oct 2006 05:28:05 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-10-05T05:28:05Z</dc:date>
    <item>
      <title>USER EXIT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/1586554#M264428</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can any one help me on  userexits.&lt;/P&gt;&lt;P&gt;how to trigger the user exit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&amp;amp;Regards.&lt;/P&gt;&lt;P&gt;Ramu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Oct 2006 05:21:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/1586554#M264428</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-05T05:21:36Z</dc:date>
    </item>
    <item>
      <title>Re: USER EXIT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/1586555#M264429</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ramu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is an useful link :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="2482297"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Preema&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*Reward points for helpful answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Oct 2006 05:27:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/1586555#M264429</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-05T05:27:03Z</dc:date>
    </item>
    <item>
      <title>Re: USER EXIT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/1586556#M264430</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ramu ,&lt;/P&gt;&lt;P&gt;            Userexit are all form endform .&lt;/P&gt;&lt;P&gt;Like for example .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Userexit MV45AFZZ has form called save_document &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;During process of order create or change there will a perform called save_document called.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But we use create a customer exit then moment u activated that using CMOD .It is automatically triggered.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Oct 2006 05:28:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/1586556#M264430</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-05T05:28:05Z</dc:date>
    </item>
    <item>
      <title>Re: USER EXIT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/1586557#M264431</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi ramu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;USER EXITS-&amp;gt;&lt;/P&gt;&lt;P&gt;1. Introduction: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;User exits (Function module exits) are exits developed by SAP. &lt;/P&gt;&lt;P&gt;The exit is implementerd as a call to a functionmodule. &lt;/P&gt;&lt;P&gt;The code for the function module is writeen by the developer. &lt;/P&gt;&lt;P&gt;You are not writing the code directly in the function module, &lt;/P&gt;&lt;P&gt;but in the include that is implemented in the function module. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The naming standard of function modules for functionmodule exits is: &lt;/P&gt;&lt;P&gt;EXIT_&amp;lt;program name&amp;gt;&amp;lt;3 digit suffix&amp;gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The call to a functionmodule exit is implemented as: &lt;/P&gt;&lt;P&gt;CALL CUSTOMER.-FUNCTION &lt;span class="lia-unicode-emoji" title=":red_heart:"&gt;❤️&lt;/span&gt; digit suffix&amp;gt; &lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/abap/a-short-tutorial-on-user-exits.htm" target="test_blank"&gt;http://www.sap-img.com/abap/a-short-tutorial-on-user-exits.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CUSTOMER EXITS-&amp;gt; t-code CMOD.&lt;/P&gt;&lt;P&gt;As of Release 4.6A SAP provides a new enhancement technique, the Business Add-Ins. &lt;/P&gt;&lt;P&gt;Among others, this enhancement technique has the advantage of &lt;/P&gt;&lt;P&gt;being based on a multi-level system landscape (SAP, country versions, IS solutions, partner,&lt;/P&gt;&lt;P&gt;customer, and so on) &lt;/P&gt;&lt;P&gt;instead of a two-level landscape (SAP, customer) as with the customer exits.&lt;/P&gt;&lt;P&gt;You can create definitions and implementations of business add-ins at any level of the system landscape.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To unify enhancements of the SAP Standard you can migrate customer exits to business add-ins. &lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/c8/1975cc43b111d1896f0000e8322d00/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/c8/1975cc43b111d1896f0000e8322d00/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rgd&lt;/P&gt;&lt;P&gt;anver&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pls mark hlpful asnwers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Oct 2006 05:28:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/1586557#M264431</guid>
      <dc:creator>anversha_s</dc:creator>
      <dc:date>2006-10-05T05:28:49Z</dc:date>
    </item>
    <item>
      <title>Re: USER EXIT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/1586558#M264432</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can have a look at below links.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/abap/a-short-tutorial-on-user-exits.htm" target="test_blank"&gt;http://www.sap-img.com/abap/a-short-tutorial-on-user-exits.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-basis-abap.com/sapab013.htm" target="test_blank"&gt;http://www.sap-basis-abap.com/sapab013.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://sap.ittoolbox.com/documents/popular-q-and-a/debugging-a-user-exit-or-program-3022" target="test_blank"&gt;http://sap.ittoolbox.com/documents/popular-q-and-a/debugging-a-user-exit-or-program-3022&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below link will give you a code where you can find user exits for a particular transaction.&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/ab038.htm" target="test_blank"&gt;http://www.sap-img.com/ab038.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Vibha Deshmukh&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*Plz mark useful answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Oct 2006 05:31:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/1586558#M264432</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-05T05:31:23Z</dc:date>
    </item>
    <item>
      <title>Re: USER EXIT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/1586559#M264433</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can any one give me sample coding for my requairment.&lt;/P&gt;&lt;P&gt;my requairment as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have data in below segments,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;E1EDK02 BELNR Idoc document number File PO Number&lt;/P&gt;&lt;P&gt;E1EDP01 POSEX Item Number File Line Item Number&lt;/P&gt;&lt;P&gt;E1EDP01 MENGE Quantity File Item Quantity&lt;/P&gt;&lt;P&gt;E1EDP20 EDATU Date File Delivery Date&lt;/P&gt;&lt;P&gt;E1EDP19 QUALF Object Identification for customer material &lt;/P&gt;&lt;P&gt;in hte below include zxvdbu01 in need implement the code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FUNCTION EXIT_SAPLVEDB_001.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;"&lt;/STRONG&gt;"Lokale Schnittstelle:&lt;/P&gt;&lt;P&gt;*" IMPORTING&lt;/P&gt;&lt;P&gt;*" VALUE(SEGMENT) LIKE EDIDD STRUCTURE EDIDD OPTIONAL&lt;/P&gt;&lt;P&gt;*" VALUE(DXMESCOD) LIKE EDIDC-MESCOD OPTIONAL&lt;/P&gt;&lt;P&gt;*" VALUE(CONTRL) LIKE EDIDC STRUCTURE EDIDC OPTIONAL&lt;/P&gt;&lt;P&gt;*" TABLES&lt;/P&gt;&lt;P&gt;*" DXVBAP OPTIONAL&lt;/P&gt;&lt;P&gt;*" DIVBEP OPTIONAL&lt;/P&gt;&lt;P&gt;*" DXVBADR OPTIONAL&lt;/P&gt;&lt;P&gt;*" DXVBPA STRUCTURE VBPAVB OPTIONAL&lt;/P&gt;&lt;P&gt;*" DD_FLAG_P OPTIONAL&lt;/P&gt;&lt;P&gt;*" DXKOMV OPTIONAL&lt;/P&gt;&lt;P&gt;*" DXBDCDATA STRUCTURE BDCDATA OPTIONAL&lt;/P&gt;&lt;P&gt;*" CHANGING&lt;/P&gt;&lt;P&gt;*" VALUE(DXVBAK) OPTIONAL&lt;/P&gt;&lt;P&gt;*" VALUE(DD_FLAG_K) OPTIONAL&lt;/P&gt;&lt;P&gt;*" EXCEPTIONS&lt;/P&gt;&lt;P&gt;*" USER_ERROR&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 &amp;lt;b&amp;gt;ZXVDBU01&amp;lt;/b&amp;gt;.&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;&lt;/P&gt;&lt;P&gt;in the include based on the segment data .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1)i need to retrieve the sales order number and item(from table VBFA) based on the ponumber and item which is in segments.&lt;/P&gt;&lt;P&gt;2)based on the sales order and item i need to get the wmeng(quantity field from vbep) and i need to pass this wmeng to internal table IVBEP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;KINDLY CAN ANY ONE HELP ME  ON THIS TOPIC.&lt;/P&gt;&lt;P&gt;It is very very urgent.&lt;/P&gt;&lt;P&gt;Thanks in Advance.&lt;/P&gt;&lt;P&gt;Thanks&amp;amp;Regards.&lt;/P&gt;&lt;P&gt;Ramu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Oct 2006 05:41:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/1586559#M264433</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-05T05:41:24Z</dc:date>
    </item>
  </channel>
</rss>

