Badi and user exit active at the same time ?

Hi All,
Please let me know whether
1> I can have a BADI and a user exit both active at the same time for the same enhancement?
2> I can have a BADI and a user exit both active at the same time but they are for different purpose.
    eg: BADI       -- > to change statistical date of po item line on ME21N screen
          User Exit -- > to change the exchange rate on PO header on me21n screen
Please response to the second point... as this is what I am working on.
Regards,
Shital

Hello,
Thanks for your response.This is my code.
                         WSA_header = IM_HEADER->GET_DATA( ).
                          wsa_header-wkurs = '0.6668'.
                       CALL METHOD im_header->set_data
                            EXPORTING
                                   im_data = wsa_header.
Kind Regards,
Shital

Similar Messages

  • One computer, but two user-accounts active, at the same time, in 10.6?

    I'm contemplating this setup: A current generation MacPro (running SL), with two monitors. Can I have two separate user-accounts (the Admin account and one additional user-account) active and running simultaneously from the MacPro, but, of course, displayed separately to the monitor corresponding with that user-account?
    Thank you!

    you can have two accounts logged in at the same time via fast user switching but there is no way to display them at the same time on different monitors.

  • Help - Need Line in and Aux inputs active at the same time..... Audigy SE

    The company I work for purchased 3,000 of the Audigy SE? SB0570 sound cards to replace our aging original SB6 PCI cards used in our call centers. The application and Hardware require that the AUX connector and the Line in connector are both acti've at the same time in order for things to work properly.
    Problem is that when I go into the mixer settings (or windows volume controls) when I select one of the inputs to go acti've, it mutes the other two inputs (mic, line-in, or AUX). Does anyone know of a work around to let me activate the AUX and/or Line-in/Mic at the same time??
    Our workstations run Windows 2000? (but as a test, I?loaded up another PC with XP SP2 and it exibits the same problems)
    Thanks in advance for your help.

    We are using the internal AUX in connector to take audio from a vendors custom card, and at the same time we have to take audio in on the flexi-jack input on the rear of the card. The original SB PCI cards we have been using for 5 years allowed us to do this, but these new ones do not. I wrote an e-mail to Creative Tech support and here is their response: Basically it is a no go, so I am now looking at other manufactures that can support our requirements. Good news is that I contacted our supplier today and they are willing to take back all of the cards that are still sealed in their original packaging... about 2,800 of them.
    Dear Harry
    Thank you for reaching us at Creative Email Technical Support; we appreciate the opportunity to assist you.
    Based on your description, I understand that you are unable to use AUX IN and Line In/Mic In simultaneously.
    I would like to apologize for any inconvenience and seek your understanding, and are certainly thankful that you have taken precious time to bring this matter to our attention.
    Please allow me to assist you with regard to this issue.
    For your information, you are only able to use one of the option at a time.
    If you are trying to do a Recording, you may select "What U Hear"
    option.
    I hope the above mentioned solutions will be able to resolve your issue.
    If you still require assistance, please reply to this email with any previous correspondence to ensure the quickest and most accurate service.
    Best Regards,
    *removed*
    Technical Support
    Creative Labs Americas
    To provide feedback on your "Creative Experience" please click on the following link:
    http://www.**bleep**.com/support/contact/welcome.asp?r=CLI&d=TS[/u]
    This link is provided so that you may provide feedback on your "Creative Experience". If you require further troubleshooting or have additional questions simply reply to the original mail and we will be glad to assist you.
    Admin notes: Removed the name of the support advisor for their privacy.
    Message Edited by KokChoy-CL on <span class='local-date'> 0-22-2009<span class='local-time'> 0:57 [email protected]

  • ITunes and other programs active at the same time

    Is there any way to have iTunes accessible and running while another program is active. When using iTunes to hear a song for reference and using another music program (such as a music publishing program) , it is very cumbersome to continually go back and forth to each program.

    Yes, and this free program will give you complete control of iTunes from the OS X menu bar: http://www.apple.com/downloads/macosx/ipod_itunes/youcontroltunes.html

  • Difference Between BADI and User Exits

    Hi..
    generally BADIs & User Exis are used exensively in SAP SD...
    Can anybody throw some light waht is difference between them ...
    Kindly please reply......
    Regards
    Nisha

    Hi
    ifference Between BADI and User Exits
    Business Add-Ins are a new SAP enhancement technique based on ABAP Objects. They can be inserted into the SAP System to accommodate user requirements too specific to be included in the standard delivery. Since specific industries often require special functions, SAP allows you to predefine these points in your software.
    As with customer exits two different views are available:
    In the definition view, an application programmer predefines exit points in a source that allow specific industry sectors, partners, and customers to attach additional software to standard SAP source code without having to modify the original object.
    In the implementation view, the users of Business Add-Ins can customize the logic they need or use a standard logic if one is available.
    In contrast to customer exits, Business Add-Ins no longer assume a two-level infrastructure (SAP and customer solutions), but instead allow for a multi-level system landscape (SAP, partner, and customer solutions, as well as country versions, industry solutions, and the like). Definitions and implementations of Business Add-Ins can be created at each level within such a system infrastructure.
    SAP guarantees the upward compatibility of all Business Add-In interfaces. Release upgrades do not affect enhancement calls from within the standard software nor do they affect the validity of call interfaces. You do not have to register Business Add-Ins in SSCR.
    The Business Add-In enhancement technique differentiates between enhancements that can only be implemented once and enhancements that can be used actively by any number of customers at the same time. In addition, Business Add-Ins can be defined according to filter values. This allows you to control add-in implementation and make it dependent on specific criteria (on a specific Country value, for example).
    All ABAP sources, screens, GUIs, and table interfaces created using this enhancement technique are defined in a manner that allows customers to include their own enhancements in the standard. A single Business Add-In contains all of the interfaces necessary to implement a specific task.
    The actual program code is enhanced using ABAP Objects. In order to better understand the programming techniques behind the Business Add-In enhancement concept, SAP recommends reading the section on ABAP Objects.
    What is difference between badi and user-exists?
    What is difference between enhancements and user-exists? and what is the full form of BADI?
    I have another doubt in BDC IN BDC WE HAVE MSEGCALL (i did not remember the > correct name) where the error logs are stored, MSEGCALL is a table or structure.
    What is the system landscape?
    1) Difference between BADI and USER-EXIT.
        i) BADI's can be used any number of times, where as USER-EXITS can be used only one time.
           Ex:- if your assigning a USER-EXIT to a project in (CMOD), then you can not assign the same to other project.
        ii) BADI's are oops based.
    2) About 'BDCMSGCOLL' it is a structure.  Used for finding error records.
    3) Full form of BADI 'Business addins'.
    3) System land scape will be depends on your project
        Ex:- 'Development server'>'Quality server'-> 'Production server'......

  • Diff between BADI and USER EXITs

    Hi,
    What is the difference between the BADI and USER EXITs?
    Thanks,
    Satish

    HI
    GOOD
    Business Add-Ins are a new SAP enhancement technique based on ABAP Objects. They can be inserted into the SAP System to accommodate user requirements too specific to be included in the standard delivery. Since specific industries often require special functions, SAP allows you to predefine these points in your software. 
    As with customer exits two different views are available:
    In the definition view, an application programmer predefines exit points in a source that allow specific industry sectors, partners, and customers to attach additional software to standard SAP source code without having to modify the original object. 
    In the implementation view, the users of Business Add-Ins can customize the logic they need or use a standard logic if one is available.
    In contrast to customer exits, Business Add-Ins no longer assume a two-level infrastructure (SAP and customer solutions), but instead allow for a multi-level system landscape (SAP, partner, and customer solutions, as well as country versions, industry solutions, and the like). Definitions and implementations of Business Add-Ins can be created at each level within such a system infrastructure.
    SAP guarantees the upward compatibility of all Business Add-In interfaces. Release upgrades do not affect enhancement calls from within the standard software nor do they affect the validity of call interfaces. You do not have to register Business Add-Ins in SSCR.
    The Business Add-In enhancement technique differentiates between enhancements that can only be implemented once and enhancements that can be used actively by any number of customers at the same time. In addition, Business Add-Ins can be defined according to filter values. This allows you to control add-in implementation and make it dependent on specific criteria (on a specific Country value, for example).
    All ABAP sources, screens, GUIs, and table interfaces created using this enhancement technique are defined in a manner that allows customers to include their own enhancements in the standard. A single Business Add-In contains all of the interfaces necessary to implement a specific task.
    The actual program code is enhanced using ABAP Objects. In order to better understand the programming techniques behind the Business Add-In enhancement concept, SAP recommends reading the section on ABAP Objects.
    What is difference between badi and user-exists?
    What is difference between enhancements and user-exists? and what is the full form of BADI?
    I have another doubt in BDC IN BDC WE HAVE MSEGCALL (i did not remember the > correct name) where the error logs are stored, MSEGCALL is a table or structure.
    What is the system landscape?
    1) Difference between BADI and USER-EXIT.
        i) BADI's can be used any number of times, where as USER-EXITS can be used only one time.
           Ex:- if your assigning a USER-EXIT to a project in (CMOD), then you can not assign the same to other project.
        ii) BADI's are oops based.
    2) About 'BDCMSGCOLL' it is a structure.  Used for finding error records.
    3) Full form of BADI 'Business addins'.
    3) System land scape will be depends on your project 
        Ex:- 'Development server'>'Quality server'-> 'Production server'...... 
    THANKS
    MRUTYUN

  • Differences between BADIS and User-exits

    Hi everybody,
    I am new to ABAP and wonder what are the differences between BADIS and User-Exits. I read paper but did not find a SAP documentation yet.
    Does anybody know where to find a sap document which explains both technologies?
    Greetings, AD

    Hi,
    User-Exit is a specific place in a transaction-process where SAP offers
    third parties to include there own business functionality. Actually
    User-Exit is the namespace used for Exits programmed by SAP specifically
    for SD. For the other modules it's called Customer-Exit.=20
    >Business Add-Ins (BADI) =20
    The use of object orientated code within SAP has lead to new method of
    enhancing standard SAP code called Business Add-Ins or BADI's for short.
    Although the implementation concept is based on classes, methods and
    inheritance you do not really have to understand this fully to implement
    a BADI.
    For better understanding visit.
    http://sap.ittoolbox.com/groups/technical-functional/sap-r3-dev/779183#
    Hope it was useful.
    Thansk,
    Sandeep.

  • BADI and User exit for MIGO item and header enhancement

    We want to add three extra fields in MIGO screen for specific movement type 101 . Two fields at item level and one filed at header level .
    Item level fields are independent fields it will store in separate z-table and z-field and dont't have any relation with other table .
    but header field has some relation with quantity field in item level . All the item quantity has to add up in header , Is it possible to add up .
    What are the BADI and user exit need to use for this enhacement and etc required details

    Hi Raghavendra,
    Use BAdI MB_MIGO_BADI.
    It has all the methods that cater your requirement.
    Try to have a design such that you can store the values within the document by enhancing the tables using Append Structures, they surely have a link with the document.
    regards,
    Aabhas K Vishnoi

  • BADI and User Exit...

    Hi Guys,
    From my understanding and trying out tutorials on BADI, what is the difference between BADI and User Exit?
    What is the best way on how to use User Exit? There are so many user exit provided by SAP.
    Thanks and appreciated.
    William Wilstroth.

    Hi
    check this link,hopefully you will get your problem solved.
    Re: User Exit / BADI
    As far as <b>What is the best way on how to use User Exit? There are so many user exit provided by SAP.</b> is concerned. You have to choose an user exit according to your requirement. e.g MM06E005 is used to only for the purpose <b>Customer fields in purchasing document</b>
    Hope this helps
    regards
    Amit
    Message was edited by: Amit Kumar

  • Can I have my wireless mouse and the magic trackpad both active at the same time next to my computer?

    Can I have both my wireless mouse and the Magic Trackpad active at the same time next to my desktop iMac?

    Yes.  I do.  I use the Trackpad to make fine adjustments for video edits.

  • TS3280 How can i enable both paired bluetooth and ios keyboard input at the same time?

    How can i enable both paired bluetooth and ios keyboard input at the same time?
    This is needed for the app im working on. Need some user input via keypad as well as scanner input via a paired bluetooth scanner.

    You probably should not be using a keyboard bluetooth profile for a scanner, I am not a developer for apple so do not know the location for you to find out the correct profile you should be using for an input device that is not a keyboard. Sorry,
    I am sure if you navigate the apple developer site you will probaly finmd what you're looking for.
    https://developer.apple.com

  • How to limit the max dialog no that one user can use at the same time?

    Hi,
    I meet one performance problem that one user can open 6 sessions in the GUI and he/she can run 6 reports at the same time witch could occupy 6 dialogs in the sap R/3 instance. It makes poor performance for other users.
    Would you pls tell me how to limit the no. of sessions one user can create at the same time or how to limit the no. of dialogs one user can occupy at the same time?
    Thanks a lot!
    I used this parameters in the default profile as blew:
    rdisp/rfc_check 1
    rdisp/rfc_use_quotas 1
    rdisp/rfc_max_own_used_wp 20 (means: 20%)
    It still didn't work.
    Sean

    Hello,
    We can reserve DIA W.P by giving value to the parameter :- rdisp/rfc_min_wait_dia_wp=1(default)
    that have to necessarily remain free for other users.
    This parameter is used to reserve a number of dialog work processes for Dailog mode.
    For eg. If 10 dialog w.p. are configured for the instance(rdsip/wp_no_dia=10) and the parameter rdisp/rfc_min_wait_dia_wp=3 is set,parallel RFC's can occupy a maximum of 7 DIA W.P.3 DAI W.P. always remain free for dialog mode.
    But now the question is how we assign/restrict this free dialog w.p. to the specific user.
    Reply...
    Regards,
    JUNAID

  • We are a creative design studio, we need to use apple mac pro server , so we can make more than a different user to use at the same time doing different activities, on different screens, is it possible?what is the max. no. of users that can work efficient

    we are a creative design studio, we need to use apple mac pro server , so we can make more than a different user to use at the same time doing different activities, on different screens, is it possible?what is the max. no. of users that can work efficient.
    Appreciate your support and if possible , how to do this?

    If you want to work with Mac OS X, you need one computer per simultaneous user.
    What you are describing, " Multiple simultaneous logins to a single computer" is not avialable on a regular Mac of any description, unless you decide to use Unix tools instead of Mac OS X.
    Server will happily store files for many, many users and provide them to multiple (up to hundreds) of computers at "near hard Drive" speeds over Gigabit Ethernet. It can make the File Sharing part easy.

  • [WIN7] Enable Microphone and "What U Hear" at the same time?

    Hey folks!
    I am trying to enable both at the same time on my Windows 7 in order to record Battlefield 2 and my own voice at the same time.
    Please do NOT start with "do this and that", I have tried everything for at least 1 year by now and the only way to make it work is to have microphone and "What U Hear" enabled. Apparently it is not possible. In order to activate one of both you have to make it "Default" record device but then the other device gets disabled. Trying to record the disabled device obviously ends up in silence.
    What is the reason for that and how to enable BOTH devices at the same time?
    I am using PAX Drivers which the maker always updates to the latest Creative Drivers. So I am up to date.
    Thank you a lot in advance.

    Thank you for your reply.
    Well, yes, the microphone is activated. And if I put the microphone playback volume to 100 I can hear myself talk even with "What U Hear" as my default recotding device. But once battlefield 2 starts it uses the default recording device for the in-game voice over IP. If I select "what U hear" as the default device it will basically put the game sound into the VOIP...
    What I tried was - set microphone as default device, launch BF2 so it registers the microphone as VOIP input, then alt tab out, select What U Hear as default device but it does not get activated! I only see a bar at the microphone.
    What I want is to be able to have TWO volume bars, in What U Hear AND Microphone so I can use the microphone for BF2 and What U Hear as gameplay-sound for my recording device.
    In Windows XP this was possible. In Windows 7 this is missing.
    The problem here is that once a recording device (the Default one usually) is being used by a program it BLOCKS the other recording devices.

  • ASA 5505 as a SSL VPN Server and Easy VPN Client at the same time?

    Is it possible to configure and operate the ASA 5505 as a SSL VPN server and Easy VPN Client at the same time? We would like to configure a few of these without having to purchase additional ASA 5505 and use a 2 device method (1 SSL VPN Server and 1 Easy VPN Client). Thanks in advance.

    I don't think it is possible. Following links may help you
    http://www.cisco.com/en/US/products/ps6120/products_configuration_guide_chapter09186a008068dabe.html
    http://www.cisco.com/en/US/products/ps6120/products_configuration_example09186a008071c428.shtml

