Want to add extra functionality

Hi,
    I want to add extra functionality in TC CO40 with BADI.I have identified the BADI.Now I want to put that BADI into standard program.How to go for it?

Hi Aman,
You need to go for transaction se19 to implement identified badi to take effect.Go thru the documentation in detail first and identify the right method to implement the same.

Similar Messages

  • How to add extra functionality in menu bar?

    I want to add extra menu option in standard transaction code ,
      Can anybody tell me what is the procedure .Where I have to write code for this menu option so that it is triggered when that option clicked.

    If you need to create menu exit its simple.
    1. Goto SE41, Give the program name, for which you want to maintain Menu exist.
    2. Give the Menu name in Status.
    3.Now Select the option , depending upon your requirment, Whether it is online, dialog or context menu.
    4.Suppose, you have select Online Status.
    5.Create your Menu bar, Apllication Bar, When evr you are Filling Application, Bar , keep in mind, The extension shhould Be As +001.
    Jus Check the following link.
    http://help.sap.com/saphelp_bw21c/helpdata/en/c8/19762743b111d1896f0000e8322d00/frameset.htm
    Award points if Useful.
    Regards,
    Mithun
    Message was edited by:
            Mithun Shetty

  • Add extra field in alv

    Hi experts,
    i want to add extra field in alv that is totalprice
    the total price = qunatity * price
    already quantity and price from data base tables
    but the field total price is not from any table..
    thanks advans

    Hi,
    Quantity and Price both are ddic fields.
    Define the TOTAL PRICE of the type Price in the final internal table(table to b displayed).
    before passing the data / in looping define the logic...
    LOOP AT T_SOURCE.
    T_FINAL-PRICE = T_SOURCE-PRICE.
    T_FINAL-TOL_PRICE = T_FINAL-QTY x T_FINAL-PRICE
    ENDLOOP.
    Now all the required values are in the final table.
    Reward if helpful.
    Thanks.

  • Attempting to add aditional functionality to my program. Can it be done?

    I play online poker. I've written a program that keeps track of poker hands I've played, as well as the players I've played against. After every hand, the poker client writes the hand to a text file. My program reads these text files, extracts certain information regarding the hands and stores it in a database.
    I want to add the functionality to the program that would enable it to be aware of things that are happening during the course of a hand; i.e, what cards are displayed on the board, what action each player has taken (raise, bet, check, etc.), how much each player bets, etc. These things can easily be attained AFTER the hand is over by reading through the text file that is saved, but I want the program to have access to this information DURING the hand, so I can have it preform various calculations and various other tasks.
    Now, I'm not sure how to go about doing this, nor am I sure if this can even be done in java. I expect what I would need to do is have the program intercept the data which represents various things - actions taken by players, bet sizes, displayed cards, etc - that is transfered between the poker client and server . Or, perhaps, there is a simpler, more obvious solution to this.
    So, is there any way to do the above with the proposed solution? If not, is there any other way that my program can work with the poker client itself in order to obtain the desired information without dealing with the interaction between the poker client and server?

    Who does this and how? Is the progam dumping this information? Are you manually entering it? Or did you actually write a program that is doing this? And how does it work?What happens is after a hand is completed, the poker client writes the hand to a text file. My program reads through this text file and extracts certain information. So, the text file looks something like this:
    Seat 4: player 1 ($156.50 in chips)
    Seat 6: player 2 ($17.50 in chips)
    player 1: posts small blind $1
    player 2: posts big blind $2
    *** HOLE CARDS ***
    Dealt to player 1 [9s Js]
    player 1: raises $2 to $4
    player 2: raises $2 to $6
    player 1: calls $2
    *** FLOP *** [3d As Jh]
    player 2: bets $2
    player 1: calls $2
    *** TURN *** [3d As Jh] [3h]
    player 2: bets $4
    player 1: raises $4 to $8
    player 2: calls $4
    *** RIVER *** [3d As Jh 3h] [6s]
    player 2: bets $4
    player 1: calls $4
    *** SHOW DOWN ***
    player 2: shows [Ah Kd] (two pair, Aces and Threes)
    player 1: mucks hand
    player 2 collected $39 from pot
    *** SUMMARY ***
    Total pot $41 | Rake $2
    Board [3d As Jh 3h 6s]
    Seat 3: player 2(big blind) showed [Ah Kd] and won ($39) with two pair, Aces and Threes
    Seat 4: player 1 mucked [9s Js]
    So my program just parses this text and extracts certain information, then saves it to a database I created using JDBC. I can then access this info through the GUI I created.
    This question is problematic because I don't see how if you actually wrote a program that actually does something that you couldn't make it working during the game and not just after. What I suspect is happening is that either the client is dumping this information for you or that you are manually capturing it.
    So can you describe how you are getting the information now exactly?The problem is that the text file is written to AFTER the hand takes place, not during. I'm looking for a way to access what is taking place in the hand, during the hand and not after.
    Is that helfpul at all?

  • How to Add Partner function in the main screen of the Sales order???????

    Hello All,
    I am working on ECC 6.00 SD module
    I want to add partner function in the main screen of the sales order, that mean add more partner function beside Sold to party and the ship to party to be in the order header, Is it possible and how?
    Regards
    Jacopo Françoise

    Hi
    If you want in the sales order , above the sold to party as the  box then you need to go for enhancements
    Regards
    Srinath
    Edited by: sri nath on Jun 11, 2008 6:56 PM

  • How to add new function in B1

    Can i add new function in B1.Example exist function in 2005 version is Concat(,) if i want to add new function can i do.I want function to convert number to text for decribe total price, example total price = 3250 the text must show as 'three thousand and two hundred fifty'.Can i do.Please reply.
                                            thank you

    Hi Virasak
    Where are you trying to do this??? In your program or the pld. If in the pld it can be done, works great.
    In the sdk itself i do not think there is any functions for this, but you should check in your programming enviroment to see if it has such a function.
    Hope this helps

  • Want to add Price components

    Hi All,
       I want to add extra price components in material cost estimate pricing structure i.e transaction CK11n. I am trying out this with UE COPCP005 but not sure how to this.
      Any pointers how to add extra price components.
    regards
    Saurabh.

    HI
    GOOD
    CAN YOU GIVE ME SOME BRIEF ABOUT YOUR REQUIREMENT.
    THANKS
    MRUTYUN

  • How to add extra labels into Bridge CS5?

    Hi folks, nice to meet you all.
    I do not want to edit or rename the existing 5 existing labels into Bridge CS5. I just want to create new labels. So, I want to add extra labels to have more than 5 labels.
    Does anybody know how to add extra labels into Bridge CS5? If so, please, tell me how to do it.
    Thanks.

    You should move this post to the new Bridge forum as this one will soon die.  Here is link http://forums.adobe.com/community/bridge/general

  • How to add Timer functionality to Agentry application?

    I want to add timer functionality in my Agentry app.
    After selecting particular button, the timer should start and end after other button selected.
    I am using Eclipse editor for coding and I cant see any option for timer functionality.

    Prit,
    The actiontimer program is a windows program that was developed to execute the action at certain intervals.  This program is a windows program that naturally will not run on Android and there is no equivalent android program that exists at this time.
    Also, since Android is a more locked down OS, we don't have the same capabilites in terms of other external applications invoking actions within the Agentry client that we do with Windows.
    The Agentry 6.0.x client just doesn't have the same capabilities needed to implement this functionality.  However as I mentioned, with theSMP 3.0 (Agentry 7) client we have introduced the OpenUI SDK which should give you the ability to write an equivalent capability on the Android platform.
    The OpenUI API documentation can be found at the following link
    Agentry OpenUI API
    --Bill

  • Want to add "download" feature for clients to download their photos

    Good morning all!
    I am learning as I go and putting together my website for my photography business. I want to add the functionality for clients to be able to download full resolution versions of photos from my sessions with them - versus me having to email them to them a few images at a time due to size restrictions on email servers.
    It would be great if I could have a client log in area where they could select their session from a drop down menu and download their photos.
    I have found a way to insert menus with html snippet.
    I believe I could add a form for clients to use when selecting files to download from JotForm
    I don't know what the next steps would be....
    any and all guidance most appreciated.
    Thank you
    Julie

    Slideshow supports displaying IPTC data.
    In the Slideshow module,  in the tool bar, find the ABC and click. To the right of the ABC a text box will appear, preceded with “Custom Text” .  Click on “Custom Text” for a list of options and select “edit”.  At the bottom of the dialog box will be choices from the IPTC Data including Title and Caption.  Just add that data in the Library Module right panel under Metadata and then you can display it in the slide show. The Slideshow right panel gives you control over the color, opacity, font and face in a section titled “Text Overlays”
    Bob McAnally

  • I want to add a china/splash/extra tom to drum kit - how can I do that?

    I need to be able to able to add/play china/splash/extra toms in a drum kit. How do I go about this? I already have samples for all of the instruments/pieces I want to add, but don't know how I can control all at the same time. I play a lot of real-time MIDI w/ a keyboard so it doesn't make sense to have the extra pieces in EXS while playing the drums w/ DKD.
    Anyone help with this?
    Thanks

    iOS and iPod: Syncing photos using iTunes
    http://support.apple.com/kb/HT4236
    Another way. You can use a USB flash drive & the camera connection kit.
    Plug the USB flash drive into your computer & create a new folder titled DCIM. Then put your movie/photo files into the folder. The files must have a filename with exactly 8 characters long (no spaces) plus the file extension (i.e., my-movie.mov; DSCN0164.jpg).
    Now plug the flash drive into the iPad using the camera connection kit. Open the Photos app, the movie/photo files should appear & you can import. (You can not export using the camera connection kit.)
    Secrets of the iPad Camera Connection Kit
    http://howto.cnet.com/8301-11310_39-57401068-285/secrets-of-the-ipad-camera-conn ection-kit/
     Cheers, Tom

  • Want to add a new field in VA05N

    Hi,
    I would want to add an extra field Employe responsible in VA05N.This field is populated at the time of sales order creation in the partner tab.
    Is there any way I can add this field in the output layput of VA05N transaction?

    Hi Jignesh.
    No.I have not entered the person resonsible number in the selection screen.My basic business requirement is that on entering the SO number or the customer number in VA05N, it should give me the person resonsible field in the o/p screen.Which is not appearing at the momoent even if I enter the partner Function (ER).Though the field is present in the o/p layout but somehow seems like the system is not populating it.
    Hi Krishna,
    The selction screen fileds are the filter parameters.I agree your point but being a part of o/p screen layout I think person responsible field should get populated on running the transaction.
    Pl suggest

  • Add extra link to Go Shopping screen

    Hi Guys.
    SRM 4.0, server 5.0, standalone ITS.
    Is there an easy way to add an extra transaction/link to the basic screen of SRM? I am thinking the template
    bbpstart/99/bbpglobal_650.html
    This is for example the first screen in my SRM, and I also need the function "Process Purchase order" to appear on this screen along with Go Shopping, Goods Receipt, Status etc.
    Is the only way to do this by changing the web template through SE80?
    Thanks for info.
    BR
    Dennis

    Hi
    <b>What is the purpose behind adding this new link ? What's the detailed business  requirment in your case ? Is this is related to Catalog type of link functionality ?</b>
    Which SRM version are you using ?
    <u>Anyways, please go through the following pointers, which will guide -></u>
    Re: Add Custom link in Home Page
    Add catalog link in Describe Requirement
    Re: Want to add one more link in the first screen when user gets into EBP
    Regards
    - Atul

  • How to extend/add additional functionality (to) an InDesign class like Cell

    Hello,
    I am trying to add some extra functionality to every instance of e.g. the Cell 'class' of InDesign using Javascript. I started doing something like this:
    Cell.prototype.newFunction = function() { ....... }
    which works fine: it is now possible to call newFunction() on every instance of Cell.
    But now I would like to let this function (that I've added to the prototype chain of Cell like shown above and thus is also available for an 'instance' of Cell) use a 'variable' that is specific for every Cell instance, e.g.:
    Cell.prototype.getSuperValue = function ()
    if (this._cachedValue === undefined)
    this._cachedValue = 3; // doing some incredible calculations that take some time
    return this._cachedValue;
    The this._cachedValue should be a attribute of the Cell instance. So if I take to cells from a Table and I call getSuperValue() on them I can get two different values that are specific for every instance of Cell.
    Thanks a lot in advance!
    P.S. although I am quite new to Javascript I know there are no classes in Javascript and that Cell is an object. But I thought explaining it like this would make it more clear?

    Hi John, Harbs and Marc,
    Thanks a lot for the helpful information!
    One of the things I was trying to do is give the 'instance of Cell' extra functionality like obtaining geometric information of that cell, e.g. getInsideArea which would return a rectangle containing the position and size of that cell. I wanted to give the cell a reference to an Javascript object that contained geometric information of the Table the cell is in. This geometric information is used by me to obtain the cell geometric information.
    Again thanks a lot!

  • How can I add extra pages to newsletter templates.

    I know you can add extra pages by adding a section. But this is just a blank page, whereas I'd like to continue the design without having to reconstruct it myself every time. Is this no longer possible?

    Apple has removed the Captured Pages feature that was in previous versions of Pages (along with well over a hundred other features).
    Templates no longer have the internal master pages that made adding the extra designs possible. So all you can do is a clumsy duplication of pages from the original template, which entails opening a new version if you have already altered the one you opened previously.
    It makes a mockery of good UI design.
    If you want real functionality use Pages '09.
    Peter

Maybe you are looking for

  • How do I change the info on the log in screen?

    I got a new Macbook Pro at a new company I am now working for.  I migrated my profile over from my previous computer, which is great.  However, my log-in screen still has the information from my old computer.  Is there anyway to change that? 

  • Adobe CC apps nightmare, hideous interfaces

    Hi, I have just bought into the whole Adobe CC apps things after years of working with CS4, 5 and 5.5 and remaining compatible with most of my clients, few are taking the leap to CC right now. And when I report on what my last week has been like with

  • Dropping signal, time to bin?

    Please please help! I've had my graphite airport for what must be nearly five years without any problems. In the past two days it keeps dropping its signal to nothing despite always having full signal at all times up to now. Nothing has changed, same

  • SD sapmv45a

    Hi All, I m trying to activate this program after upgrading but i m getting and error message statement not accessible. I have updated navigation index as well as generated main program for the include but it still gives the same error. Please sugges

  • Getting photos back from iCloud Photo Stream

    I just thought I would put this here as a way to fix at least one issue with iCloud Photo Stream. This was on my iPhone 4. My kid plugged my iPhone into my wife's computer. It basically put all her information and set up on to my phone. I finally got