Current status of PO or SC

Hi all,
We use normally CRM_JEST or  BBP_PD_STATUS_GETDETAIL FM to get the status of SC or PO. But it contain all the status.
I need only the current status of the PO or Sc. Is there any table i can get current status or FM ?
Thanks in advance,
Neelima.

Hi,
Please use FM BBP_DOC_STATUS_GET to get the current status of shopping cart.
Inputs: SC,PO guid, All the status in the CRM JEST table.
Output: Current Status of the Doc
Hope this helps.
Regards,
Sheetal.

Similar Messages

  • Current Status report not updating

    Over the past few months I have been getting more and more problems where the "Current Status" indication is wrong.  Usually I can get the "Current Status" back to being accure by going to File/Refresh.  In the past when something changed the status, like a restart taking the system off line for a few seconds, the current status would update back to Available once the remote computer completed its reboot.  Now however there is about an equal chanve that the status indicated in ARD will or will not update automatically when the status changes.  If the status remains at ARD Not Available or Sleeping or something else ARD will not control that system till I manually do a refresh and then initiate the new action.
    This is more of an irritant than a major problem but it sure would be nice if I could get ARD back to correcting and updating the indicated status correctly.  This is with the 3.5.1 ARD Admin software.  Any Ideas?

    A few things I would suggest you do to determine where the problem lies.
    1) Create an Essbase pull sheet in Excel that mimics the form and verify you see the data in Essbase -- you should see it just after your form is saved.
    2) Compare the dimensions on your report with those on the Form. I would guess your report has an upper level member that is not dynamically calculated -- if this is true then if you really want the report to show the exact data as the form then update the report appropriately.
    Good Luck,
    -John

  • Standard report Programs to find the current status of workflows

    Hi Experts,
                       Are there any Standard report Programs to find the current status of workflows or workflows which are pending.
    Regards,
    Hari

    Go to SWI1 t-code
    Give the appropriate Status - Ready or Inprocess or Waiting
    Input the Task - either WF Template or Standard Task.
    Choose the time period and execute the report.
    Regards,
    PR.

  • Purchase Requsition change Error:current status object ORD 300390  prohibit

    Dear Experts,
    When user changing Purchase requisition for services against internal order 3003910,its giving error message
    current status object ORD 300390 prohibits business transaction.
    procedure:
    to process the business transaction material purchase requisition ,you first have to change
    the status of object"ORD 300390"to allows the transaction of material purchase requisition.
    this gives the overview of the system and the user that effect the transaction.a transaction can be executed 
    if at least there is one status that allows and its no status that forbids.
    please advise me.
    Regards,
    Varun

    Hi,
    Can you please check whether you order is released or not? And please give message number too.
    Regards,
    NNR

  • Facebook 1.6 App - How do you see your current status?

    I just updated to the new FB 1.6 app.  It is very slickj.  However, I can't find where it shows my current status and I can't find where I can clear my status?  Suggestions?
    Larry

    Well you can click on your profile picture, which takes you to your page. &you can see your status that way. And to clear your status, click the "share" button while your status is blank.

  • Get the current status of IDOC

    Hi,
    I want the current status of IDOC.
    Is there any function module through which i can get the current status of IDOC?

    Hi,
    Use function module "FTR_IDOC_READ", Output structure "PE_IDOC_STATUS" holds the current status of IDOC number
    Regards
    Vinod

  • SC Current Status Table

    Hi All;
    We are using SRM 7.0
    I am developing a report to show the status of the SC. However, I could not find the table which gives me the current status of the SC.
    In BBP_PD, ican see the following status but I don't know what is the current status or last status.
    Stats:
                      Status         Description                    Inactiv
    HEADER     I1015          Awaiting Approval              X
    HEADER     I1021          Created
    HEADER     I1038          Complete
    HEADER     I1106          Shopping cart ordered
    HEADER     I1129          Approved
    Which table will give me the current status of the SC?
    Thanks for help

    Hi,
    Please use the FM BBP_DOC_STATUS_GET.
    Give the following details to the FM
    Import parameters
    IV_OBJTYPE = object_id (BUS2121)
    IV_GUID = header guid (SC header GUID)
    Tables
    IT_STATUS = Give all the entries which in exist in crm_jest table for same header guid of the shopping cart.
    In export parameter u will get the status in
    EV_STATUS
    EV_STATUS_DESCRIPTION
    Regards,
    Nikhil

  • Developing a game, alternatives for saving the current status

    I'm building a videogame with java. I need to have a save/load option, so I can leave the game and and then continue any other day. The most obvious answer is to pass all the info to a text file. But someone told me that maybe I could just save the current status of the memory used by my game at that moment or something like that, so I wouldn't have to worry about formating a text file. Anyone knows if this is possible or at least is there any other alternative to the text file? The game has lots of different objects moving around the screen and I think it would be very difficult to make a text file that would save every object. So any suggestions?

    Serilization is OK, but may cause some problem according to compatibility with later versions. For me the usage of XML-Serialization made sense. you may use something like:
            FileOutputStream stateFileOutput = new FileOutputStream("myState.out");
            new XMLEncoder(state).writeObject(stateObject);
            FileInputStream stateFileInput = new FileInputStream("myState.out"); 
            state = (MyStateObject)XMLDecoder(stateFileInput).readObject();
    ...

  • ARD 3.2.2 - Current Status - Screen Sharing Available

    Hello,
    like several other users i do have a problem with some of our mac client computers in ARD 3.2.2
    Usually those Macs do display a Current Status in ARD like:
    Idle (time)
    or
    Available
    which we would call an expected state.
    Unfortunally some macs tend to show another status:
    "Screen Sharing Available".
    This other status results in: a working screen sharing in ARD
    BUT other tasks like i.e. UNIX Commands send from ARD to this hosts just dont work as ARD end in the following error message:
    The Remote Desktop Client software is not active on HOSTNAME
    So as a quick test i ssh'ed into 2 macs, one of those was affected by the problem. Comparing the output of
    ls -la | grep Remote
    and the result is totally same.
    So both macs showed me:
    AppleVNServer
    ARDHelper
    ARDAgent
    Then i checked the firewalls on those macs and each firewall has the default ports 5900 & 3283.
    The only problem here is that i cant define UDP or TCP on 10.3.9 Macs.
    The macs do run Mac OS X versions from 10.3.9 up to 10.5.6
    Sometimes a simple reboot fixes the "Screen Sharing Available" issue.
    Right now i am wondering how to fix this issue as some threads do suggest re-checking firewall settings ( which i did ) others suggest using a local administrator insteed of the admins name in Sharing.
    Right now none of those hints worked for me and i am wondering if this is a known bug and if there is a known solution.
    any help is appreciated
    Best regards
    fidel

    I have been experiencing the same problem now for months -- various Macs on my network that I control/administer with ARD 3.2.2 intermittently displaying a status of "Screen Sharing Available".
    After reading through this thread, I started poking around in System Preferences on my client Mac (from which I control/administer the others), and I appear to have fixed my problem! I have no idea if this will help anyone else, but here's what I did:
    In the "Security" preference pane of "System Preferences", I clicked on the "Firewall" tab. The ensuing window contains a list of applications, each followed by a pop-up menu containing two options: "Block incoming connections" and "Allow incoming connections"
    Sure enough, "ARDAgent" was in the list of apps and sure enough, it's setting was "Block incoming connections". I changed this setting to "Allow incoming connections", switched back Apple Remote Desktop, and hit Command-Y to refresh the listing of ARD computers on my network (I did not even quit and re-launch ARD). The list was immediately updated, and ALL of ones that had been showing "Screen Sharing Available" in the "Current Status" column switched to "Available" or "Idle (time)" and their icons switched from pale blue to the normal, darker blue.
    Problem solved (at least for now)! Will report back any changes/updates.
    Additional information, for those that are interested:
    I have 12 Macs on my office LAN that I control remotely from the iMac on my desk (same office, same subnet). All are running ARD 3.2.2.
    The iMac on my desk is currently running Mac OS X 10.5.6. It is a first-get Intel iMac.
    The 12 Macs on the network are running various versions of OS X from 10.3.9 to 10.5.6. All but one are older PPC Macs; one is a newer, aluminum Intel iMac. As of this morning, all three that are running Leopard were working correctly with ARD, while the results were mixed with the others running both Tiger and Panther. From this, I can only conclude the OS version on the various server Macs makes no difference with regard to this problem, although it MAY be that those running Leopard are immune. I cannot be sure of that, however.
    Hope this helps. Good luck.
    Message was edited by: Richard Neil for clarification

  • How Serial Number of the material can be used to track the current status

    Hi,
    I want to know how we can use the serial number of the materail to track its current status. i;e i just want to enter serial number and system should display its current status, whether the materail has been returned, delivered etc.
    Is it possible to know.
    Thanks,

    VK,
    We use serial numbers for tracking purpose. We can track at the document level
    Function Module GET_SERNOS_OF_DOCUMENT can be used to retrieve serial numbers corresponding to any of the following documents.
    1.  Delivery
    2.  Sales order
    3.  Material document
    4.  Inspection lot
    5.  production order
    6.  Internal Handling unit
    7.  Physical Inventory document
    TO see the status of Serial no. you can use Tcode IQ02 - Where the status will be To Stock , From Stock, To Customer, From Customer, Delete Assign to HU, Delete Inv Assign.
    Regards
    Sathya

  • Issue:Task started under work item ID999893(Current status: In Process)

    Hi Experts,
    I am doing a test scenario in IDES on business workflow. While executing my custom work-flow to check output,am  getting a message like " Task started under work item ID999893(Current status: In Process) ".
    Kindly suggest me how to resolve this issue.
    Regards,
    Prashanthi

    Hi,
    My task is based on user decision, intended person will get approve or reject mail for that am using Am using "User decision" and "Mail" steps. Now  recipient also receive a work item in SAP Inbox. When executing workitem.. not getting a screen to choose one among approve or reject as part of the user decision.
    Please suggest me.
    Regards,
    Prasanthi

  • Production order current status

    Hi All,
    Could any one of you let me know where can I know the current status of a produciton order, like if it is in release status or technically completed, I remember the there is function module to read the status but I do not remember it now.
    Kindly let me know the FM name or table name or if there is another way out for this.
    Thanks,
    Mark

    Hi,
    You can use FM  "WCFS_STTXT_GET" for getting the active status of the production order. Here we need to pass OBJNR from AUFK table.
    Regards,
    Krishnamurthy.SC
    Reward if the answer is useful.

  • Current Status of Creative Suite 3 and Snow Leopard?

    I currently have both CS3 Web Design Premium (which includes Photoshop) and Adobe InDesign CS3... both suites essentially comprising all the apps and features of the standard CS3 Suite plus web design.
    I know this has been discussed before, but I am assuming that further additional testing and usage has continued... and problems are being solved or not.  And in the end an overall opinion or judgment has been reached regarding upgrading Leopard to Snow Leopard.  I've been waiting it out to see what the outcome would be.
    My Mac is the intel chip 24" Alum.  3.06GHz Intel Core 2 Duo, 4GB 1067 MHz DDR3
    Is the CS3 suite compatible with Snow Leopard?  If not, what will be the cost or loss in terms of the applications?  And, is it worth upgrading to it?
    Experienced and knowledgeable feedback is very welcomed and appreciated.
    Thanks

    Thanks.. have decided not to touch it.  You make this kind of investment into software, you are not looking to have to compromise with erratic unpredictable software which in turn burns your time and patience.
    Adobe's position is definitely unfortunate unfriendly and unappreciative.  It's the arrogance towards what they have developed and a denial of the kind of investment it took to get into their software.  The least they could have done was to offer a generous discount for upgrading. 
    Thanks for taking the time to respond. And here's to don't fix what's not broken
    Date: Wed, 14 Apr 2010 10:55:41 -0600
    From: [email protected]
    To: [email protected]
    Subject: Current Status of Creative Suite 3 and Snow Leopard?
    CS 3 is sort of compatible, but if you are using CS 3 for your livelihood, then stay with Leopard.
    For example, Photoshop CS 3 functions adequately for a time, but ultimately starts to show erractic errors, then crashes. Also, excessive memory usage builds the longer it is used.
    Adobe has stated it only supports CS 4 and 5 with Snow Leopard. I doubt further modifications will be made by Adobe to CS 3 to iron out the Snow Leopard incompatibilities. Rather unfortunate position, and certainly not a customer friendly approach, especially for anyone investing over $1,000 for software only 3 years old.
    To add further fuel to the fire, CS 3 apps now crash in 10.6.3 due to Serial Number/API changes, "unforseen" by all parties.
    http://kb2.adobe.com/cps/834/cpsid_83499.html
    >

  • Compensation Review Statement and current status of the salary increase of employee

    How to check  Compensation Review Statement and current status of the salary increase of employee from which table or structure
    1 In Planning
    2 Submitted
    3 Approved
    4 Rejected
    5 Active

    Hi Ross,
    Did you find any solution for this requirement? I amtrying to achieve the same.
    I tried the option of opening the application in Administrative mode from SE80 but i am not able to view these button in the UI elements there.
    Regards,
    Umesh Chaudhari

  • Support for eDirectory 8.8.5 with ZEN7, current status?

    What is the current status on this issue?
    "Support for eDirectory 8.8.5 with ZEN7"
    http://www.novell.com/support/viewCo...3796&sliceId=1
    Regards
    Rolf Lidvall
    Swedish Radio (Ltd)

    The only "known" issue is Imaging on a 64-Bit Linux Platform, AFAIK.
    Other than that, it's just a matter of finishing verifications.
    "Rolf Lidvall" <[email protected]> wrote in message
    news:ulRem.1947$[email protected]..
    > What is the current status on this issue?
    >
    > "Support for eDirectory 8.8.5 with ZEN7"
    > http://www.novell.com/support/viewCo...3796&sliceId=1
    >
    >
    > Regards
    > Rolf Lidvall
    > Swedish Radio (Ltd)
    >
    >

