Uploading the Notes text pool using Conversion method for Dispute Cases.

Hi Everybody,
Please can anybody give the solution for uploading the Notes textarea in tab(Notes in dispute cases) using BDC method for transaction FDM_AUTO_CREATE(Dispute Cases).
Here, the problem is, Notes is text area which is not having proper reference.
We have tried few BAPI's like BAPI_DISPUTE_CREATE but did not worked.

Hello! Anyones could resolve this?
Regards,
Federico

Similar Messages

  • I am unable to upload the customer master data using BAPI.?

    Hi Guru's,
    i am unable to upload the customer master data using BAPI.(BAPI_CUSTOMER_CREATEFROMDATA1)
    Please guide me how upload the data...
    Thanks in iadvance
    Srinivas...

    Hello Srinivas
    This BAPI does not allow to create a new customer from scratch but only to copy an existing customer to a new one and change its address data.
    The reference customer has to be provided using IMPORTING parameter PI_COPYREFERENCE. See also the BAPI documentation for more details.
    The BAPI does the same like transaction XD01 with Reference.
    Regards
      Uwe

  • How to remove the note text for column (portal)

    Hi to All,
    Just i wanted to know how to remove the note (text) which is coming infrond the column in the appraisal template in portal view.
    My client doest want the text "note" (which i highlighted in the yellow) comming infrond the coulum. Pls can anyone tell me how can i remove only the  "note" text from the template?
    Kind regards,
    Saritha

    Hi Saritha,
    In SE80, Choose Web Dynpro Component HAP_DOCUMENT_BODY and you will find the component controller node, double click it and goto methods tab. Here you can find the method CONVERT_CONTEXT_TO_UI, this method will be triggered twice. Search for the code "CALL METHOD lo_nd_t_cells->get_static_attributes_table", this is the method which defaults the "Note" based on the row and column iid. You can overwrite the code by writing the implicit enhancement.
    Hope it will help you and revert back in case of queries.
    With Regards,
    Giriesh M

  • Hi I  newly started using Iphone 6, I am not getting all the applications list under Use Cellular date for to restrict my unwanted apps on cellular data

    Hi I  newly started using Iphone 6, I am not getting all the applications list under Use Cellular date for to restrict my unwanted apps on cellular data
    Please help me out

    Hi Rajesh778484,
    Welcome to the Apple Support Communities!
    I understand that some of your applications are not appearing under Settings > Cellular on your iPhone so that you can restrict or allow use of cellular data. If you have some installed applications on your iPhone that are not showing here, the first troubleshooting step I would suggest would be to reset your iPhone. Please refer to the attached article for information on how to perform a reset. 
    Restart or reset your iPhone, iPad, or iPod touch - Apple Support
    Best regards,
    Joe

  • I'm using the note taking view of Word 2011 for Mac so I can record a meeting as well as take notes. The audio of the internal microphone is so low - can I attach an external mic and have it work with note taking view?

    Can I attach an external mic to my Macbook Air to enhance sound input for the note taking view of Word 2011 for Mac? I've tried preferences to up the volume of my sound, but I still cannot hear the recording. Any suggestions? I need to record a meeting as well as take notes so I'd like to use this tool, but the audio is not good enough.

    A USB microphone can work with the Air, and I've used them before with my 11" Air.  Griffin also made a product (the iMic) that will add a standard computer microphone port, connecting to your USB port.  It's heyday was the time of the old iBook laptops (which also lacked a microphone in jack) but I think it's still around.
    The single sound port on the 2011 models, as I recall, supports iPhone style headphone/microphone but I don't believe it will support a standard microphone input. 
    The built in microphone sits on the left side of the computer and I suspect wouldn't work well for picking up a lecture unless you were sitting just right in position vs. the speaker (preferably having the speaker positioned to the left and sitting really close).  By design most laptop microphones presume they are going to be mainly used to record a sound coming from the person sitting at the keyboard, while for a lecture you normally would prefer it concentrate on sound coming from behind the screen.

  • I can't view the latest text in a conversation

    I can't view the latest text in a conversation with iOS 8.1.3 I have an iPhone 5s. When I try to view the last text it automatically snaps up to the 3rd to last text.

    Did your designer was on the good context ?
    Look the list box at the top right of the Designer interface.
    You must have the same as the one where you define your journalization.

  • Copy the Notes/Text maintained in Campaign

    Hi Forum,
    Is there a way through which I can copy the Notes/Text maintained in Campaign to the Task/Activity document generated from my Campaign execution.
    Regards,
    Amit

    Hello Amit,
    could u solve the issue?
    I have the same problem
    regards
    Helene

  • Hello , I want to ask some question about ipads \  How powerful is the iPad?  How useful is it for reading books, newspaper or magazines or for surfing the web? Can you identify any shortcomings of the device?   please help me :(

    Hello ,
    I want to ask some question about ipads \
    How powerful is the iPad? 
    How useful is it for reading books, newspaper or magazines or for surfing the web?
    Can you identify any shortcomings of the device?  
    please help me

    it's less powerful than your average computer. THink of it like a netbook but with a better processor.
    It'll do fine for surfing (although if you browse a lot of flash based sites you will need to get a third party browser since safari doesn't accommodate it)
    You may do OK on reading books, papers or magazines, especially if they have apps, but the ipad's screen is backlit, so it doesn't work well outdoors and you may need to fiddle with the brightness so that you don't get eye strain (it's just like doing too much reading from a computer screen)
    I would say the biggest short comings are data transfer. Apple's preferred work flow is that everything is done via iTunes or the internet....well people dont' always have 100% reliable always on internet access so you can find yourself in a situation where you can't get things on/off the iPad.
    By and large, it's a good device for day to day stuff, but is not a computer replacement.

  • [svn:fx-trunk] 10891: Fix for ASDoc throws error when using getter methods for pseudo-inheritance of static constants

    Revision: 10891
    Author:   [email protected]
    Date:     2009-10-06 09:46:47 -0700 (Tue, 06 Oct 2009)
    Log Message:
    Fix for ASDoc throws error when using getter methods for pseudo-inheritance of static constants
    QE notes: None.
    Doc notes: None
    Bugs: SDK-22676
    Tests run: checkintests
    Is noteworthy for integration: No
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-22676
    Modified Paths:
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/asdoc/AsDocUtil.java

    Have you tried using com.adobe.air.crypto.EncryptionKeyGenerator instead?

  • Can any one suggest me how to use drawPixels method for 40 series devices

    Hello!
    I am using drawPixels method of DirectGraphics class the code I have written is :-
    Image offscreen=DirectUtils.createImage(width,height,0x00000000);// width and heights are integer value
    public final int MODEL=DirectGraphics.TYPE_INT_8888_ARGB ;
    Graphics offgra = offscreen.getGraphics();
    DirectGraphics directgraphics = DirectUtils.getDirectGraphics(offgra);
    directgraphics.drawPixels(imgData,false,0,width,0,0,width,height,0,MODEL); // imgData is a int array(int imgData[]) which contains required pixels of image.
    The above code is working fine with NOKIA 60 series device but when i use it with NOKIA 40 series device it gives java.lang.IllegalArgumentException.
    same time if i use :-
    directgraphics.drawPixels(imgData,false,0,width,0,0,width,height,0,DirectGraphics .TYPE_USHORT_4444_ARGB ) ;
    // imgData is a short array(short imgData[]) which contains required pixels of image. i have used different formet here.
    it works fine with 40 series device,
    can any one suggest me how to use drawPixels method for 40 series devices with format
    DirectGraphics .TYPE_INT_8888_ARGB .

    If Remote wipe is activated it can't be undone. And Once the Wipe is done, the device can nö longer be tracked.
    Sorry.

  • Got an email stating my Creative Cloud Membership ends tonight, yet I'm all paid up and the card I'm using to pay for it is good.  I have two very important projects going on and can't afford to have CC go down.  Please help!

    got an email stating my Creative Cloud Membership ends tonight, yet I'm all paid up and the card I'm using to pay for it is good.  I have two very important projects going on and can't afford to have CC go down.  Please help!

    You have 3 CC under same Adobe ID out of which one purchased on has expired, you are getting notification due to this.
    Creative Cloud Photography plan (one-year)
    Desktop Subscription
    Mar 30, 2015
    The other two are active, however it is advisable to have one CC under one Adobe ID.
    Regards
    Rajshree

  • What is the best program to use on Mac for editing, cropping photos from my computer. Looking for a free program that is good.

    What is the best program to use on Mac for editing, cropping photos from my computer. Looking for a free program that is good.

    If your needs are limited to those tasks then both Preview and iPhoto will fit the bill They are already on your Mac. There is a free download from Google called Picasa available here:
    http://picasa.google.com/
      It works much the in same manner as iPhoto. For some really heavy duty work there is GIMP available from SourceForge:
    http://www.gimp.org/macintosh/  Also a free download.
    Message was edited by: kennethfromtoronto

  • Not able to reload the data from DB using finder methods

    Hi all,
    <p>
    I am facing a weird problem while using finder methods.
    I am using weblogic 8.1 SP3 and entity beans are CMP with DB concurrency.DB is oracle
    </p>
    <h4>Problem Description</h4>
    <p>
    I am having one session bean which internally interacts with my entity beans,
    Now say my transaction is getting initiated in one of the session bean and I use some finder in it.
    </p>
    <p>
    To make the problem more clear lets say my entity bean is loanBean with loanId as primary key.
    Now say method A of session bean initiates the transaction and I use something like
    <br>
    LoanLocal loanLocal =loanLocalHome.findByLoanId(loanId);
    <br>
    <b>Note that I am not using findByPrimaryKey method</b>
    <br>
    now this method A calls some other method B on some session bean which is having Required as its transaction attribute.
    <br>
    But before the call of B some other thread or background process updates the DB for this loanId and commits,
    <br>
    now when I fire the same finder in method B I am still getting the old data, ie I am not getting the data which has been modified in DB and committed by some other thread, I still get the old data and when I tried to generate the SQL queries which weblogic is firing, I see
    it fires the SQL for every finder other that findByPrimaryKey.
    <br>
    <b>
    Now my problem is I am getting the old data only and I need the new updated data of DB. isolation-level of DB and beans is READCOMMITTED.
    Note:: I cant use new transaction to read the data.
    </b>
    <br>
    And I couldn't understand that when weblogic is firing query for every finder then why it should not refresh the data in its cache. Is there any way to disable this kind of caching and say that everytime when i use finder just go to DB and get me the last committed data.
    </p>
    <br>
    Any help in this regard would be very helpful to me.
    <br>
    Thanks and Regards
    <br>
    Manish Garg.
    </p>

    Hi,
    In my understanding, cache is not involved in this scenario. As you
    observed, the container fires sql every time when you invoke this finder.
    So, it should just give the result that it got from the DB. Is there a
    possibility that the DB is using repeatable_read or serializable for
    isolation level?
    You can debug further by doing couple of things -
    1. Instrument the code in the generated RDBMS java file for the entity bean
    (if you use -keepgenerated option for weblogic.ejbc, u can get the source of
    this file). This class will have the implementation for ejbFindByLoanId. You
    can just print the result set data after the query is fired.
    2. Try the same scenario without the ejb container. Like, write a jsp which
    will start a user tx and fire the query twice such that there is an update
    between the two queries. Note that, you need to use a TxDataSource to get
    the JDBC connection so that it will be tx aware.
    --Sathish
    <Manish Garg> wrote in message news:[email protected]...
    Hi all,
    <p>
    I am facing a weird problem while using finder methods.
    I am using weblogic 8.1 SP3 and entity beans are CMP with DB
    concurrency.DB is oracle
    </p>
    <h4>Problem Description</h4>
    <p>
    I am having one session bean which internally interacts with my entity
    beans,
    Now say my transaction is getting initiated in one of the session bean and
    I use some finder in it.
    </p>
    <p>
    To make the problem more clear lets say my entity bean is loanBean with
    loanId as primary key.
    Now say method A of session bean initiates the transaction and I use
    something like
    <br>
    LoanLocal loanLocal =loanLocalHome.findByLoanId(loanId);
    <br>
    <b>Note that I am not using findByPrimaryKey method</b>
    <br>
    now this method A calls some other method B on some session bean which is
    having Required as its transaction attribute.
    <br>
    But before the call of B some other thread or background process updates
    the DB for this loanId and commits,
    <br>
    now when I fire the same finder in method B I am still getting the old
    data, ie I am not getting the data which has been modified in DB and
    committed by some other thread, I still get the old data and when I tried
    to generate the SQL queries which weblogic is firing, I see
    it fires the SQL for every finder other that findByPrimaryKey.
    <br>
    <b>
    Now my problem is I am getting the old data only and I need the new
    updated data of DB. isolation-level of DB and beans is READCOMMITTED.
    Note:: I cant use new transaction to read the data.
    </b>
    <br>
    And I couldn't understand that when weblogic is firing query for every
    finder then why it should not refresh the data in its cache. Is there any
    way to disable this kind of caching and say that everytime when i use
    finder just go to DB and get me the last committed data.
    </p>
    <br>
    Any help in this regard would be very helpful to me.
    <br>
    Thanks and Regards
    <br>
    Manish Garg.
    </p>

  • Published to folder iWeb site always using Times New Roman for every piece of text in published site and not showing the original text style used when building the site in iWeb.

    Dear All
    Hello from rainy, windy and cold North East England! I need to ask for your help as I'm new to iMac and new to iWeb and it's frustrating the life out of me!
    I'm just beginning to build a website for my business. Previously, I used Frontpage, but it's been that long since I used it - I've forgotten half of it and so, I'm using iWeb instead as it's silly to use an iMac for business but a PC laptop for the website design.
    I've got the background image I want on the homepage (beautiful image of a rain forest - even if I do say so myself!) and I'm trying to enter a text box at the lower half of the screen, in the centre of the page saying 'click to enter'. I type in the text, I edit it so as to change it to the font style of my company (Gill sans MT) and then I publish the site to a folder so that I can see what it would look like when viewed via the internet. When I do this - the font changes size to a bog standard size of 'so small you need a magnifying glass to read it', it changes colour from black to purple (which looks disgusting) and it changes font style from Gill Sans MT to Times New Roman.
    It doesn't matter if I delete the entire site and start again or delete the text box, and insert a new one. I've googled this subject until I'm blue in the face and I can't find an answer - can anyone suggest anything that will help?
    Many thanks for your help,
    Best wishes,
    Sean.

    Try the following:
    delete the iWeb preference files, com.apple.iWeb.plist and com.apple.iWeb.plist.lockfile, that resides in your Home() /Library/Preferences folder.
    go to your Home()/Library/Caches/com.apple.iWeb folder and delete its contents.
    Click to view full size
    launch iWeb and try again.
    NOTE: If you don't use  Web Safe Fonts any computer that does not have that font installed  will substitute another font for it and change the look and feel of the web page.
    So it's safest to use one of those web safe fonts.
    OT

  • Why did I get an emails stating that i uploaded 50 photos and have used my quota for the month when I have not uploaded ANY photos. I just installed PSE 12.

    I just installed PSE12 and I think it automatically synced photos to REVEL?
    I don't want all my photos on REVEL. How do i control this.
    It also states that I reached my 50 max for the month. I didn't upload any photos!
    i this a push for paid subscription?
    There is no upload button under share?
    so how is this controlled. I looked at my revel and I have some older pic up there from about 8 months ago.
    All my nikon pics are in raw, when will you support this?
    If I have to convert them all into jpgs, this is a tedious task and I may as well use Flikr?
    Thanks,
    Chet

    Hi Chet-
    This is a user to user forum that  adobe employees also monitor and reply on.
    Our records  show that you have indeed hit your limit of 50 uploads. The uploads began around 5/2 from Elements on Windows to Chester's library, which was then deleted on 5/5. Each upload counts, even if you delete and re-upload.
    When you first install elements, it asks if you want to make all your albums mobile or just select ones. If you say all, then all will be uploaded to revel (if you have enough uploads available). If you select certain ones, then only those will sync with revel. It sounds like you seleted either some or all and your elements organizer is trying to sync with revel as requested. The idea behind mobile albums is that they stay in sync whether you upload from elements or revel.
    If you do not want to have all albums as mobile albums in the Elements Organizer,
    you can open up Preferences, switch to the Adobe Revel Preferences section and if the box is checked saying
    "Automatically access all my catalog media in Adobe Revel", uncheck that checkbox and click OK.
    You do not have to have a premium subscription as long as you only want to upload 50 files or less to revel. A subscription will get you unlimited uploads.
    Regarding raw files:
    1) If you select a raw file to upload to revel from elements, it will first create a jpg and then upload it to revel 12.1. You will only see a jpg file in revel when you look from your other devices.
    2 )If you then edit the raw file from elements, it will replace the old jpg in revel with the edited one.
    3)If you edit the jpg file in revel (that was made from the elements raw file and uploaded to revel in 1 above), then it will show there and will also show up in the version set in elements.
    4) If you import a raw file directly into revel (say from adoberevel.com rather than elements) you will not see it show up in elements. There is not a feature to sync a raw files or their associated jpg file with elements.
    I hope this helps. Please let me know if you have further questions.
    Pattie

Maybe you are looking for

  • How do I transfer iTune gift card from one iPod/AppleID to another?

    I applied an iTune gift card to my son's acct vs my daughters.  The gift cared was for $25, but when it was first loaded, it said it was only worth $24.01.  No purchase was made.  Is there a 99 cent charge for the gift card??  How do I get the remain

  • Standard Work Flow in PP and QM

    Hi Gurus, What are the standard Work Flow in PP & QM ? Thanks in advance, Shree

  • Solaris 10 gnome session manager crashes on login

    There are two Solaris 10 servers at work that I cannot log into. At the login screen I choose Options --> Session --> Java Desktop System, Release 3 and then try to log in. I get the following error message: "The GNOME session manager (process XXXXX)

  • USB drive doesn't appear

    Often when I plug my USB drive (Seagate) into the USB port, it does not appear in the Finder. I have to reboot the computer for it to appear. Is there a reason why this happens, and is there anything I can do besides reboot? thanks Scott

  • How to return the JSP page name

    Hello guys: for some reasons,i want show the page name on itself,but it always return NULL when use request.getPathInfo(). Thanks