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.

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

  • 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.

  • How to get photos from iphoto back onto an SD card. I have a MacBook Pro with a built in SC card slot.

    How to get photos from iPhoto back onto a SD card. I have a MacBook Pro with built in SD card slot. I have tried "Export" but this does not work.

    It's best to export the photos to a folder and then drag the folder onto the memory card.  Memory cards are usually formatted for PCs, FAT 32, which doesn't permit more than a limited number of files in the root directory. Putting the photos in a folder gets around that limitation.
    OT

  • How to discard blocks from memory ?

    Hi,
    How to discard blocks from memory ?
    Thank you.

    To add to what has already been posted. The full Oracle version should be included on all posts since many features and most bugs are version dependend.
    Oracle will flush dirty blocks from the buffer cache and overlay unchanged blocks as needed to fit new requests to the buffer cache. It also reuses space in the shared pool so the question of which blocks you want to flush from memory and why can be important to getting the most appropriate answer to your questions.
    On a production instance it should be unnecessary to manually flush either the buffer cache or shared pool as a normal part of opertations.
    HTH -- Mark D Powell --

  • How to get photos from mac to iPhone 6? when i try it just comes up iCloud instead of my photos

    how to get photos from mac to iPhone 6? when i try it just comes up iCloud instead of my photos

    Make sure Settings > iCloud > Photos > iCloud Photo Library (Beta) = "Off"
    Then sync your iPhone using iTunes and make sure your sync settings for photos are set correctly in iTunes.

  • I got a new computer and don't know how to get music from ipod touch to itunes library

    I recently got a new computer and don't know how to get music from my ipod touch to show on my itunes library. 

    You need to transfer the iTunes folder from the old computer to the new one.
    iTunes: How to move your music to a new computer (Mac or Windows):
      http://support.apple.com/kb/HT4527

  • I have a new MacAir and don't know how to get info from my USB stick and my SD photo card.  Can anyone help me please?

    I have a new MacBook Air and don't know how to get info from my USB stick and get info from my SD card.  Can anyone help, please?

    Plug the stick and/or card into the appropriate slots on the side of your Air. Do you see icons for the devices appear on the desktop? Click into them to see what files are there.
    Matt

  • How to get data from a USB-UIRT device using Labview?

    How to get data from a USB-UIRT device using Labview?
    I'm trying to get data from a USB-UIRT device, is it posible with Labview?
    I really appreciate your help, 
    thanks

    You may want to contact the developer of the device for the API and DLL.
    http://65.36.202.170/phpBB2/viewforum.php?f=3

  • How to get file from server while click on link

    Hi,
    i created on link and i gave one server path to select file from server but while clickinng on link it no displaying any thing.
    following is the Destination url that i gave for the item.
    /u08/app/appvis/xxex/inst/xxex_apps/xxrbe/logs/appl/conc/log/
    please tell me how to get file from server while click on link.

    Ok I got your requirement now.
    If you are getting file names from view attribute then you should not be adding destination URI property for the link.
    Instead you can use OADataBoundValueViewObject API.
    Try below code in your controller processRequest method:
    I am assuming that you are using classic table.
    Also in below example it considers OAMessageStyleText and you can replace it with link item if you want.
    OATableBean tableBean =
    (OATableBean)webBean.findChildRecursive("<table item id>");
    OAMessageStyledTextBean m= (OAMessageStyledTextBean)tableBean.findChildRecursive("<message styled text in table item id>");
    OADataBoundValueViewObject tip1 = new OADataBoundValueViewObject(m, "/u08/app/appvis/xxex/inst/xxex_apps/xxrbe/logs/appl/conc/log/"+"<vo attr name which stores file name for each row>");
    m.setAttributeValue(oracle.cabo.ui.UIConstants.DESTINATION_ATTR, tip1);
    Regards,
    Sandeep M.

  • How to get value from list item

    Hi all,
    How to get value from list item?
    I have a problem with the List Item object
    in the Oracle forms.
    How can I retrieve the selected item from
    a list ?
    I didn't find any function like 'list.GET_
    SELECTED_ITEM()'...
    thanks
    Bala

    Hello,
    You get the value as for any other Forms item:
    :value := :block.list_tem ;Francois

  • How to get FILENAME from FILE PATH

    does anyone know how to get filename from a file path for example
    FILE PATH: C:\Project\uploadbean\web\uploads\Button.txt
    returns
    FILENAME: Button.txt

    @BalusC
    ust for a reference cause i'm new in JSP This has nothing to do with JSP, but with basic knowledge of an essential API. I have given you the link to the File API. Are you saying that you refused to read the API documentation, which clearly explains you how to use the File and shows which methods are all available to you undereach the straightforward getName() method, and expecting that the others may chew the answers for you? Loser.

  • How to get data from PDF form?

    PDF forms can send data in url like GET or POST method. Is it possible to get data from url, like in PHP http://sever/file.php?item1=value1&item2=value2&item3=value3
    In APEX url have specific construction and I don't know how to get value of items (1...3)
    Please let me help to find simple method of geting data from URL.
    Best Regards,
    Mark

    The APEX URL syntax is detailed here
    http://download.oracle.com/docs/cd/E14373_01/appdev.32/e11838/concept.htm#BCEDJBEH
    How to get it from PDF is another matter...
    I'm working on an app that downloads PDFs with a Large amount of data as a blob, takes that blob and changes it to XML, then goes through the xml to validate each section of data and then add it into the schema that my apex app is referencing....
    I didn't write the original code but I do know that it isn't a quick thing to implement and includes using some uploading some java jar files to your schema and writing some custom java code.
    Someone else may be able to help with grabbing PDF data into the URL for the amounts of data you want to pass to apex.
    Gus..
    REWARDS: Please remember to mark helpful or correct posts on the forum, not just for my answers but for everyone!
    Edited by: Gussay on Sep 21, 2009 5:52 PM

  • How to get Position from EmployeeInfo in DIAPI

    I am using DIAPI(JCO) for SAP B1. According to one or my reuirement i am in need of Position from the EmployeesInfo. But there  seems no option or method for getting position from that. Can anyone guide me how to get that from EmployeesInfo ? Any help is appreciated..

    Looking at the DI API properties vs. DB fields mapping documentation in the SAP Business One developer area (https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/c5f5dbcc-0a01-0010-5d82-f25f2bee715e)
    it seems that this field is not exposed (yet).
    I.e. you could only run a SQL statement to get this information.
    Sorry,
    Frank

  • How to get songs from computer to iphone

    how to get songs from computer (I tunes) to iphone?

    Have you read the User Guide? http://support.apple.com/manuals/#iphone
    Syncing iPad, iPhone, or iPod touch with iTunes
    Syncing music to iPod or iPhone