Maybe you are looking for

  • Windows 7 clean install/upgrade to 32 bit from 64bit

    I've just bought a touchsmart 300-1025 with windows 7 Home Premium 64bit preinstalled. I need to change this to 32 bit to ensure that my communication links with VPN work normally  -Cisco smart tunnel and/or VPN - my employers say that these will onl

  • Change Default Sort Logic Of ADF Table?

    Hello All, In my application is an ADF table with lots of rows. The default sort logic for one of the columns is from 'Oldest to Newest'. The user has to click on the sort again to get 'Newest to Olderst'. This takes away a lot of time. How can I cha

  • How to edit the scheduled report.

    Hi All, How to edit a scheduled report in bi publisher 10g. We have a scheduled report and need to change receiver email id. How to do it instead of deleting and resheduling the report. Thanks.

  • Issue in subject area of Answers in OBIEE

    HI, i installed OBIEE 10.1.3.4.1v recently,while I am trying to create some Adhoc reports with default repositary "SAMPLESALES",faced an issue that no presentation catalogue is appearing under subject area, so that i can't create reports. I configure

  • Question on best version of CUPC to use with CUPS 7.0(8)

    Hello I just loaded CUPS version 7.0(8) and was not sure of the best version of CUPC to use on the client/ I saw there is a engineering release for CUPC 7.1.1a but I can find the reedme they mention that talks about specific fixes in that version. I