How to trace call to the VOFM..

hi,
I have a VOFM for delivery split where lots of conditions are checked and finally LIKP-ZUKRL is set with the delivery criteria. I understand that this is configured to be invoked just before delivery split happens. Now where is that point in the standard code ? How do I trace that ? I basically want to see if there is any enhancement spot/point available before this call to the VOFM.
Also, if LIKP-ZUKRL is set , how is this value read ? I am not able to follow how to fill this LIKP-ZUKRL in correct sequence ? Its a field with 40 characters.
thnks

Thanks...I fail to understand how to update the ZUKRL field. It is a 40 character field. How would I store multiple criteria values in it ?? In my current code there are two structures defined....ZUKRL_A and ZUKRL_B each with different sets of fields like
ZUKRL_A : vtweg, saprt, kunnr, matgrp
ZUKRL_B: matgrp, matnr_qlf, zzcustomfield1, zzcustomfield2
In my code, these structures are filled with values and finally
either zukrl_a or zukrl_b is set to likp-zukrl based on some checks.
Now my question is, how will SAP read these values from zukrl and utilize..This will help me to understand how to sequence/order I should use, if needed. Is there any config to be set for this ?
I hope i am clear..
thks

Similar Messages

  • How to trace call in CME

    Hi,
    How to trace a call that is going through a GW which is also running a CME..It that possible first, if so what is the command in the CME router ?
    Please help...
    Regards
    Allwyn Reuben

    Hi Allwyn,
    If you're troubleshooting basic call routing/dial-peer matching you will probably want to run a 'debug voip dial-peer'.  If you're looking for more detailed information including Q.850 disconnect cause codes 'debug voip ccapi inout' is a good one as well.  However, a lot of the debugs that you may be looking for will depend on what protocols and signaling types are running.  Ex. 'debug isdn q931' is great for T1 PRI's, etc.  Your exact call-flow is also required to define which debugs would be required to track calls going in and out of your system.
    HTH,
    Chris

  • How to change call to the function module in the standard program

    Hi Guru,
    My requairment is to create the new Z function module  ZJ_1B_IM_NF_DOCUMENT_FUNCTION in the MM07MFJ1 program.
    I have created the Z Funtion module,
    plz provide me the info how to change the call to the new custom FM from the standard program.
    Points will be given to the ans.

    You use SE38 to change out the code.  When you try and change it you will get a popup asking you for a Key, since you are changing SAP Code.  If you have a Developers key you have to go to the SAP Service Marketplace and tell SAP that you are changing this code in order to get they key.  After this every time you do support packs you run the risk of this getting overlaid and you will have to change it back, also if you have a problem and SAP sees that you customized this code they probably won't spend any time on your problem.

  • How do I call up the content in a scrollpane?

    I'm having trouble calling up the content in my scrollpane in a simple quiz application.  I'm a graphic designer so I'm not real proficient with AS3 yet.  I created a scrollpane object called Scroller1 and I'm trying to scroll a movie object called Movie1 inside the scrollpane.  The code I used from the Adobe site calls up an external file, but I want to call up an internal movie so I changed the Scroller1.source = to the movie name, but it doesn't work.
    Here is the code I have on the frame that contains the scrollpane:
    import fl.events.ScrollEvent;
    Scroller1.setSize(300, 200);
    function scrollListener(event:ScrollEvent):void {
        trace("horizontalScPosition: " + Scroller1.horizontalScrollPosition + 
         ", verticalScrollPosition = " + Scroller1.verticalScrollPosition);
    Scroller1.addEventListener(ScrollEvent.SCROLL, scrollListener);
    function completeListener(event:Event):void {
        trace(event.target.source + " has completed loading.");
    // Add listener.
    Scroller1.addEventListener(Event.COMPLETE, completeListener);
    Scroller1.source = "Movie1";
    Is there some other way I need to call this up?  The movie is a contents list that has buttons to take you to various frames in the application and it's too long for one page.
    Thanks for the help!

    If the Movie1 object is on the stage and you have assigned it the instance name "Movie1" (in the Properties panel), then it should be loaded into the scrollpane if you use...
    Scroller1.source = Movie1;

  • How to decline call when the phone is not in lock screen

    Why is there no option to decline a call when it rings like for the old iOS? I need an option to decline a call, not remind me later or send a message

    It does not solve the problem for me. I liked to decline people and instantly call them back (cause I have bonus calls) by simply sliding their name in the missed call that appeared right affter I declined.
    Now if I decline by double tapping the power button the missed call does now show up on the notification screen, so I have to unlock, go to my contacts and call back... Do I need to say this is terribly worst???

  • How to trace and track the mobile , I lost it today , Please help ?

    Dear friends , I lost my iphone 4s today 5th Nov 2013 around 10.00 am indian time and now the cell phone reports switched off , can anyone help with techniques to track and trace the cell phone . I have my IMEA NO. with me.

    You cannot track a switched off phone. Your IMEI is useless for tracking it.
    Did you setup Find my iPhone on it before losing it?

  • How to trace Logs for WebService connectivity - 3rd Party to ECC

    Hi Experts,
    Basically it's a simple scenario, the 3rd party will send a soap request with the information in it and wiill be sent to ECC and be written on a table.
    I'm wondering on how to trace logs on the soap request sent from 3rd party to an ECC environment. I used Altova XMLSpy and soapUI and  to create a soap request from wsdl created in SOAMANAGER. Both of the software returns a response. Do these both of these software really sends data (soap request) going to the binded address or it's just i simulation that wsdl created is valid.
    Cheers,
    R-jay

    Hello,
    These third party tools send web service requests to SAP system. You can trace Service invocation and download the request and response payloads using SOAMANAGER. In Logs and Trace tab,  edit the Trace configuration with suitable trace level and expiration time.
    Thanks,
    Venu

  • Making calls outside the USA

    so what is the drill on how to make calls outside the USA?
    I know the iPhone 3G is GSM, so do I just get a pre-paid SIM card in whatever country and put it in?

    First, tell AT&T to activate int'l roaming. Then buy an inexpensive unlocked phone. Get a pre-paid SIM card where you are roaming. Use the cheap phone with the prepaid sim card for all out going calls. Use the iPhone to screen who is trying to call you. AT&T usually charges between .99 and 1.29/minute. So you are definately better off to get another phone. The reason you have to get another phone is that the iPhone will not accept any non AT&T SIM cards.

  • How to print a method trace to a file (first method called to the end)

    I have a tomcat war that I am deploying. I want to use some command line parameter or some tool that will show me a method trace of each method that gets executed.
    There is some static initializer in the code that starts everything in the war (the war is not a web app) but simply a process that runs in the background that does stuff.
    I want to find out what the first method called in the war is and to locate the static initializer. Having a method trace would do this because this method would be printed out first.
    After the static initializer gets called I want to see a method trace of all methods called. Having this printed to a file like Class:Method(params) would be nice.
    Even better would be some sort of tool that I could open a trace file with and see method calls in the order they were called.
    I tried several Java profiling tools but none of them show me the order (first to last) of the methods called. All I need is to see a method trace from beginning to end.
    Any help would be appreciated.

    JProbe provided almost everything I needed to see a method call trace. The method graph feature was great.
    I have a single static class with a static initializer that runs in a loop but did not know what the class name was (I inherited some code and was told about the static initializer).
    So when I fired it up in JProbe it showed me the class running off the root thread. In fact I found another static initializer that was unknown to me and another oddity as well.
    The only problem is that the method call graph is collapsed and you need to click [+] to expand every method call.
    I am told by JProbe support that there was an "expand all" option in JProbe 7.0 but it is not there in 7.1.
    Not sure why they took the time, money and energy to take a needed feature out.
    It would be great to have something that did the same thing from the command line or to be able to print a method call trace out to a file but not sure how to do this.

  • How do I trace a dialed 911 phone call to the originating phone?

    My company has just deployed a CME at a new location and we had one user call 911. I know this is a regular occurance but my manager has asked me to find out which phone it came from? I can see from the logs what time it happened but how do I trace back to the user who made the call? Any useful commands would be appreciated as I am new to call manager.
    Thank you!
    000280: May 13 16:09:20.730 PDT: %ISDN-6-CONNECT: Interface Serial0/0/0:9 is now connected to 911 N/A
    000281: May 13 16:09:22.206 PDT: %ISDN-6-DISCONNECT: Interface Serial0/0/0:9  disconnected from 911 , call lasted 1 seconds
    000282: May 13 16:09:42.786 PDT: %ISDN-6-CONNECT: Interface Serial0/0/0:0 is now connected to N/A N/A

    errant 911 calls can become annoying and expensive once the police decide to charge you for dispatches.  The only real way to prevent this is to have the user stay on the line and tell the operator that it was a mistake. Very few places require a dispatch in that situation but if the users are embarrassed or scared then simply hang-up on the 911 operator then they usually callback or dispatch or both.
    Here is a dirty way to keep track of this problem and it will only cost you a phone.
    Set up a Line on a phone and call it extension 911, then another for extension 9911.
    Set RNA to 2 seconds or 3 seconds then forward to 8.911
    Set 8.911 (or a variation that does not step on your dial plan) to strip the 8. and call 911
    Now when someone calls 911 or 9911 it will be recorded on your emergency phones Missed Call log.
    Now comes the real dirty part.  Call the user back and ask if they are ok.  Then explain to them, innocently, that it costs a lot of money when you hang-up on the 911 Operator. Then tell them you are glad they are ok and not in danger and that lots of people make this error (empathy). I guarantee you that this person will not make the same mistake again once they know they can be tracked.  Internal shame is stronger than external embarrassment.
    Now go look at the old Berbee InformaCast product or the IPCelerate product or any host of other E911 features that will send an immediate email when 911 is called, complete with Caller Info and time.

  • Multiple Operations in a Single Interface - How To trace the Operations !!!

    Hello PI Experts,
    We have implemented an interface for Multiple Operations in the client proxy.
    We are able to trigger the proxy for the diff methods of the class and the message is flowing to the desired Receiver correctly.
    I have 2 queries regarding these mutiple operations workout :-
    1.     First thing I am curious about , how PI is knowing/handling the operation details i.e which operation   needs to be carried out & routed to which receiver.
    I had a good look at the SOAP Header Message , but there is no trace of the operation name    that is being used.Only the Interface name is tracked over   there.
    I just want to know , how PI is handling & determining this whole stuff and where we can find out the operation name which is being used...as it should be   mentioned somewhere in the message header.
    2.     Second one is if the sender is other than a webservice/proxy call, how can we make the operation specific calls from the sender for e.g if its a http call ?
    Could you please help me out with this.
    Thanks in Advance,
    Sunil Kumar
    Edited by: SUNIL DALAL on Nov 4, 2010 11:23 AM

    Yes, its possible no doubt..but how its playing with the operations can you please let me know.
    Thanks,
    Sunil
    Edited by: SUNIL DALAL on Nov 8, 2010 2:26 PM

  • How to trace the wdy application from Portal link?

    Hi
    I have a  req to work with a application,which show the salary slip,through ESS portal,but I am not able to trace out the webdynpro application,is is running behing this?
    can any oe pls tell how to trace out the application,if worked any time.
    secondly req is to insert the logo in the salary slip,when we clk in the SALARY button,its display the slip as PDF,please tell how this PDF is attached inside the application,as if its a Z smart form,than i can insert the logo in it & can reinsert in the webdynpor application,as I think its a case of z smrtform which is called or linked on webdynpro.
    pls tell how to trace the standard application or the smart form.
    regds

    Hi Vipin,
    You can get the webdynpro application name from the portal link or you can ask portal team to get you the webdynpro
    application name from the portal iView of salary slip application.
    After that go to SICF tcode.
    Search for the application name by entering the application name against the field SERVICE NAME and press F8 (execute).
    The system will find you the SICF service for that webdynpro application. Select that service from the list.
    Now click on menu GOTO->OBJECT DIRECTORY ENTRY and get the package name from the popup window.
    Go to tcode SE80 and open that package.
    Expand node Web dynpro->Web Dynpro Applicat.  and find the application there.
    Double click on the application.
    Get the web dynpro component from the application parameter.
    Open the Web Dynpro component in se80 and do the changes as required.
    Regards,
    Vikrant

  • How to secure a PL/SQL procedure that is called from the web browser

    If you have ever seen the sample document management application, and tried to download a file that was stored in the system, you are probably familiar with the apex_util.count_click URL that is used to download the file. If you copy that URL and paste it into a new browser, you will not be prompted to login to download the requested file. I'm using SSO with Apex as a partner application. How can I secure a pl/sql procedure like this to redirect to the login page before beginning the download?
    Thanks,
    Kris

    You can use the second method described here:
    http://apex.oracle.com/pls/otn/f?p=31517:15
    You would use an application process instead of pasting the procedure call in the browser. In the case I describe, you don't need to grant execute to public on the download procedure.
    Denes Kubicek
    http://deneskubicek.blogspot.com/
    http://www.opal-consulting.de/training
    http://apex.oracle.com/pls/otn/f?p=31517:1
    -------------------------------------------------------------------

  • How do I make a hands free call with the iphone 4s?

    How do I make a hands free call with the iphone 4s?  I have a bluetooth car device and when I try to talk through it (as I did with my old phone) to call someone it does not work.  so far only hte last person called is redialed.

    That is a carrier-based service. So first you have to make sure your service contract includes that feature.
    It usually also includes Call Hold. So you call the first party, put them on hold, call the second, then reactivate the first. But only if your carrier allows you to.

  • How do I block messages and calls on the iPhone 5?

    Hey people, how do I block irritating message and calls on the iPhone?

    I'm having the same issue. It had the feature before and worked beautifully, and now when I try I do the same pinching/stretching method and nothing happens. I don't have an option to zoom anywhere in photo or video.

Maybe you are looking for

  • Can you transfer game center to a different apple id?

    Hi, does anyone know whether it's possible to change the apple id associated with game center on an ipad - when I go into the account settings, I can change the email associated with it, the name, nickname, etc. but not the apple id... Does anyone kn

  • Image will not change on the Browser...Saving on the Tomcat Problem...HELP

    Hi, I worte a Servlet project using JBuilder 7 and TOmcat 4. THis is basically what i am doing... I am getting an image from database and saving it to a folder in tomcat and then displaying it on a browser. This application is used by multiple users.

  • How do I save an iPhoto project?

    Hi all, I'm trying to put together a book in iPhoto 11 for a Christmas present. However, when I close the program and go back in later, all the photos are gone and I am left with a blank project. As it's quite a big project I can't really do it in on

  • How to check if the RMI is running from Applet?

    I want to check if the RMI at a particular machine is running. I am planning to set-up four RMI servers in four different locations. If one fails, I would like the client to look-up for an other RMI at a different location. To do this effectively, I

  • Ubuntu 10.04 (build 16.3-b01, mixed mode) - Applet Fails (log inside)

    I am looking for some advice on what to try next. ---- java console ---- Java Plug-in 1.6.0_20 Using JRE version 1.6.0_20-b02 Java HotSpot(TM) 64-Bit Server VM User home directory = /home/cprofitt c: clear console window f: finalize objects on finali