Maybe you are looking for

  • Error logging problem:

    error logging problem: I would like to implement an error logger that will do the following tasks when a error/exception arrises: - surpress the DacfErrorPopupLogger - alert the user that an error has occured with a simplified popup (create a global

  • Conversion of a Word 2010 Document with inserted objects to pdf with adobe acrobat XI

    Hi, I am working in a Wrod document with inserted objects such as ppt files, word documents and even pdf documents. you open the word document, push in the object and then the inserted file opens. I have converted it to pdf with one button click and

  • TES 6.1.0.x Multiple Client Managers

    Hello: I am trying to find out if there is anyone else using multiple client managers on a load balancer and if we could have a discussion regarding such a setup. We have this in our envrionment and it does work, however sometimes I see oddities with

  • Privacy Question: What are Best Ways to Protect My Literary Pseudonym?

    Hey Everyone, I am an author embarking on the long process of reinventing myself--changing from a crime writer to a "literary writer"--for reasons that are too boring and stupid to explain. The nature of publishing these days is such that I will have

  • Apple has taken over my Address Book!

    Not an earth shattering problem, but nonetheless irritating and having trolled the Forum, I have not discovered a fix. Whenever I open an email newsletter in my Mail Inbox pertaining to Apple, e.g.,Macworld, Apple eNews, there is an immediate <Apple