<?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: BADI in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi/m-p/1221081#M136405</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;First find out the BADI .&lt;/P&gt;&lt;P&gt;Go to SE19 , now create the Implementation &lt;/P&gt;&lt;P&gt;Specify Z*&lt;/P&gt;&lt;P&gt;       click on Create.....&lt;/P&gt;&lt;P&gt;it will ask you the definition Name. Give Descriptions.&lt;/P&gt;&lt;P&gt;now click on the tab Interface.&lt;/P&gt;&lt;P&gt;now double click on each method and implement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for the above Badi.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ACTIVATE_TAB_PAGE&lt;/P&gt;&lt;P&gt;this is the implementation..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;method IF_EX_LE_SHP_TAB_CUST_OVER~ACTIVATE_TAB_PAGE .
"create your own page here....
  EF_CAPTION = 'Page Name'.
  EF_PROGRAM = 'Program Name'.
  EF_DYNPRO  = '0100'.    "Screen number
endmethod.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TRANSFER_DATA_TO_SUBSCREEN&lt;/P&gt;&lt;P&gt;method implementation.&lt;/P&gt;&lt;P&gt;here you will pass data to screen .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TRANSFER_DATA_FROM_SUBSCREEN&lt;/P&gt;&lt;P&gt;get the data from screens...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PASS_FCODE_TO_SUBSCREEN&lt;/P&gt;&lt;P&gt;______________________________&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Vijay Babu Dudla&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 08 Mar 2006 11:34:44 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-03-08T11:34:44Z</dc:date>
    <item>
      <title>BADI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi/m-p/1221070#M136394</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friends..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can any body let me know example of screen or menu enhancement using BADI. I just want a requirement in which screen or menu enhancement is there.I just want a t-code or BADI name in which we can do screen enhancement.&lt;/P&gt;&lt;P&gt;This just update my knowledge.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am sure of Reward points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Mar 2006 09:11:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi/m-p/1221070#M136394</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-08T09:11:42Z</dc:date>
    </item>
    <item>
      <title>Re: BADI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi/m-p/1221071#M136395</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Jak,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Function Code and Screen Enhancements &lt;/P&gt;&lt;P&gt;Use&lt;/P&gt;&lt;P&gt;The main use of BAdIs is to enhance ABAP programs using object plug-ins. For reasons of compatibility, and to be able to use the classic means for designing a user interface for an ABAP-based SAP system (GUI status and screens,) menu enhancements and screen enhancements were adopted almost unchanged from the classic BAdIs into the BAdIs of the new enhancement concept. These enhancements represent a concept that is independent of enhancements through object plug-ins and they are not supported using special ABAP statements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Features&lt;/P&gt;&lt;P&gt;Function Code Enhancements&lt;/P&gt;&lt;P&gt;Menu enhancements have been adopted under the new name &amp;#147;Function Code Enhancements&amp;#147;, whereby the classic concept has been kept in its entirety. The use of the ABAP statements GET BADI und CALL BADI is not necessary. The runtime environment inserts the implementation of a function code enhancement automatically during program regeneration.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Screen Enhancements&lt;/P&gt;&lt;P&gt;In the case of screen enhancements, the class concept has been adopted &amp;#150; with the following exceptions:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;amp;#65399;        The previous call to the method CL_EXITHANDLER=&amp;gt;GET_PROG_AND_DYNP_FOR_SUBSCR, has been replaced by the call CL_ENH_BADI_RUNTIME_FUNCTIONS=&amp;gt;GET_PROG_AND_DYNP_FOR_SUBSCR with the same interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;amp;#65399;        The methods PUT_DATA_TO_SCREEN and GET_DATA_FROM_SCREEN will no longer be generated. You can create your own BAdI methods for data transport and call them using CALL BADI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;amp;#65399;        You no longer need to call the CL_EXITHANDLER=&amp;gt;SET_INSTANCE_FOR_SUBSCREENS and CL_EXITHANDLER=&amp;gt;GET_INSTANCE_FOR_SUBSCREENS methods. These methods are now unnecessary as they only place the BAdI reference in a temporary storage.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET_INSTANCE_FOR_SUBSCREENS is no longer necessary.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GET_INSTANCE_FOR_SUBSCREENS can, if necessary, be replaced by GET BADI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;check this link for further details&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_erp2005/helpdata/en/c1/133442d692af04e10000000a1550b0/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_erp2005/helpdata/en/c1/133442d692af04e10000000a1550b0/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_erp2005/helpdata/en/32/a83942424dac04e10000000a1550b0/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_erp2005/helpdata/en/32/a83942424dac04e10000000a1550b0/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Santosh P&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Mar 2006 09:14:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi/m-p/1221071#M136395</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-08T09:14:25Z</dc:date>
    </item>
    <item>
      <title>Re: BADI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi/m-p/1221072#M136396</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jak, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Refer to the link&lt;/P&gt;&lt;P&gt;&amp;lt;a href="http://help.sap.com/saphelp_erp2005/helpdata/en/6a/8b14e5340d11d5b3ba0050dae02d7c/frameset.htm"&amp;gt;http://help.sap.com/saphelp_erp2005/helpdata/en/6a/8b14e5340d11d5b3ba0050dae02d7c/frameset.htm&amp;lt;/a&amp;gt;&lt;/P&gt;&lt;P&gt;and&lt;/P&gt;&lt;P&gt;&amp;lt;a href="http://help.sap.com/saphelp_erp2005/helpdata/en/c1/133442d692af04e10000000a1550b0/frameset.htm"&amp;gt;Function code and Screen Enhancements&amp;lt;/a&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lokesh&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Lokesh Aggarwal&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Mar 2006 09:18:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi/m-p/1221072#M136396</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-08T09:18:45Z</dc:date>
    </item>
    <item>
      <title>Re: BADI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi/m-p/1221073#M136397</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi jai,&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Implementing Business Add-Ins (BADI)&amp;lt;/b&amp;gt; &lt;/P&gt;&lt;P&gt;The use of object orientated code within SAP has lead to new method of enhancing standard SAP code called &lt;/P&gt;&lt;P&gt;Business Add-Ins or BADI's for short. Although the implementation concept is based on classes, methods and &lt;/P&gt;&lt;P&gt;inheritance you do not really have to understand this fully to implement a BADI. Simply think of methods &lt;/P&gt;&lt;P&gt;as a function module with the same import and export parameters and follow the simple instructions below.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steps:&lt;/P&gt;&lt;P&gt;1.	Execute Business Add-In(BADI) transaction SE18&lt;/P&gt;&lt;P&gt;2.	Enter BADI name i.e. HRPBSGB_HESA_NISR and press the display &lt;/P&gt;&lt;P&gt;        button &lt;/P&gt;&lt;P&gt;3.	Select menu option Implementation-&amp;gt;Create&lt;/P&gt;&lt;P&gt;4.	Give implementation a name such as Z_HRPBSGB_HESA_NISR&lt;/P&gt;&lt;P&gt;5.      You can now make any changes you require to the BADI within this &lt;/P&gt;&lt;P&gt;        implementation, for example choose the Interface tab&lt;/P&gt;&lt;P&gt;6.	Double click on the method you want to change, you can now enter &lt;/P&gt;&lt;P&gt;        any code you require.&lt;/P&gt;&lt;P&gt;7.      Please note to find out what import and export parameters a &lt;/P&gt;&lt;P&gt;        method has got return the original BADI definition &lt;/P&gt;&lt;P&gt;        (i.e. HRPBSGB_HESA_NISR) and double click on the method name &lt;/P&gt;&lt;P&gt;        for example within HRPBSGB_HESA_NISR contract is a method&lt;/P&gt;&lt;P&gt;8.      When changes have been made activate the implementation&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check this link..it has some more info about implementations of screen and menu exits using BADI&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_47x200/helpdata/en/ee/a1d548892b11d295d60000e82de14a/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_47x200/helpdata/en/ee/a1d548892b11d295d60000e82de14a/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Ashok Kumar Prithiviraj&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Mar 2006 09:24:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi/m-p/1221073#M136397</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-08T09:24:20Z</dc:date>
    </item>
    <item>
      <title>Re: BADI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi/m-p/1221074#M136398</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jak,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for example you take this BADI &amp;lt;b&amp;gt;LE_SHP_TAB_CUST_OVER&amp;lt;/b&amp;gt; this is used in Delivery transaction for user defined screens. you go to SE18 and see the sample implementation of the BADI.&lt;/P&gt;&lt;P&gt;if you want to add your own implementation use SE19 and create a Ztype and then implement all the methods..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/e6/d54d3c596f0b26e10000000a11402f/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/e6/d54d3c596f0b26e10000000a11402f/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Mar 2006 09:26:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi/m-p/1221074#M136398</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-08T09:26:08Z</dc:date>
    </item>
    <item>
      <title>Re: BADI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi/m-p/1221075#M136399</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;Have a look at the following links.&lt;/P&gt;&lt;P&gt;I have gone thru it and it is really useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_erp2005/helpdata/en/e6/d54d3c596f0b26e10000000a11402f/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_erp2005/helpdata/en/e6/d54d3c596f0b26e10000000a11402f/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_erp2005/helpdata/en/e6/d54d3c596f0b26e10000000a11402f/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_erp2005/helpdata/en/e6/d54d3c596f0b26e10000000a11402f/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Shashank&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Mar 2006 09:38:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi/m-p/1221075#M136399</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-08T09:38:35Z</dc:date>
    </item>
    <item>
      <title>Re: BADI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi/m-p/1221076#M136400</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vijay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This BADI LE_SHP_TAB_CUST_OVER is for screen or for menu enhancement..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&amp;amp;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Mar 2006 10:01:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi/m-p/1221076#M136400</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-08T10:01:22Z</dc:date>
    </item>
    <item>
      <title>Re: BADI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi/m-p/1221077#M136401</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jak,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it is for used for Customer Screen, it is a tab page. here you can show your own data, and item details etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you go to SE18 you can find about it, it is related to Screen .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Mar 2006 10:18:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi/m-p/1221077#M136401</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-08T10:18:00Z</dc:date>
    </item>
    <item>
      <title>Re: BADI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi/m-p/1221078#M136402</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vijay &lt;/P&gt;&lt;P&gt;Thank you..&lt;/P&gt;&lt;P&gt;DO you have any step by step procedure for creating screen enhancement BADI..I am not getting any thing just by reading documentation..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your help is highly appreciated..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Mar 2006 11:22:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi/m-p/1221078#M136402</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-08T11:22:04Z</dc:date>
    </item>
    <item>
      <title>Re: BADI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi/m-p/1221079#M136403</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jak, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Refer this link&lt;/P&gt;&lt;P&gt;&amp;lt;a href="http://dctcspd2/saphelp/EN/ee/a1d548892b11d295d60000e82de14a/frameset.htm"&amp;gt;Step by step procedure to create a BADI&amp;lt;/a&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;a href="http://dctcspd2/saphelp/EN/ee/a1d548892b11d295d60000e82de14a/frameset.htm"&amp;gt;http://dctcspd2/saphelp/EN/ee/a1d548892b11d295d60000e82de14a/frameset.htm&amp;lt;/a&amp;gt;&lt;/P&gt;&lt;P&gt;I think this is the best and simplest documents available online.&lt;/P&gt;&lt;P&gt;OR &lt;/P&gt;&lt;P&gt;Goto se18 -&amp;gt; find the BADI definition -&amp;gt; take any example... Go through the interface, see all the methods available.&lt;/P&gt;&lt;P&gt;Goto se19 -&amp;gt; Create an implementation of the BADI.&lt;/P&gt;&lt;P&gt;You can also see the example implementation of the BADI to get an idea of how you should code....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also Refer to the application help of the transactions Se18 and Se19.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lokesh&lt;/P&gt;&lt;P&gt;pls. reward appropriate points&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Lokesh Aggarwal&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Mar 2006 11:25:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi/m-p/1221079#M136403</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-08T11:25:09Z</dc:date>
    </item>
    <item>
      <title>Re: BADI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi/m-p/1221080#M136404</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;lt;b&amp;gt;Implementing Screen Enhancements&amp;lt;/b&amp;gt; &lt;/P&gt;&lt;P&gt;For general information on how to implement Business Add-Ins, refer to the section &amp;lt;b&amp;gt;Implementing Business Add-Ins&amp;lt;/b&amp;gt;. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The user of the screen enhancement should perform the following steps:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       1.      Create a screen of the Subscreen type. Arrange the required fields on the screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       2.      Write the program for the screen by creating either a module pool or a function group. The program could have the following contents, for example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Topinclude:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: exit TYPE REF TO if_ex_badi_screen,&lt;/P&gt;&lt;P&gt;      flight TYPE sflight.&lt;/P&gt;&lt;P&gt;TABLES sflview.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At PBO time:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MODULE status_0100 OUTPUT.&lt;/P&gt;&lt;P&gt;  IF exit IS INITIAL.&lt;/P&gt;&lt;P&gt;    CALL METHOD cl_exithandler=&amp;gt;get_instance_for_subscreens&lt;/P&gt;&lt;P&gt;     CHANGING&lt;/P&gt;&lt;P&gt;       instance  = exit&lt;/P&gt;&lt;P&gt;     EXCEPTIONS&lt;/P&gt;&lt;P&gt;       OTHERS    = 6.&lt;/P&gt;&lt;P&gt;  ...&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;  CALL METHOD exit-&amp;gt;get_data_from_screen&lt;/P&gt;&lt;P&gt;    IMPORTING&lt;/P&gt;&lt;P&gt;      flight   = flight&lt;/P&gt;&lt;P&gt;    EXCEPTIONS&lt;/P&gt;&lt;P&gt;      reserved = 1&lt;/P&gt;&lt;P&gt;      OTHERS   = 2.&lt;/P&gt;&lt;P&gt;  ...&lt;/P&gt;&lt;P&gt;  SELECT SINGLE * FROM sflview&lt;/P&gt;&lt;P&gt;    WHERE carrid = flight-carrid AND&lt;/P&gt;&lt;P&gt;          connid = flight-connid AND&lt;/P&gt;&lt;P&gt;          fldate = flight-fldate.&lt;/P&gt;&lt;P&gt;  ..&lt;/P&gt;&lt;P&gt;ENDMODULE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At PAI time:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If data has been changed, the method PUT_DATA_TO_SCREEN is called at PAI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MODULE user_command_0100 INPUT.&lt;/P&gt;&lt;P&gt;  CALL METHOD exit-&amp;gt;put_data_to_screen&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;      flight   = flight&lt;/P&gt;&lt;P&gt;    EXCEPTIONS&lt;/P&gt;&lt;P&gt;      reserved = 1&lt;/P&gt;&lt;P&gt;      OTHERS   = 2.&lt;/P&gt;&lt;P&gt;  IF sy-subrc &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;P&gt;  ...&lt;/P&gt;&lt;P&gt;ENDMODULE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       3.      Choose the Subscreens tab. Enter the name of the called program and of the subscreen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       4.      Choose the Interfaces tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If required, add any lines necessary to the sample code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;for implementing BADI see my previous post&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;reward if useful&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Mar 2006 11:32:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi/m-p/1221080#M136404</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-08T11:32:37Z</dc:date>
    </item>
    <item>
      <title>Re: BADI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi/m-p/1221081#M136405</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;First find out the BADI .&lt;/P&gt;&lt;P&gt;Go to SE19 , now create the Implementation &lt;/P&gt;&lt;P&gt;Specify Z*&lt;/P&gt;&lt;P&gt;       click on Create.....&lt;/P&gt;&lt;P&gt;it will ask you the definition Name. Give Descriptions.&lt;/P&gt;&lt;P&gt;now click on the tab Interface.&lt;/P&gt;&lt;P&gt;now double click on each method and implement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for the above Badi.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ACTIVATE_TAB_PAGE&lt;/P&gt;&lt;P&gt;this is the implementation..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;method IF_EX_LE_SHP_TAB_CUST_OVER~ACTIVATE_TAB_PAGE .
