Vl31n & Vl32n user-exits checking to identify which one helps...how to do

I have to make sure that the manufacturing date given while batch split has to be updated in the document details.
Basically I have found 17user exits under vl31n tcode...
except one user-exit all the other user-exits are not activated.
I am not expert in user-exits.. I want to activate all the user exits and test any user-exits helps me.
For that what I need to do initially .  Could you please help me ..?
I need to create project in cmod ?
Please guide me- thanks in advance.

Hi,
In VL31 program put break point at all occurrances of function module CALL-CUTOMER .Each CALL-CUSTOMER refers to an enahancement component in a  user exit. When transaction is running it goes into each of this CALL-CUSTOMER function module. Check whether your required functionality can be achieved in that exit. After finding correct user exit, create project for that and proceed.
Aswarth

Similar Messages

  • XK01 user exit or BADI in which LIFNR & BUKRS are  available .

    Hi experts,
    Is there any user exit or BADI in which account no of vendor(lfa1-lifnr),company code(lfb1-bukrs)
    purchasing organisation(lfm1-ekorg) available.
    My requirement is to send a mail with these details when a vendor is created using XK01 transaction.
    I tried with exit SAPMF02K and BADI  VENDOR_ADD_DATA.But above deatils are not available in this exit since the exit is executed before the LIFNR is assigned.
    Is there any solution for this problem???? Pls do reply...

    Hi
    The following are the BADIs available for XK01
    VENDOR_ADD_DATA
    VENDOR_ADD_DATA
    VENDOR_ADD_DATA_BI
    VENDOR_ADD_DATA_BI
    VENDOR_ADD_DATA_CS
    VENDOR_ADD_DATA_CS
    VENDOR_FIELDACTIVE
    User exits:
    RFKRRANZ
    SAPMF02K
    If none of these satisfy your needs you can check upon the enhancement spots option if you ARE IN ecc 6.0
    Regards,
    Soumya.

  • Hi there. Can a MacBook from mid 2007 running OS X (10.6.8) be upgraded to a later version? If yes which one and how can I get it please? Many thanks. Franck

    Hi there. Can a MacBook from mid 2007 running OS X (10.6.8) be upgraded to a later version? If yes which one and how can I get it please? Many thanks. Franck

    10.7 Lion is still available from Apple. You will have to call Apple Customer Care 1-800-692-7753 or 1-800-676-2775. to purchase it. Then within 3 days you will get an email with a code which you can use to download Lion from the App Store.  The price is $19.99.
    You must have at least a Late 2006 model 2,1 MacBook.
    The model 2,1 (Late 2006 & Mid 2007) can use 3gb of 200 pin 667mhz PC2-5300 RAM
    The model 3,1 (Late 2007) can use 6gb of 200 pin 667mhz PC2-5300 RAM
    Lion will require at least 2gb of RAM but really needs 4gb to run smoothly. You can put two 2gb RAM sticks in the model 2,1 but it can only use 3,3gb. This is a hardware limitation and cannot be changed.
    http://en.wikipedia.org/wiki/3_GB_barrier
    http://www.everymac.com/systems/apple/macbook_pro/faq/macbook-pro-core-2-duo-3-g b-memory-limitation-details.html
    OWC tests have found that there is a slight speed increase with having two 2gb sticks in rather than one 1gb and one 2gb. the model 2,1 is in the gray lines at the bottom of the graph. http://eshop.macsales.com/shop/Memory_Benchmark/Apple_MacBook/
    As for third party programs see this list for compatibility with 10.7 http://roaringapps.com/apps:table
    Also Lion doesn't run any Power PC programs. To see if you have any Power PC programs go to the Apple in the upper left corner and select About This Mac, then click on More Info. When System Profiler comes up select Applications under Software. Then look under Kind to see if any of your applications are listed as Power PC. Universal and Intel will run under Lion.
    Before Mac switched to Intel processors in 2006 they used Power PC processors from 1994 to 2005. Power PC 601 through 604, G3, G4 and G5. Applications written for the Power PC processors need the application called Rosetta to run on Intel processors. This was part of the Operating System in 10.4 and 10.5 but was an optional install in 10.6. With 10.7 Lion Apple dropped all support for Power PC applications.

  • R/3 Extraction User Exit: check bw system?

    Hi,
    we have connected two bw systems 'A' and 'B' to one sap r/3 system.
    We are using the r/3 extraction user exit (RSAP0001).
    The coding in the user exit will depend on the bw system.
    Is there any possibility to check in the coding using a parameter or variable which bw system is actually extracting data?
    Thanks for you help.

    Hello Marc,
    I tried the RFC callback method. Unfortunatel it does not work. I got an ABAP dump "CALL_FUNCTION_NO_SENDER":
    Program not started via RFC. No return possible.
    You attempted to execute an RFC call with the DESTINATION "BACK", but this destination is a reserved word and denotes and signifies a return to the calling program.                                       
    The current program was not called via RFC ('Remote Function Call').   
    It seems that the bw system starts a separate job on the sap r/3 system (sm37) for extracting the data and so no rfc information is available.
    Regards,
    Lothar

  • Me21n user exit.......How to get PO number at runtime while saving PO.

    HI All,
    I am wiring the user exit for ME21N .
    The requirement is need to save item text data along with PO.
    For this i am using SAVE_TEXT Fm for this. the input for this FM contains PO number.
    How can i get the PO number at runtime. Is there any exit for this?
    Can any one suggest me the way to get PO number at runtime.
    Thanks,
    Khasimsa.

    Hi,
    In Function Exit "EXIT_SAPMM06E_013" of "MM06E005",there is an Import Parameter I_EKKO-EBELN which will contain the PO number and this exit will get triggered just before saving the PO.
    Hope this will help.
    Thanks & Regards,
    Rock.

  • Multiple triggring events - How can you identify which one started the wf?

    Hi all,
    I would like to know if there is a way of identifying which triggering event started the wf.
    The situation is like this: i have a workflow that can be started by one of 6 triggering events (6 different situations for vendor master data - creation needed, extension needed, change needed and so on). I have to do different steps inside the workflow function of which event actually triggered the wf.
    Is there a container element that gets some sort of identification for the event that actually triggered the wf?
    I found a container element that holds the name of the event but it's a multiline container element (so i guess it holds all the event names) and i can't use it in a multiple condition.
    Thank you
    Cristina

    for those events, you can add want you want as abap dictionary
    it doesn't matter, just look in SE11, where you can find any kind of data element of type char1 and use that one.
    Those events, are those standard events or events that you trigger yourself with the function SWE_EVENT_CREATE?
    Edited by: Kristof De Bruecker on Mar 24, 2010 2:56 PM

  • User exit theory and practical knowledge (Pls help experts)

    Hi Experts,
    Kindly help me to know about user exit.
    Thanks in advance
    Will reward  points.

    Hi,
    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.
    The naming standard of function modules for functionmodule exits is: 
    EXIT_<program name><3 digit suffix> 
    The call to a functionmodule exit is implemented as:
    CALL CUSTOMER.-FUNCTION <3 digit suffix>
    Example:
    The program for transaction VA01 Create salesorder is SAPMV45A
    If you search for CALL CUSTOMER-FUNCTION i program
    SAPMV45A you will find ( Among other user exits):
    CALL CUSTOMER-FUNCTION '003'
      exporting
        xvbak   = vbak
        xvbuk   = vbuk
        xkomk   = tkomk
      importing
        lvf_subrc = lvf_subrc
      tables
        xvbfa = xvbfa
        xvbap = xvbap
        xvbup = xvbup.
    The exit calls function module EXIT_SAPMV45A_003
    2. How to find user exits?
    Display the program where you are searching for and exit and search for CALL CUSTOMER-EXIT
    If you know the Exit name, go to transaction CMOD.
    Choose menu Utillities->SAP Enhancements. Enter the exit name and press enter.
    You will now come to a screen that shows the function module exits for the exit.
    3. Using Project management of SAP Enhancements, we want to create a project to enahance trasnaction VA01 .
    - Go to transaction CMOD
    - Create a project called ZVA01
    - Choose the Enhancement assign radio button and press the Change button
    In the first column enter V45A0002 Predefine sold-to party in sales document. 
    Note that an enhancement can only be used in 1 project. If the enhancement is already in use, and error message will be displayed
    Press Save
    Press Components. You can now see that enhancement uses user exit EXIT_SAPMV45A_002. Double click on the exit.
    Now the function module is displayed. Double click on include ZXVVAU04 in the function module
    Insert the following code into the include: E_KUNNR = '2155'.
    Activate the include program. Go back to CMOD and activate the project. 
    Goto transaction VA01 and craete a salesorder. 
    Note that Sold-to-party now automatically is "2155"
    Regards,
    M.K

  • I want to check my addon compatabilities BEFORE I try to upgrade to Firefox 4 (without checking each and every one manually) How can I do this?

    Many people have posted frantic questions about problems downgrading from FF4 to FF3.6, because of incompatabilities with their Addons. I use a LOT of addons. I don't want to check each and every one of them manually for compatability. (And then repeat that in a few weeks, to see what's changed....) And I don't want to try upgrading to FF4 on spec, and then discover I need to downgrade because one or more of the addons I rely on doesn't work.
    How can I check the addon compatabilities WITHOUT actually upgrading?

    You can try the Is It Compatible? add-on which adds compatibility information to the add-ons manager - https://addons.mozilla.org/en-US/firefox/addon/is-it-compatible/

  • Two developer folders on my system. Which one and how to delete?

    I noticed during a scan of my harddisc, that I have two developer folders on my system:
    - Developer
    - Developer-3.2.4
    both located in the root of HD.
    The question is:
    - Do I need both folders?
    - If not: which one is redundant
    - How to get rid of the unnecessary folder
    Thanks,
    René

    Yes.
    (114709)

  • Workflow question: WS - TS relation ?  how to identify which one?

    Hi everyone,
    I need to activate a PO workflow, every PO created should be "ordered" by a purchaser.
    How can I accomplish this ?   I thought activate the event: ws140000089 (one step po approval).  But how can I identify the "ts" task ?   In this case, the purchaser should approve every PO created.
    How do you identify the worklow - task relation ?   or do you know how can I accomplish this ?
    Thanks guys and Merry Christmas =)
    Regards,
    Diego

    Hi Diego,
    Go to tcode PFTC_DIS, Select Workflow Template from Drop down, then type in 140000089, Click on Display. Then, Click on Workflow Builder in the next screen.
    In the following screen, You should be able to figure out TS the Dialog workflow task which carries the workitem to the purchaser for their approval.
    Try this and if you need further help, pls let me know.
    Otherwise, if you are working with workflow developers, they should be able to help you.
    Thanks,
    Jay

  • How to check the query, which had run how many times in a year?

    <Moderator Message: ok, subject is better now but you didn't search at all. Therefore thread is locked again>
    Hi All,
    I want to check the Query statistics like it had run how many times in a year?
    Regards,
    Kiran
    Edited by: Siegfried Szameitat on Dec 9, 2008 11:55 AM

    Hi Kiran,
    please follow the below steps
    1. Create a query for that purpose
    2. Make use of BW Statistic InfoProvider 0BWTC_C02
    3. in Col: Key Figure:0TCTNAVCTR
    4. in Row: 0TCTQUERY (select a variable 0TCTQUYS)
    5. in Filter: BW System( 0TCTSYSID) [give yr source system name whether its production/quality)
    6. in Free char you can give calmonth/year  or user if want to do so.
    save and execute the query
    you will be asked for input the query name
    As output you will be getting count (as many times query is hit by all users since the time it was created)
    if you give date and user name then it will display the count accordingly.
    Hope it Clarifies you.
    Thanks & Regards
    Nagaraju.V

  • If I have duplicate tracks, how do identify which one to keep.

    In some cases I have as many as seven copies of the same track. Some have a cloud symbol, some a cloud with a line through it and some with no cloud. Is thera simple rule of knowing which of these should be kept?
    Thanks

    Is thera simple rule of knowing which of these should be kept?
    I'd first of all look for the audio quality of the files - sample rate, bitrate and keep the files with the highest quality. Then look at the tags you added; keep the files where you have set comments and grouping tags. And if you still have more than one file to keep, keep the ones with a simple cloud, that have been successfully uploaded, not the crossed out inelligible files or duplicate files.

  • HT4796 Migration has created another user account but I only want one.  How can I combine them?

    Hi everyobdy.  Mac Newbie here. 
    I have migrated my files from my old windows laptop to Macbook Pro using the Migration assistant.
    All seemed to work Ok, but it appears I have also migrated my old user profile.  My Mac now has two users, one has the files, one doesn't.
    Do I need to delete a user, or can I combine the two?  If so, how?
    Thanks,
    Steve

    I would suggest logging in to the user account that has the files and deleting the one that doesn't. You can change your visible username later if you don't like the old one.
    As to why such a thing would happen, i don't know.

  • JAva API's which one and how?

    hi, thanks for the reply, (see below message)
    basically i want to create a a webbased application that uses JSP, XML. i know i need to use JSDK and J2EE and know how to install them, however im thinking of using Xerces-J as it contains SAX and DOM pparses. alongside this i wish to use tomcat as the deployment application. i am not very experianced with installing these last two apps and dont understand the guides and they dont mention other API's? do i need to install Java webservices development pack or are the java xml parses such as JAXP, are SAX and DOM already part of the API or do i need to use xerces!
    thanks in advance
    im starting a project which is webbased, so i will be using JSP and XML.
    i have installed tomcat it seems to work fine.
    but having problems with the other java packages: J2EE, JSDK and apache's xerces-J for xml processing!
    do i need to install the JAVA WSDP?? how would i go about installing these??
    please please help!
    Re: J2EE, JSDK, XML, JSP!! HELP!
    Author: ad136217
    In Reply To: J2EE, JSDK, XML, JSP!! HELP! Dec 19, 2003 12:59 AM
    Reply 1 of 1
    Hi,
    Please let us know the problem you are facing while installing.
    Install J2EE 1.4 application server.You could create web application using it. It contains xerces parser for xml processing.
    -Amol

    Hi Moh_Ali,
    You don't have to install JWSDP pack for xml parsing.
    If you are using jdk 1.4 and above, there is a xml parser(crimson) bundled with it for xml processing(SAX,DOM).
    Even tomcat 5 has xerces bundled with it.
    Hence for your web based application , what you need is j2sdk and tomcat .
    Get back if you have any other issues.
    -Amol

  • Margin windows or ads won't load and only say there's no network connection. ran a connectivity scan but nothing was found. I figure its a setting of sorts but don't know which one or how to fix

    When I go to my home page or various web pages there are ads link boxes that never load a picture or anything. They just have a notice that the page could not be loaded. usually it says it can't connect to the internet and to check internet connectivity. when I do it runs a scan that comes back saying there were no connectivity issues.

    See:
    * http://kb.mozillazine.org/Error_loading_websites

Maybe you are looking for