Maybe you are looking for

  • Unknown error -42408

    Microsoft Windows Vista Home Basic Edition Service Pack 2 (Build 6002) Dell Inc. Inspiron 531s iTunes 10.6.0.40 QuickTime 7.7.1 FairPlay 1.14.34 Apple Application Support 2.1.7 iPod Updater Library 10.0d2 CD Driver 2.2.0.1 CD Driver DLL 2.1.1.1 Apple

  • Holding option on boot does not bring up boot selection screen

    Holding option on boot does not bring up the boot selection screen, the machine just boots from the previously selected startup drive. MBP 17 mid-2010. SL 10.6.7 I created a three partition drive on a Seagate GoFlex 1.5 TB drive.  GUID partition tabl

  • Disk failure on Satellite L750

    My wife's Satellite L750 HDD appeared to have failed so being an enthusiastic amateur computer enthusiast, I have successfully built a number of PCs, I took the HDD out tried to reformat it and install a copy of Windows 7. I previously ascertained th

  • Can not find wireless signal on laptop?

    I've had an ACER laptop for some time now, and I've been using Linksys wireless routers. They've never been stable with my laptop. I thought I could solve it by buying a new router the Linsys WRT150N, and I got a Linksys wireless card for the laptop,

  • Settingaas and restrictions

    when I apply a restriction to the iphone 4 with IOS 7, at the device mobil service like 3G mobile data, adding a restriction of not allow change. It still getting change, better say if I apply a restriction to now allow changes it shouldnt get off or