"create your own page here....
  EF_CAPTION = 'Page Name'.
  EF_PROGRAM = 'Program Name'.
  EF_DYNPRO  = '0100'.    "Screen number
endmethod.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TRANSFER_DATA_TO_SUBSCREEN&lt;/P&gt;&lt;P&gt;method implementation.&lt;/P&gt;&lt;P&gt;here you will pass data to screen .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TRANSFER_DATA_FROM_SUBSCREEN&lt;/P&gt;&lt;P&gt;get the data from screens...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PASS_FCODE_TO_SUBSCREEN&lt;/P&gt;&lt;P&gt;______________________________&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Vijay Babu Dudla&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Mar 2006 11:34:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi/m-p/1221081#M136405</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-08T11:34:44Z</dc:date>
    </item>
    <item>
      <title>Re: BADI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi/m-p/1221082#M136406</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Lokesh,&lt;/P&gt;&lt;P&gt;The link is not working..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Mar 2006 11:36:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi/m-p/1221082#M136406</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-08T11:36:50Z</dc:date>
    </item>
    <item>
      <title>Re: BADI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi/m-p/1221083#M136407</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jak, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this link is &lt;/P&gt;&lt;P&gt;&amp;lt;a href="http://help.sap.com/saphelp_erp2005/helpdata/en/ee/a1d548892b11d295d60000e82de14a/frameset.htm"&amp;gt;http://help.sap.com/saphelp_erp2005/helpdata/en/ee/a1d548892b11d295d60000e82de14a/frameset.htm&amp;lt;/a&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also what I feel is you should go through the application help of the transactions SE18 first and then SE19. it has the easiest and complete step by step procedure for BADIs...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lokesh..&lt;/P&gt;&lt;P&gt;pls. reward appropriate points&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Lokesh Aggarwal&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Mar 2006 11:46:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi/m-p/1221083#M136407</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-08T11:46:17Z</dc:date>
    </item>
    <item>
      <title>Re: BADI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi/m-p/1221084#M136408</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vijay,&lt;/P&gt;&lt;P&gt;Thank You Very much.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Mar 2006 11:49:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi/m-p/1221084#M136408</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-08T11:49:56Z</dc:date>
    </item>
  </channel>
</rss>

