Get GUID from memory

Hi
My requirement goes like this:
I have increased the value of a PO and when I check, I should get the GUID of the change version. Usually GUID for the change version is generated after clicking on hold. Is is possible to retrieve the temporary GUID for the PO?
Thanks
Rajeev

Hi
Which SRM version are you using ?
<u>Have you tried using 'GUID_CREATE' Function module in this case ?</u>
Alternatively, incase, it does not help, you can search for the respective function modules in SE37 Transaction using keyword search 'BBPGUID' ...
Look for Function modules like ...
BBP_GET_GUID
BBP_SET_GUID
<b>Hope this will definitely help.</b>
Do let me know.
Regards
- Atul

Similar Messages

  • How to get text from memory

    Hi All,
    How to get the text  from the memory for the corresponding line item in sales order.
    there is a D.B table STXH which stores the text.
    kindly explain from which of the fields we are used from the table STXH to get the text from memory,
    if possible please send me the sample code
    regards
    krishna

    Hi,
    You can use FM: READ_TEXT
    Parameters you need pass for the FM are: Text Name, Text ID, Text Object and language.
    Text Name will be the combination of Sales Order Number and Item Number
    Text Object for Sales Item Texts is VBBP
    Text ID is the ID that identifies the text
    To get the ID, do as below:
    1. Check an existing sales order
    2. Double click on the text which takes you to the editor.
    3. Use menupath: Goto->Header
    4. In the popup screen you can find the TEXT ID
    "Use the same for the FM
    Regards
    Eswar

  • Get GUID from shopping card

    Hello, i am pretty new to SRM and Workflow and i need to find out, how i can access shopping card details in my implementation of /SAPSRM/IF_WF_AREA~GET_RESPONSIBLE_APPROVERS. I need the GUID from shopping card to call several other function modules which where developed by some othere guys long ago. Is there any function module i have to call? F4-search did not help. Any help from your side would be highly appreciated.
    Kind regards,
    Matt

    Hi,
    ok, this hint was good. But i realized that i need the number of the created shopping cart as well. I searched this forum and found a thread saying that i can use this FM to obtain the GUID. But how can i determine the object_id of the shopping card?
    CALL FUNCTION 'BBP_PD_SC_GUID_GET'
      EXPORTING
        IV_OBJECT_ID       = object_id
    IMPORTING
       EV_GUID            = lf_guid
    *   EV_OBJECT_ID       =
      TABLES
        ET_MESSAGES        = lt_messages
    Is it a field in the Interface or in memory? Or do i have to use
    SAP_WAPI_CREATE_WORKLIST
    and
    SAP_WAPI_GET_OBJECTS
    to obtain the shopping cart number?
    Thanks for your help!
    Kind regards, Matt

  • How to get vbkey from memory?

    When I push save button in the T-code CJ20N (project builder). I want to get the vbkey in my BADI. How can I do? Thanks a lot

    Great appreciate for ur reply.
    I'm sorry that maybe I am too stipuid that I am still confused.
    I don't know the name of the GLOBAL VARIABLE and I only know that I want to get the vbkey from memory. Even I don't know for which memeroy ID I can get the vbkey value.
    My msn is : [email protected]
    Would you like to help me? I am so  despair and helpless.
    Thanks a lot.

  • How to read shopping cart guid from memory

    Hi Experts,
    I am using badi  BBP_SOS_BADI, method BBP_SOS_CHECK to determine what contracts the user can choose from when creating shopping cart. The problem is that I have no access to the Shopping Cart details when I am in this BADI.
    The aim is to use the Cost Centre on the shopping cart item to filter the contracts (I have added Cost Centre as a custom field on the contract) which the user can choose from.
    I can see cost centre on the contract, however I have no way of tieing it back to the shopping cart cost centre. Is there a way to access the shopping cart details from within this BADI? I have no Shopping cart GUID available. All that I have are the details in parameter IS_SEARCH_CRITERIA (product category, recipient etc).
    Is there any way to retrieve the shopping cart GUID from within the BBP_SOS_CHECK method?
    Thanks in advance

    Dear Poster,
    As no response has been provided to the thread in some time I must assume the issue is resolved, if the question is still valid please create a new thread rephrasing the query and providing as much data as possible to promote response from the community.
    Best Regards,
    SDN SRM Moderation Team

  • When do different scopes get removed from memory?

    Hi,
    Here's what I've got.  I have a cfc that processes complex xml documents for product catalogs.  We've got functions in that cfc to process various parts of each document, with parts being passed to the function (product object struct, option struct, etc) in loops.
    It would work fine for small docs, but as the documents got bigger, the process would slow, and as we approached 3-6 mb it would grind to a halt and after 4-9 mb, we'd get heap space errors.  Memory was just being consumed violently. 
    All that was happening though is we do an xml search to get an array of products/options/media etc.  We'd loop that array passing in the option or whatever.  The function it was passed to just loaded the orm objects up and saved them, flushing and clearing the session at the end.
    One thing I noticed trying to figure out what was going wrong was that even though is if we force kill the server half way through the for loop, we get a hundred or so errors that there's variables, but no ORM.  Makes me think that even though we had items being passed through arguments and then all variables in the functions being var scoped, variables are still hanging in memory attached to the sessions. 
    Which makes me ask the question, when do variables in each scope get marked for garbage collection and will var scoped/argument scoped variables hang through the entire request?
    I found the best/only solution to my problem was to create a variable scoped argument to use as an accessor for the product/option/media object between the loop and the method doing the work.  When I changed to not passing it as an argument, my memory consumption went up initially, but then held at the same level and my logic started to proceed at a constant rate.
    Thanks,
    Joel

    I wish I could go that simple.  But we're using Coldbox, so there's a lot more being put into variables scope than what I'm using.  Also, it seems to be narrowing down to orm calls. 
    We've got a pretty basic bit of logic, as it loops through an xml file over say elements that represent options for a product, we use the ormExecute to find if the object exists, if it doesn't, create a new one, set some more variables, save and flush the orm.  That's really all it comes down to. 
    I'd turned on logging the gc to console and we can watch as each method runs to push an element into the orm the memory used grows.  Even with doing a forced gc, we see it keep growing.  Even tried commenting out all code except for a single ormExecute to get the object if it exists and that part still kept making the memory grow. 
    Which makes me wonder if there's something in CF orm that caches, but doesn't get cleared on a flush.  We don't have the orm cache turned on though, so it isn't making a lot of sense yet.

  • How to call list from memory after submitting RCS13001

    Can anyone help me with this problem? I am submitting RCS13001 and using option exporting list to memory and return. It was successfully displayed the ALV list (which I don't want to see) and return to the caller program. Then when calling function list_from_memory, it short dumped/returned nothing. It seems that nothing is saved in the memory when submitting the program.
    So what I want to get now is call RCS13001 and process the data, don't display the ALV report but save it in memory, and then collect the memory for output.
    Any help is appreciated and points awarded. Thanks in advance
    Regards,
    Eric
    Code:
            SUBMIT ZRCS13001
              WITH PM_MTNRV INCL v_matnr
              WITH PM_WERKS INCL p_werks
              WITH PM_STLAL INCL p_stlal
              WITH PM_CAPID INCL p_capid
              WITH PM_DATUV INCL p_datuv
              WITH PM_EMENG INCL v_emeng
              EXPORTING LIST TO MEMORY
              AND RETURN.
        CALL FUNCTION 'LIST_FROM_MEMORY'
          TABLES
            LISTOBJECT       = alv_stb
        EXCEPTIONS
          NOT_FOUND        = 1
          OTHERS           = 2

    Hi Eric,
    Please check Rich's sample code.
    report zrich_0003 .
    data: begin of listout occurs 0,
          line(1024) type c,
          end of listout.
    * Submit the report and export list to memory
    submit z_your_report exporting list to memory
                and return.
    * Get list from memory and convert to ascii
    perform retrieve_list_from_memory tables listout.
    loop at listout.
      write:/ listout.
    endloop.
    * RETRIEVE_LIST_FROM_MEMORY
    form retrieve_list_from_memory tables reportlines.
      data: list like abaplist occurs 0 with header line.
      data: txtlines(1024) type c occurs 0 with header line.
      clear list.  refresh list.
      clear reportlines. refresh reportlines.
      call function 'LIST_FROM_MEMORY'
           tables
                listobject = list
           exceptions
                not_found  = 1
                others     = 2.
      check sy-subrc = 0.
      call function 'LIST_TO_ASCI'
           tables
                listobject         = list
                listasci           = txtlines
           exceptions
                empty_list         = 1
                list_index_invalid = 2
                others             = 3.
      check sy-subrc = 0.
      reportlines[] = txtlines[].
      call function 'LIST_FREE_MEMORY'.
    endform.
    Also please check this link for more sample codes.
    http://www.sapdevelopment.co.uk/reporting/rep_submit.htm
    Regards,
    Ferry Lianto
    Please reward points if helpful.

  • How to get photos from camera or memory card into new macbook?

    how to get photos from camera or memory card into newly announced macbook?  thank you   joanlvh

    And to diversify the use of that port, you could get this specialized adapter:
    http://store.apple.com/us/product/MJ1K2AM/A/usb-c-digital-av-multiport-adapter
    The cost of admission is modest - at $79 - for what all that it does.

  • FM to get product guid from serial no.

    Hi,
                   I have serial number of a product. I want to get the product guid. Is there any FM for this. I can get the product guid from serial no from this table by select statement but I was searching for any FM which I can use it directly.
    Thanks,
    Rahul

    Hi Khalid,
            The FM COM_PRODUCT_GUID_GET does not take serial number as input. I found the FM which I was looking for CRM_BSP_COMP_SEARCH. Anyways, thanks for your help.
    Rgds,
    Rahul

  • How to get current/present version guid from CRMD_ORDERADM_H ?

    Hi,
    Can any one tell me  how to get the current version guid value from CRMD_ORDERADM_H table for Business Object type 'BUS2000113' .
    For example for one contract if we have more than one version then how to get the latest version guid from this table?
    If I use FM ' BBP_PD_CTR_GETDETAIL'  and in version table how to know which one is the latest/current version?
    Need information for versions.
    Thanks a lot.
    Kevin.

    Hello Kevin,
           In FM  <b>' BBP_PD_CTR_GETDETAIL'</b> look at version table <b>E_VERSION</b> - Here you can check 'VERSION_' or there is another field 'CREATED_AT' - by using these you will get latest version.
    Regards,
    Shiv

  • How to get Opportunity guid from business partner?

    Hi All,
    Could you please let me know function module for getting opportunity GUID from business partner (guid or id)? Where business partner is sales representative.
    Thanks,
    Anup Garg

    HI,
      go to the but000 give the partner number and get the partner guid. Pass your partner number in the table CRMD_ORDER_INDEX  and OBJECT_TYPE = BUS2000111 .
    Regards
    Srinu

  • I am unable to get dragging guides from rulers when using CS6 InDesign. Is anybody else getting this problem?

    I am unable to get dragging guides from rulers when using CS6 InDesign. Is anybody else getting this problem?

    Try restoring your InDesign preferences:
    Trash, Replace, Reset, or Restore the application Preferences

  • 6th generation nano screen black but able to touch screen from memory to get music to play..called customer support they said it's the backlight since touch screen can still be touched and music can be played..any thoughts?

    second 6th generation nano..again with the same problem..screen is black will not turn on but am able to touch screen and get music/radio to play...able to touch around on screen from memory..nano is recognized in itunes and computer..but screen will not turn on..called customer support today..of course out of warranty but was told that it sounds like my backlight is burnt out and that's all i need fixed, told that it shouldn't be that expensive (live in myrtle beach SC) and that my screen is fine since i am able to touch around on it...any thoughts?
    thanks to all for any advice or input..will try to take to local icitymac store in next couple of days
    jenn

    Replacing the backlight usually requires replacing the entire front LCD/digitizer.  And yes, it sounds the backlight has burned out.
    Keep in mind that if you go the Apple route, they won't actually repair the iPod, but instead will do an out of warranty exchange meaning your current Nano will be replaced with a refurbished model of the same capacity and generation.
    B-rock

  • How to get project GUID from project name?

    How to get project GUID from project name in Campaign mgmt ?

    hello,
    have a look in table CGPL_PROJECT.
    regards,
    Frédéric

  • Can the new feature, "New Guides from Shape" be configured to get the baseline?

    I love the new Guide Features, long overdue. This could exist otherwise I'll put in a Feature Request.
    New Guides From Shape on text is auto-locating the outer bounds, so the descender line at the bottom:
    I'd like it to instead use the more appropriate Baseline:
    Is this already possible? One of the first things I did was Shortcut the feature since this is something I do so often manually --- it would be great if it could do Baseline though either in addition to (holding shift or something) or in place of the descender line. That's what designers use to align text. Guides already snap to baseline so Adobe has the system in place already.

    I that work-around would be less efficient than typing the actual copy, doing the New Guides from Shape, and then adjusting the bottom guide. Especially when working on a complicated piece that requires adding and clearing guidelines as you go to stay organized. It would be very problematic to filter out descenders every time you want to guideline a particular block of text.

Maybe you are looking for

  • Folio not showing on Ipad Adobe Viewer

    Is the second time I have a folio not showing up on my ipad adobe viewer. This has happened after i delete 4 or more articles from the folio, after deleting them it stops showing in my ipad viewer. I researched here before and the solution was to che

  • Opening a Remote Panel of the Top Level vi for an executable

    Hello Everyone I was wondering how you would open up a remote panel for the top-level vi in an executable? I have created a LabVIEW application and have tested opening the remote panel when it is running in the full labview development suite - this a

  • Launch Camera App / Insert Image(s)

    Hello, I did some browsing but was not able to find something similar to the question I have. I have a client who would like me to build some .PDF form(s) for his construction crews. The objective is to eliminate all the paperwork they currently have

  • Is there a way to hard reset a mac

    i wanted to know if theres a way to hard reset a mac runing mountain lion is it the command r thing and if its that waht do you do after that.

  • Notes mailbox list color is black on black

    I just installed Snow Leopard and discovered that when I create a new note in Mail.app, the note shows up in the list with a fore- and background color of black. Only new notes have this problem, my older notes show up fine (black text on white backg