How MS_PURCHASE_ORDER_REPORTING function works?

I want to know the functionality of this function. Because i have a requeriment in the me2s transaction.
I need to replace the report by a smartform.
And i need to know the functionality of this function (MS_PURCHASE_ORDER_REPORTING)
thanks.

a

Similar Messages

  • How delete function works in apple, How delete function works in apple

    How delete function works; normally, it is working as backspace?

    yoga2000 wrote:
    How delete function works; normally, it is working as backspace?
    If you're a Windoze user, and, by some very remote chance, you're asking how to do ⌦ (forward delete) on a MacBook Pro keyboard, the answer is fn⌫ (fn-delete).
    You might benefit from
    Switch 101: On Windows, I used to...
    <http://support.apple.com/kb/HT2514>
    Apple Portables: Key placement and functions
    <http://support.apple.com/kb/HT3164>
    Mac OS X keyboard shortcuts
    <http://support.apple.com/kb/HT1343>

  • How score() function works in HANA fuzzy search

    Hi, i am confused by the score() returned value when i use this in fuzzy search in HANA
    CREATE COLUMN TABLE test_similar_calculation_mode
    ( id INTEGER PRIMARY KEY, s text);
    INSERT INTO test_similar_calculation_mode VALUES ('1','stringg');
    INSERT INTO test_similar_calculation_mode VALUES ('2','string theory');
    INSERT INTO test_similar_calculation_mode VALUES ('3','this is a very very very long string');
    INSERT INTO test_similar_calculation_mode VALUES ('4','this is another very long string');
    SELECT TO_INT(SCORE()*100)/100 AS score, id, s FROM test_similar_calculation_mode WHERE CONTAINS(s, 'theory', FUZZY(0.9, 'similarCalculationMode=compare')) ORDER BY score DESC;
    the returned list is just as below
    SCORE      ID      S
    0.84            2       string theory
    why i assign 0.9 as threshold in fuzzy function while this line with score 0.84 also be returned.
    from my understanding, the S field is text data type, so the string actually is divided into seperate word list, so the score should be 1.0, is it right?
    any hints is very appreciate,thanks

    Hi William,
    By default the score() function returns a TF/IDF score for text data types.
    To get back the fuzzy score, you have to use the search option 'textSearch=compare' (or 'ts=compare'). Without other options, this gives an average score of all tokens ('string' and 'theory') and you get a score of 0.7 as a result.
    To ignore the additional token 'string' in the database, you have to specify another option that tells the score function to use the tokens from the user input only ('cnmt=input').
    So you should use
    TO_INT(SCORE()*100)/100 AS score, id, s
    FROM test_similar_calculation_mode
    WHERE CONTAINS(s, 'theory', FUZZY(0.9, 'scm=compare, ts=compare, cnmt=input'))
    ORDER BY score DESC;
    to get the expected results.
    Regards,
    Jörg

  • I really can't understand how this recursive works??

    Hi all,
    I have got a recursive function that checks for palendrome string. But it is confusing. I know that a string is palenromme if it is empty or has a char or first char and last one are same and middle is palindromme too.
    but can't understand how this function works.
    class Palindromme
         boolean palindrom(String s)
              if (s.length() <= 1 || s.equals(null) || s=="") //this is the stopping point
                   return true;
              else
              {                    //recursive definition
                   return ( s.charAt(0) == s.charAt(s.length()-1) ) && palindrom(s.substring(1,s.length()-1));
    specially i don't know how palindrom(s.substring(1,s.length()-1)); is working cause it has to be increased for each loop.
    abdul
    PS: actually i don't know how recursion works from Data structure point of view

    Hi,
    ok your palindrome is : "otto"
    return ( s.charAt(0) == s.charAt(s.length()-1) ) && palindrom(s.substring(1,s.length()-1));
                  o                     o                                   tt
    so first part is true                                        
    in the second part palindrom is called again but with the remaining tt
    so second time :
    return ( s.charAt(0) == s.charAt(s.length()-1) ) && palindrom(s.substring(1,s.length()-1));
                   t                     t                                 ""
    Third time:
    if (s.length() <= 1 || s.equals(null) || s=="") //this is the stopping point
    return true;after all for otto the recusion is:
    return ( s.charAt(0) == s.charAt(s.length()-1) ) && s.charAt(1) == s.charAt(s.length()-2) ) && nothing left of otto);
    Phil

  • How does filter work

    Hi,
    i am trying to understand how filtering works in Diadem. I know of the CFCFiltChn in built function but i was wondering if anyone could tell/explain how that function works. Or post a link where i could read up on it. Any info would be greatly appreciated.
    Thanks
    ~sn

    Hi Shefalika,
    In the folder ..\DIAdem\Manuals you find a PDF called CrashAnalysis.pdf which describes the crash analysis functions. I attached this document.
    Greetings
    Walter
    Attachments:
    CrashAnalysis.pdf ‏1212 KB

  • I have a macbook pro version 10.7.5 and my mailbox will not open at all and comes up with a quit message even though it is not open. how can i get into my account. it works on my iPhone an i have internet and all other functions working on my computer

    I have a macbook pro version 10.7.5 and my mailbox will not open at all and comes up with a quit message even though it is not open. how can i get into my account. it works on my iPhone and i have internet and all other functions working on my computer

    Launch the Console application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Console in the icon grid.
    Step 1
    Make sure the title of the Console window is All Messages. If it isn't, select All Messages from the SYSTEM LOG QUERIES menu on the left. If you don't see that menu, select
    View ▹ Show Log List
    from the menu bar.
    Enter the name of the crashed application or process in the Filter text field. Select the messages from the time of the last crash, if any. Copy them to the Clipboard by pressing the key combination command-C. Paste into a reply to this message by pressing command-V.
    When posting a log extract, be selective. In most cases, a few dozen lines are more than enough.
    Please do not indiscriminately dump thousands of lines from the log into this discussion.
    Important: Some private information, such as your name, may appear in the log. Anonymize before posting.
    Step 2
    In the Console window, look under User Diagnostic Reports (not "Diagnostic and Usage Messages") for crash reports related to the crashed process. The report name starts with the name of the process, and ends with ".crash". Select the most recent report and post the entire contents—the text, not a screenshot. I know the report is long. Please post all of it anyway.
    In the interest of privacy, I suggest that, before posting, you edit out the “Anonymous UUID,” a long string of letters, numbers, and dashes in the header of the report, if it’s present (it may not be.)
    Please don’t post other kinds of diagnostic report—they're very long and rarely helpful.

  • Iv bought a touchpad app for my iPhone 5 to use on my Mac mini, all the functions work accept the zoom one, how can I fix this problem

    Iv bought a touchpad app for my iPhone 5 to use on my Mac mini, all the functions work apart from the zoom one. How can I fix this please

    Iv bought a touchpad app for my iPhone 5 to use on my Mac mini,''
    Considering the app for the iPhone is for iOS, you may have problems using it on the Mac (Mac OS X)
    Two different operating sysems.
    From iTunes for the touchpad app:
    Requirements: Compatible with iPhone, iPod touch, and iPad. Requires iOS 5.1 or later. This app is optimized for iPhone 5.
    From here >  https://itunes.apple.com/us/app/touchpad/id297623931?mt=8

  • How do you reactivate the grey utilities scroll up tab at the bottom of the screen that should reveal wifi, bluetooth etc? Doesn't matter what orientation the ipad is in, it won't scroll up from the bottom. All other screen functions work normally.

    How do you reactivate the grey utilities scroll up tab at the bottom of the screen that should reveal wifi, bluetooth etc?
    Doesn't matter what orientation the ipad is in, it won't scroll up from the bottom.
    All other screen functions work normally.

    Settings/Control Center. There are two options which are pretty self-explanitory...one enables/disables access on the Lock Screen and one enables/disables access within apps/games.

  • How does the SignatureClear() function work?

    Hello everyone:
    I have read Javascript for Acrobat API Reference (8.0) and I'm still wondering how SignatureClear() works. Is it possible to clear a signature field with this? How? It is said that you can not work with it in Adobe Reader... but I have seen some other functions working despite of the Availability column: is it possible to use it in Reader?
    Code examples will be very appreciated.
    Regards,
    Javier

    Javier
    I have not reviewed thew API documentation, but I can comment...
    1)  To "clear" or remove a digital signature, you need to have access to the "private" key (digital credential\certificate) that was used to generate the signature.  This means that typically, only the signer can remove their own signature.
    2)  You cannot sign a PDF document with Reader, UNLESS the PDF has been "reader extended" with the "signing" permission that will enable the ability to sign a document with Reader.  A PDF can be extended with LiveCycle Reader Extensions (server product) or with Acrobat Professional.  I have nottried it myself, but I would assume that the "signing" permission would need to be enabled on the document to allow Reader to remove (clear) the signature, assuming agaion that Reader had access to the private key used to create the signature.
    Hope this helps.
    Steve

  • How E-mail functionality works with Interaction Center Webclient

    Dear all,
    How the E-mail functionality works with IC Webclient, How can we can send and receive E-mails to customers and internal employees through Interaction Center.
    Does SMTP server required to be involved for this functionality or External Telephony system Vendor iprovides this function.
    What is ERMS? and why we use this in IC Webclient.
    Please educate me to understand the concept of E-mail functionality in IC Webclient.
    Your help will be highly appreciated.
    Best wishes,
    Raghu ram.

    Hello Raghu ram,
    The SAP CRM Interaction Center uses a concept of a shared email inbox for agent teams. This allows customers to communicate with your Interaction Center by sending emails to a corporate email address like service@yourcompany. You typically group your agents together into queues based on a particular product or skillset. Using this concept, customer's don't send emails directly to a specifc agent's email address, and agent's don't send emails directly to each other. That would rather still be done with groupware products like Microsoft Outlook.
    You have three options for routing emails into the CRM Interaction Center. You can push emails real-time to agents via a screen pop using third-party contact-center software like SAP BCM, Genesys, Avaya, and so on. Or there are two options for sending emails into the agent inbox, where the emails are processed in offline mode by agents, technicians, and engineers. You can route emails directly to a specific inbox group/queue by using different emails addreses. Or, you can leverage ERMS to decide where which agents to route the email to based on business rules.
    Please see the various notes mentioned above that appear in the sticky note on top of this forum. For example, there is a nice 85 page FAQ document on the Agent Inbox in note 882653. And ERMS note 940882 is also very useful.
    Regards,
    John

  • How the Drill down functionality works if the source is Bex Query

    Dear All,
    How the Drill down functionality works if the source is Bex Query through the query browser in Dashboard 4.1
    Please let me know process.
    Thanks
    Regards,
    Sai

    Hi sai,
    Drill down can be done by two ways.
    1. you need to bring all the data in one shot to the spreadsheet and then by using the components you can achieve it. Below given link explains in detailed about that.
    Filtering Through Combo Box
    2. you can use different set of query to pass the value from one set to another to fetch the data using the prompt. please check the below which explain them.
    Difference between "When value Becomes & When value Changes"
    Revert any clarification required on this.
    --SumanT

  • How does ISNULL function works

    I understand that when appy the ISNULL(@MYVAR,0) if  @MYVA is null then the return value would be 0. 
    But how does this works
    ISNULL(5,15)  Value return =5
    ISNULL((@MYvar, 0) Where @ MYvar=3 VAlue returend =3
    I did not get how does two above statements are working.
    Thanksi am a novice and a student

    Hi Zongqing
    The output of below SQL statements is driving me crazy. Please can you help me understand the contradictory behaviour of ISNULL function.
    --starts
    DECLARE @WebBased INT
    SET @WebBased = 0
    SELECT ISNULL(@WebBased, '')
    SELECT CASE ISNULL(@WebBased, '') WHEN '' THEN 82 ELSE @WebBased END
    --ends
    may be this will make you clear 
    DECLARE @WebBased INT
    SET @WebBased = ''
    SELECT @webbased
    since INT has higher precedence over char , therefore the empty string is converted to int with value as 0
    Thanks and regards, Rishabh K

  • ActionScript: How to Re- setInterval Each Time Function Works?

    I have a function that draws a rectangle on the screen (see createInfoPanel())
    While drawing rectangle, I am adding 2 text fields on it.
    But as you may guess, it is adding those immediately.
    I want to delay adding these text fields, then I want to remove these panels after a while.
    The problem is, when I set an interval or timer, they won't work after I using once (I had to stop them by clearing/removing, it didn't set them again).
    Since my panel is being created each time image changes, I need them to work every time image changes.
    So, I have 2 questions:
    1- How can I re-set interval each time my createInfoPanel() function works? It won't work anymore after setting and claring once. 
    2- You can see infoPanel.addChild(titleField); line in addInfoPanel() function. How can I work a smooth animation here? I mean, text appears slowly? 
    Thanks in advance.
    Code file:
    public class ImageRotator extends Sprite
    private var ... ; //Some variables
    public function ImageRotator(xmlPath:String = "images.xml", interval:int = 8301):void
        timer = new Timer(interval);
        loadXML(xmlPath);
    private function loadXML(file:String):void
        urlLoader = new URLLoader(new URLRequest(file));
        urlLoader.addEventListener(Event.COMPLETE, parseXML);
    private function parseXML(e:Event):void
        xml = new XML(e.target.data);
        loadImages();
    private function loadImages():void
        for (var i:int = 0; i < xml.children().length(); i++)
            var loader:Loader = new Loader();
            loader.load(new URLRequest(xml.children()[i].@src));
            imagesVector.push(loader);
            loader.contentLoaderInfo.addEventListener(Event.COMPLETE, sortImages);
    private function sortImages(e:Event):void
        imagesCounter++;
        for (var i:int = 0; i < imagesVector.length; i++)
            imagesVector.reverse();
            addChild(imagesVector[i]);
        //I have only 3 images, I needed to set indexes because
        //they were covering each other
        this.setChildIndex(imagesVector[2], 0);
        this.setChildIndex(imagesVector[1], 0);
        this.setChildIndex(imagesVector[0], 0);
        if (imagesCounter == imagesVector.length)
            createInfoPanel();
            timer.addEventListener(TimerEvent.TIMER, autoChange);
            timer.start();
    private function createInfoPanel():void
        infoPanel.graphics.beginFill(0x000000, 0.0);
        infoPanel.graphics.drawRect(0, 0, 967, 138);
        infoPanel.graphics.endFill();
    ////Here I want to run addInfoPanel() function with 2 seconds delay,
    ////After it starts, I want to run removeInfoPanel() function with 2 more seconds delay
        addChild(infoPanel);
    private function addInfoPanel():void {
        titleField.text = xml.children()[infoCounter]. @ title;
        titleField.x = 425;
        titleField.y = 0;
        description.text = xml.children()[infoCounter]. @ description;
        description.x = 427;
        description.y = 26;
        infoPanel.y = 300;
        infoPanel.addChild(titleField);
        infoPanel.addChild(description);
    private function removeInfoPanel():void {
        infoPanel.removeChild(titleField);
        infoPanel.removeChild(description);
    private function addActions():void
        //Some function
    private function changeImage(e:MouseEvent):void
        //Image changing function
    private function changeDepth(e:TweenEvent):void
        //Some function
    private function autoChange(e:TimerEvent):void
        //Some function
    Edit: How I used to work the intervals:
    private function createInfoPanel():void
        //lines above code sample
        intervalInfoPanel = setInterval(addInfoPanel,2000);
        addChild(infoPanel);
    private function addInfoPanel():void {
        //lines above code sample
        clearInterval(intervalInfoPanel);
        intervalInfoPanelRemove = setInterval(removeInfoPanel,3500);
    private function removeInfoPanel():void {
        //lines above code sample
        clearInterval(intervalInfoPanelRemove);

    Hi,
    No, no debug/runtime, I also export my movieclip.
    Here's how I use:
    import com.greensock.*;
    private function sortImages(e:Event):void
        imagesCounter++;
        for (var i:int = 0; i < imagesVector.length; i++)
        imagesVector.reverse();
        addChild(imagesVector[i]);
        if (imagesCounter == imagesVector.length)
        createInfoPanel();
        timer.addEventListener(TimerEvent.TIMER, autoChange);
        timer.start();
    private function createInfoPanel():void
        infoPanel.graphics.beginFill(0x000000, 0.0);
        infoPanel.graphics.drawRect(0, 0, 967, 138);
        infoPanel.graphics.endFill();
        addInfoPanel();
        addChild(infoPanel);
    private function addInfoPanel():void {
        infoPanel.y = 300;
        titleField.text = xml.children()[infoCounter]. @ title;
        titleField.x = 425;
        titleField.y = 0;
        description.text = xml.children()[infoCounter]. @ description;
        description.x = 427;
        description.y = 26;
        titleField.alpha = 0;
        TweenLite.to(titleField, 1.0, { alpha: 1 });
        description.alpha = 0;
        TweenLite.to(description, 1.0, { alpha: 1 });
    Nothing appears...

  • How does the Delta functionality works while updating Infocube from PA

    Hi Gurus
    How does the Delta functionality works when you send forecast to the Info cube from the Planning Area.
    As I have weekly based planning, every week we have to update the forecast into the Cube. If I update  every week into the Cube , then the values are going to append  in the Info cube.
    Shall I create ODS in between the Planning area  and the Info cube .
    (or)
    Any other method ?
    Please Suggest.

    Hi Preetham,
    Data Extraction from planning area to infocube usually its supports for full update only, when u r going to load the data from planning area to cube ,it deletes the previous data and u vil get the fresh data, this is the best method performance wise,
    if u want to use the delta functionality u can go for planning area to Dso, Dso to cube, it vil supports the delta functionality, but it vil degrades the system performance,
    regards
    ravi

  • How does the sync functionality work with large libraries on small devices?

    How does the sync functionality work with large libraries?
    Say I sync 100gb of photos with the new Photos app and turn on sync on a 16gb iphone. Will it fill the device up to 16gb? Can I tell it to limit to xgb so I leave room for music and apps? How does this work? Will it slow down my phone if its trying to sync 100gb across smaller devices?

    "Will the Apple TV now read directly from the Time Capsule?" ATV does not 'read' from the TC. It connects to the Mac and itunes library associated with the Mac. Of course the itunes program can 'point' to a library on the TC. You'll still need to have itunes open and the Mac powered on and not sleeping with the TC mounted to the Desktop to use ATV properly. So bottom line the use of TC just adds one more step to view files on the ATV.

Maybe you are looking for

  • Test data corrupted issue while re-opening the Test in PTF8.53

    Hi, While re-opening the test case in PTF8.53,there is a pop up message displaying test data is corrupted. Ran successfully yesterday,trying to reopen however getting this issue. Any solution to retreive it back?

  • How do i update os x 10.5.8 ?

    how do i update os x 10.5.8 ?

  • Trying to get assistance witha reimbursement

    I was charge $95.33 and $21.31 on 8 Sep 14, I called immediately and informed your business that I need a stop and reimburse, you told me no problem, but to this date I still missing a $95.33 payment. I have copy of my bank transaction report were it

  • Best practice to populate metadata of the content based on the folder

    Hi, What is the best practice to follow to automatically populate metadata of a content being checked-in based on the folder in which it is coming in?! The folder I have may be a contribution folder or a collab project folder. But I would like to pop

  • Crystal report for VS2008

    HI I try to create crystal report but when i add crystal report and i add new item i don't find any crystal report but in reporting tab there is a report and report wizard like this so this is same as crystal report or something else?  and how i down