What has to be done to the packed fields before submitting to a BDC  sessio

What has to be done to the packed fields before submitting to a BDC  session.
12)    What is a instance ?

Packed field value needs to be moved to a character variable. This character variable you can pass to BDC.
If this answers your question, please close the thread.

Similar Messages

  • I have used Firefox for years with no problem. For the past 2 weeks it has crashed repeatedly after 1 to 15 minutes. What has happened? Is it the updates?

    What has happened?

    Look at iOS Troubleshooting Wi-Fi networks and connections  http://support.apple.com/kb/TS1398
    iPad: Issues connecting to Wi-Fi networks  http://support.apple.com/kb/ts3304
    Additional things to try.
    Try this first. Turn Off your iPad. Then turn Off (disconnect power cord) the wireless router & then back On. Now boot your iPad. Hopefully it will see the WiFi.
    Change the channel on your wireless router. Instructions at http://macintoshhowto.com/advanced/how-to-get-a-good-range-on-your-wireless-netw ork.html
    How to Quickly Fix iPad 3 Wi-Fi Reception Problems
    http://osxdaily.com/2012/03/21/fix-new-ipad-3-wi-fi-reception-problems/
    If none of the above suggestions work, look at this link.
    iPad Wi-Fi Problems: Comprehensive List of Fixes
    http://appletoolbox.com/2010/04/ipad-wi-fi-problems-comprehensive-list-of-fixes/
    Fix iPad Wifi Connection and Signal Issues  http://www.youtube.com/watch?v=uwWtIG5jUxE
     Cheers, Tom

  • ICloud has my name incorrect in the "From" field of the Mail Compose window. How can I fix this?

    When I'm using the iCloud website, when I try to compose an email, iCloud has my name incorrect in the "From" pop-up menu. I changed my last name some time ago, after my divorce, from "Seymour-Amper" back to "Seymour". My Apple ID, my iCloud Settings, and my iCloud Contacts all show my name as "Gemma Seymour", except in the "From" field in Email. There doesn't seem to be any place to change this. I was going to call iCloud Support, but I don't have cell service at home, and can only access the Internet from the public library, where I cannot use my phone. Can anyone help?

    In iCloud Mail, try clicking the actions symbol in the left bottom corner and select Preferences. Next click 'Accounts' and select 'iCloud' (if not already selected) on the left. On the right you should see 'Label: iCloud' and below that 'Full Name: ....'. Here you should be able to change your name and next click 'Done' on the right bottom corner.
    Hope this helpes...

  • Change not done in the user fields of operation for production order save

    Hi Experts
    I need to change the user fields of the operation like (SLWID and USR00 )for a production order at the time of save.
    So am using the exit PPCO0001 and using the OPERATION_TABLE internal table in the exit to chang the details.
    I have done coding in the exit to change SLWID and USR00 in OPERATION_TABLE internal table, but its not updated in the database and the screen also. I dont understand why.
    Please let me know, why the update are not happening.
    Thanks in advance.
    Regards
    Rajaram

    Why Update is not happening in PPCO0001.
    Please let me know your views.
    Thanks in advance.

  • NEW VERSION has a serious problem with the recepient fields

    TO
    CC
    BCC
    old version I could paste from excel a list of email addresses into the TO field and it would work perfectly even if:
    they had a "," (comma) at the end of each email
    or if
    they had a line break (one empty row)
    TB would just recognize them as valid - for example:
    "[email protected],
    [email protected]
    [email protected]"
    would be treated as
    [email protected]
    [email protected]
    [email protected]
    ~~~~~~~~~~~~ NEW VERSION BUG:
    it chokes at both the comma and the empty line -- it sends the message but puts a comma as
    ",[email protected]"
    when sending the [email protected] line for example.
    PLEASE FIX THIS PROBLEM.
    THANK YOU
    Also I find the graying of the header section when not active to be annoying BECAUSE IT MAKES IT HARD TO READ (BLACK ON GRAY HAS NO CONTRAST) -- WHY MAKE IT SO FANCY AND BAD? TB IS GREAT ALREADY
    THANK YOU

    Hi Toad - thanks for the note. I saw that you were able to recreate it -- your first reply talking about importing addresses .csv etc. is all fine but the way I have used TB for years is as follows. I run several mailing lists etc.
    for example
    I go to excel
    and I copy let's say a 100 rows (1 column) that contain either
    ~~~~~~~~~~~~~~~~~~~~~~
    [email protected]
    [email protected], [email protected]
    [email protected],
    <BLANK cell anywhere>
    ~~~~~~~~~~~~~~~~~~~~~~
    THEN I go to TB - put curser in BCC field (change TO to BCC) - and hit paste.
    It pastes it as one line.
    THEN I press RETURN
    and it separates it to multiple BCC lines.
    This has always worked.
    The new version chokes at this
    AT THE BLANK LINE
    AT THE COMMA
    ETC.....
    Thanks for reporting it b/c it's a very important bug.
    ''Toad-Hall [[#answer-670828|said]]''
    <blockquote>
    I've just tested this on my system.
    Test one:
    Copy pasted two email addresses from a column in an excel sheet.
    One was above the other - no blank rows.
    Pasted as two email addresses separated by a comma.
    Sent and received ok, so the commas did not cause an issue.
    Test two:
    Created a blank line/row in excel sheet between the two email addresses, then copy pasted the two plus the blank line.
    In TO field this was shown as: email address followed by two commas then last email address.
    When sent this caused the second email address to become invalid. After fist comma, it added double quotes followd by a comma (where the blank line was positioned) then added another double quote just before the @ in the second email address. this made the second email address invalid.
    So it is definately not working with blank lines.
    First email received ok, second email returned a Mail Delivery Service Delivery Status Notification - Recipient address rejected: User unknown in virtual mailbox table.
    However, if you imported the .csv file as an address book, you could use it within Thunderbird. If wanting to send one email to several people, then create Mailing Lists. This does not fix your scenario, but it will resolve the issue of sending one email to a group of valid email addresses.
    Info on Mailing lists.
    * https://support.mozilla.org/en-US/kb/how-create-and-use-mailing-lists
    </blockquote>

  • Search and Replace values in the text field before values are stored to DB

    Hi,
    In my application there is a question - text area and answer - text field. Problem is, some answers are stored with the single quotes to the DB and I have a problem while retrieving it from the DB. I need to replace the 1 single quotes with 2 single quotes. The values are stored to the DB when the submit button is clicked.
    So I am using the following javascript code:
    italics
    <script type="text/javascript">
    function test()
    var str="&P2_S1.";
    document.write(escape(str));
    </script>
    italics
    I need to call this javascript function, when the submit button is clicked but BEFORE the values are stored to the DB. How can i get this done?
    Please let me know.

    Hi,
    Thanks for the reply.
    Yeah I planned to drop the Javascript idea.
    Now, I am using the PL/SQL code. This is what I am planning to do.
    When the user enters any word like this, Test's, this single quote should be replaced by some special character, #@@#, - what is the PL/SQL code for this?
    Right now my PL/SQL code is:
    begin
    update test set S1=:P2_S1 where name=:APP_USER;
    end;
    so the replacing part should come somewhere before the update statement.... how can I do it?
    from the DB when the values are retrieved, I use the following code:
    select REPLACE(s1,'''','') from test where NAME=:APP_USER; // this works fine.
    Please help me with the replace of the single quote before the update process...

  • I've recently purchased a second hand iPad 2 and it is locked to the Orange network. How can I get it unlocked without paying on top of what I have already done for the device?

    Hi, I have recently purchased an iPad 2 and only just found out after trying to use a Giffgaff sim card that it is locked to the Orange network in the UK. I don't want to be paying any extra over and above what I have already paid so my question is, is there any way to get the iPad carrier unlocked via apple or orange.  I am waiting a call back from apple today and have read on the web that orange will charge me to unlock it.
    Thanks for any help you guys can offer

    Some iPads which were subsidized by the carriers are locked to the carrier, and in that case only the carrier can authorize an unlock. You'll need to talk to Orange, and pay their fee if necessary. They may well only unlock for the original purchaser, in which case you'll need to contact the person from whom you purchased the iPad. Apple can do nothing directly in the matter, since they can only issue the unlock when the carrier provides authorization.
    Regards.

  • How do i check what has been looked at on the internet

    Sorry to bother you all again, but i have another question! My 14 year old son has been looking at naughty websites. he say's he has stopped but is there anyway i can check what he has been looking at previously on the internet. I know when using a PC you can look at previous internet history in control manager. Does Mac have the same sort of application. I only realised he was doing this because one of the 'naughty' movies downloaded onto the desktop. but can i check history on QuickTime, and generally the computers history.
    Thanks

    zedzed,
    Here's another thought.
    Navigate to HD > Users > Library > Safari: Make a duplicate of History.plist.
    To duplicate the file, click once to highlight it. Press the Command + D keys.
    Drag the History,plist copy file to the Desktop.
    Highlight it. Press the Command + I keys, to get info.
    Change Open With to TextEdit.
    When you open the file in TextEdit, it will be difficult to read, but you will be able to pick out some sites.
    ali b

  • WHAT has iPhoto 6 done to half of my photos?

    I know this has no doubt been covered in earlier posts, but I have to draw further attention to it otherwise we all know Apple will just politely ignore it! All my photos appeared wonderfully well-adjusted in iPhoto 5, and since 'upgrading' to iPhoto 6 about half of my photos have a horrific red saturated tinge to them when viewed as thumbnails. I know this is something to do with ColorSync profiles, but isn't iPhoto for the non-expert, non-colorsyncing user? I've noticed that if I make a tiny non-adjustment and then save the image the thumbnail appears correctly. But do I really have to do this for upwards of 2,000 photos?! Is there no 'rebuild thumbnails properly' option? C'mon Apple... the performance benefits and the rest in iPhoto 6 are fantastic, but if the photos look ******, what's the point? Eh?! EH!?

    what is happening is that iPhoto 6 is now using a "default" profile for VIEWING any image that is "untagged". the crazy over-saturated images will look fine if you mail, export or basically do anything to take them out of iPhoto 6.
    it was super lame of iPhoto not allowing the user to set their own default profile (ala Photoshop) and even way lamer to make it some crazy super saturated one at that, they should have chosen sRGB.
    also, unless i am missing something, there is no way in iPhoto to tell what profile you have assigned to each image... that should have been included in the info area, or at the very least in the "Get Info" panel. So until they get with the program you will have to pop em open in Photoshop.
    In short this update could have been so much more. I am pretty dissappointed. The add ColorSync profile radio button in the preferences is a joke.
    I won't even start ranting about the 150 "stray" photos it "found" during the update, nor the whole "revert to original" changing the density of my thumbnails, but not the actual image. Especially on images which should not even have the "revert to original" lit up in the first place.
    What a mess, I think the iPhoto team is on crack.

  • I bought an ipod touch 4 from ebay, and I tried registering it in my name but it says I cannot because its still registered under another user. My question is, what has to be done in order for my ipod to be registered in my account?

    I recently bought an ipod touch 4 from ebay, and I tried to register it under my name but appearently its still registered under someone elses; probably the person I bought it from. What can be done so that I can register my ipod touch 4 to my apple id account?

    From:
    Apple - Product Registration - Welcome
    The Apple Product Registration website is closed.
    If you’re trying to register an Apple product, chances are it’s already registered. Most Apple products can be registered when you turn them on for the first time and begin the setup process. Service and support for your Apple product are linked to its serial number, so it’s OK if you don’t register it. If you'd like to check the service and support coverage for your Apple mobile device or computer, click here.

  • What has Snow Leopard done to iPhoto?

    I've recently installed Snow Leopard & have yet to see any great differences or benefits.
    The big problem I am having is that iPhoto is incredibly slow now in panning zoomed images.
    e.g. I open an image in full screen and zoom in (which is slower than previously) and then use the multitouch function on the touchpad to pan... And I am presented with lag which appears to be buffered - i.e. I move my fingers in a certain pattern and then remove them & the software gradually follows this path with a lengthy delay.
    Any ideas or help?

    Danesmoor wrote:
    I've recently installed Snow Leopard & have yet to see any great differences or benefits.
    The big problem I am having is that iPhoto is incredibly slow now in panning zoomed images.
    e.g. I open an image in full screen and zoom in (which is slower than previously) and then use the multitouch function on the touchpad to pan... And I am presented with lag which appears to be buffered - i.e. I move my fingers in a certain pattern and then remove them & the software gradually follows this path with a lengthy delay.
    Any ideas or help?
    I know what you mean. Ever since I purchased Snow Leopard, my Mac has been acting un-Mac like. iPhoto hangs during simple operations. I've had to do a forced shut down. This is getting a little irritating, I hope they resolve these issues soon.

  • What is to be done about the iPhone 6 plus bending

    I pre order the iPhone 6 plus and yet to have my item but on searching the internet it's came across that the iPhone 6 plus is bending why being in your pocket.
    now being a builder I will be cancelling my order if it don't her something is to be done to fix this problem.

    This is really disappointing news.  I have seen the you tube videos showing simple hand pressure destroying the iPhone 6 Plus.  I have been waiting for my iPhone 6 Plus on order with BestBuy but honestly, this thing just bent so easily that I don't know how I can justify $1000 on a phone that is very likely to bend on me with just normal use.  You shouldn't have to put your iPhone into a military case just to keep it from bending with normal use.  I was just going to buy a silicon case to help protect against drops.  But that won't stop it from bending based on what I saw in the demonstration video.  Maybe its the curved edge combined with the pliability of aluminum alloy and the weakness where the volume controls are.  Maybe the volume controls should have been smaller and round to make it stronger.  I'd certainly rather it be heavier but unbendable.
    I really miss Steve Jobs.  I don't think he would have let this phone go to market with such an easily detectable flaw and I think he would have been more demanding about bringing out a phone that truly wowed the world after such a LONG wait for the new update.  I was happy with the iPhone 6 Plus overall but I truly think Steve would have had it to market sooner and with more WOW, and without bending like cheap junk.  I know the phone is not junk but a fatal flaw like this makes it just about as useful as junk.
    **** I miss Steve Jobs.

  • TS1389 What if I have done all the steps apple says, and I still can't authorize my computer to play certain purchased songs

    I followed all the steps on the apple page, and just a few of the songs I just purchased cannot be authorized for some reason.  It keeps prompting me, and I keep entering my password and it says this computer is already authorized.  ARG! 
    Weirdly, when I look at the info of the songs, some list my name as "Purchased by", but the songs I can't play don't have a "Purchased By" line, but all songs show the correct "Account Name"

    They were purchased by another Apple ID.
    If you are not sure what other Apple IDs you may have, go to appleid.apple.com and click on the link that says "Find your Apple ID".
    You are needing to authorize the Apple ID that those other songs were purchased under.

  • Where are the daily released apps? The new page has them all mixed up.  Is there any way to see only what has been released each day like it was before?

    Since updating to ios6, the page with the newly released apps is gone, and replaced with something that has them all mixed together.  Is there any way to search for apps released each day?  I don't like the new setup, where it is categorized and you have to go through everything listed.

    Thank you.Ok say for e.g.
    500 video files imported in fcpx
    800 clips extracted from these obviously on the timeline and joined/compounded according to their content in say 15 layers according to 15 instruments used ,so now just to see the entire usable footage ....
    now one 7 minute song sequence has to be made where bits would be simultaneously taken from these 15 layers as all instruments are playing simultaneously
    these shots are not more than 2 secs each according to the beat........
    when I try to work with these 15 layers as well as the Final primary layer that I'm making in the same timeline my fcpx becomes slow
    but when I drag individual layer to individual timelines it is fine so that is the only option
    but now for every 2 second bit I have to go back to the 15 layered timeline and find one single suitable shot
    So I was wondering is there a way to be able to see these layers and clips on the timeline in the browser in a systematic fashion like the way we get with keywords  ?
    and keywords can only be used in the imported clips already in the browser ,and not after we drag it on the timeline.....
    Till now I think exporting and importing back is the only option ...but is there another work around ?

  • What has Mountain Lion done to iCal sync?

    I'm seeing lots of questions about iCal post-Mountain Lionon these forums, but far fewer answers on this one!
    I have four calendars on my iPhone 4 that run my life. Pre-Mountain Lion upgrade on my iMac they all synched perfectly well via iCloud with my iPad and iMac.
    Since upgrading to Mountain Lion, the iPhone and iPad still sync properly. However, when I went into iCal on the iMac two days back, for the first time since the Mountain Lion upgrade, I think, none of my calendars were there. The only calendar showing was one for birthdays, which I don't ever recall setting up. My iCloud account was missing from iCal's "Preferences". Adding it back in restored all of my calendars, and I thought I'd sorted this problem.
    However, today, I opened iCal on the iMac again today, and my calendars were all missing again. Just that "Birthdays" calendar there.The iMac hasn't been powered down or re-started during the time since I reinstated the iCloud details to iCal.
    So, today, I've added my iCloud account to iCal's preferences again, but I don't have much faith that this alone is the solution, given that I did that two days ago too.
    Anyone else getting this? Seems a basic sync error, but I can't work out why iCal should be "forgetting" iCloud accounts that have been added?
    Tom

    My problem is similar.. updraded to ML from 10.6.8 and now the Birthdays from Contacts are ot showing up on the main calendar.. I have the "show Birthday Calendar" checkid in calendare preferences..
    iMac 20" 2.4 Core 2 Duo.

Maybe you are looking for

  • Excise duty credit in custmore sales return

    Hi Experts When we receive the sale return from customer we follow the below process. Create sales order with order type sales return Create return delivery. It create stock for return material. VF01 Accounting entry pass in customer account. J1IH fo

  • Problem with jsp tag in jsf file c:import

    <!-- <c:import url="#{backing_Home.whichMenu}"/>--> <jsp:include page="#{backing_Home.whichMenu}"/> I am trying to use a JSF variable in jsp tag I am getting error like this javax.servlet.jsp.JspTagException: /#{backing_Home.whichMenu}     at org.apa

  • Multiple BW Systems pulling data from one R/3

    Does SAP recommend multiple SAP-BW systems to pull data from the same R/3 system? If so then how does delta get get handled in such a scenario?

  • Restore file? .rcp from shallot patch?

    I was using a downloaded program from MacUpdate called Measuring Cup to put my recipes on my MacBook. When I opened it today though all my personal input was GONE and it was restored to the original settings. I'm looking to see if anyone knows how to

  • After I switch from trial version to official, my AE crashes during start process

    Hello! I purchased the official version last night but when I launch it from creative cloud, the AE crashed. I took the pictures. It shows crash occurs while invoking plug-in "AEDynamic link server". It is weird because my trial version works very we