<?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: Add code in standard t-code J1IIN in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/add-code-in-standard-t-code-j1iin/m-p/5532003#M1263864</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You will have to take pains finding the right user exit for your requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Lalit Mohan Gupta.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 19 Apr 2009 05:58:02 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-04-19T05:58:02Z</dc:date>
    <item>
      <title>Add code in standard t-code J1IIN</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/add-code-in-standard-t-code-j1iin/m-p/5532001#M1263862</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to add my code in standard t-code J1IIN for checking posting date of excise with actual GI date&lt;/P&gt;&lt;P&gt;Program is SAPMJ1IIN and screen is 0150&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;process after input.

  module user_command_0150 at exit-command.
  chain.
    field vbrk-vbeln.

    module 0150_read_billing_header.

    module 0150_get_comp_custm.

    module 0150_get_delivery_item.
 endchain.

  field bkpf-budat
    module 0100_check_date.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;under     module 0100_check_date. &lt;/P&gt;&lt;P&gt;I want to add my code in J1IIN program  SAPMJ1IIN and screen is 0150 &lt;/P&gt;&lt;P&gt;in the module specified above  , but it is standard so please suggest me how can &lt;/P&gt;&lt;P&gt;i add my code at that place.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if i make whole program and trasaction Z then my check is working fine but for &lt;/P&gt;&lt;P&gt;applying check making transaction z is not recommended.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ankesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 18 Apr 2009 08:39:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/add-code-in-standard-t-code-j1iin/m-p/5532001#M1263862</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-18T08:39:10Z</dc:date>
    </item>
    <item>
      <title>Re: Add code in standard t-code J1IIN</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/add-code-in-standard-t-code-j1iin/m-p/5532002#M1263863</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By using USER EXIT you can add your own code in SAP standard program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Userxits allow us to add our own functionality to SAP standard program&lt;/P&gt;&lt;P&gt;without  modifying it . These are implemented in the form of subroutines and hence are also known as FORM EXITs. The userexits are generally collected in includes and attached to the standard program by the SAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;User exits (Function module exits) are exits developed by SAP. The exit is implementerd as a call to a functionmodule. The code for the function module is writeen by the developer. You are not writing the code directly in the function module, but in the include that is implemented in the function module. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Sayali Paradkar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 18 Apr 2009 11:40:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/add-code-in-standard-t-code-j1iin/m-p/5532002#M1263863</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-18T11:40:35Z</dc:date>
    </item>
    <item>
      <title>Re: Add code in standard t-code J1IIN</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/add-code-in-standard-t-code-j1iin/m-p/5532003#M1263864</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You will have to take pains finding the right user exit for your requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Lalit Mohan Gupta.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 19 Apr 2009 05:58:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/add-code-in-standard-t-code-j1iin/m-p/5532003#M1263864</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-19T05:58:02Z</dc:date>
    </item>
  </channel>
</rss>

