Getting error Uni code check when modifying Ztable from work area?

Hi all,
Getting error Uni code check when modifying Ztable from work area?
and how to increment counter when data modified?
FM 'popup_to_confirm'.
IMPORTING
       answer                      = RES.
CHECK
      RES = '1'.
        WRITE :/ 'UPDATE'.
      MODIFY ZPPT_PPDPLAN FROM GWA_FIN_PROD.
thanks in advance..

what error you are getting. make sure source and Target are of similar sturcture.

Similar Messages

  • Get Error in source system when loading flatfile from application server

    Hi
    I'm loading data from flatfiles on the application server. In the datasource if I display the sample data. It shows fine.
    But when I execute the infopackage I get an error when it is loading the data to PSA.
    The error is
    Error in source system
    Message no. RSM340
    There is no further information
    But if I load from my machine it works fine.
    Any help will be great

    Hi,
    As you can view display the sample data. It shows fine.
    It mean there is no issues in BW (File path is correct, Data in Flat file is correct).
    Then definetely its with the source system, which is resisting to pass IDOC to BW.
    Now.we need to know the its problem with File on App serv or App serv itself?
    Just check trying to Load another  Flatfile in App serv.
    Let me know.
    Regards
    Hari

  • Why do I get an error code 5 when sending photos from iPhoto?

    why do I get an error code 5 when sending photos from iPhoto?

    Read related topic
    Thank you & Best regards
    syrpimp
    =======================================================
    “You must continue to gain expertise, but avoid thinking like an expert." -Denis Waitley

  • Error in commitment check when creating maintenance orders

    I'm getting an error " Error in commitment check" when creating the maintenance order for procuring the spare parts which is an non-stock item. I checked the cost for the particular Cost center/GL there is no money in that, so thatu2019s the reason for getting the error, so when we did testing in DEVL and QA, we put money into the cost center/fund/functional area and the issue has been resolved.
    Now my client said they donu2019t want that control and they want to remove the commitment check so that you can create maintenance order even though you donu2019t have money on particular cost element.
    FICO person told that there is no AVC check in place, also there is no budgeting control implemented, she also told that when they create Purch requisition directly they are not getting the error even though cost is not in that particular cost element but she wonder why it is giving error when we create the purchase requisition thru Maintenance order.
    I have referred the experts forum to figure out this issue, but everywhere they mentioned this is due to budgeting or funds management issue and ask me to contact FICO person to remove the control, but there is no such person as current FICO person is an end user trained in SAP.
    Your help is appreciated

    Hi,
    We got same error , while procuring through PM order , Please help us , what settings required .., Our version is 4.7EE .
    The note mentioned up to level of 4.6 ,
    Regards,
    Sujana

  • I am getting "Error in Loading Dll" when i instantiate AcroExch.App.

    I am getting "Error in Loading Dll" when i instantiate AcroExch.App.  This has worked find when i had Adobe Acrobat 9.0 and Adobe Reader 10.0 installed in my System.  Now the Adobe Reader 10.0 has been uninstalled and Adobe Reader 11.0.10 has been installed in my system.  Ever since this code is not working.  I have delveloped some critical applications in Exceh VBA and not it is not working.  Can anyone provide me the correct solution to overcome this issue.  Is this because the Acrobat and Reader version incompatibility.  If so, what is the workaround for this issue.

    Uninstall Adobe Reader and repair the installation of Adobe Acrobat.

  • I keep getting "Error Subject token invalid" when I try to activate HBO GO on my Apple TV 3.

    I keep getting "Error Subject token invalid" when I try to activate HBO GO on my Apple TV 3. Everything else is activating fine. My ISP is XFinity. Anyone seen this? I have done a complete reset and restore, and have the latest software.

    Hello dprice3885,
    Thanks for using Apple Support Communities.
    Take a look at the Wi-Fi troubleshooting since you can access the network but not the content.
    Apple TV: Basic troubleshooting
    http://support.apple.com/kb/HT6106
    Apple TV (2nd and 3rd generation): Troubleshooting Wi-Fi networks and connections
    http://support.apple.com/kb/TS4546
    Have a nice day,
    Mario

  • I'm trying to sync my phone to my computer and keep getting error message "1140" just when it's about to finish.  My updates are current.  Thoughts?

    I'm trying to sync my phone to my computer and keep getting error message "1140" just when it's about to finish.  My updates are current.  Thoughts?

    Hi hannijin,
    What version of the Mac OS X do you have on your computer?  The version of iTunes that you can install is dependent on the operating system that you have.  For example, the current version of iTunes requires OS X version 10.7.5 or later.
    Finding the OS X version and build information on your Mac - Apple Support
    https://support.apple.com/en-us/HT201260
    Apple - OS X Yosemite - How to Upgrade
    https://www.apple.com/osx/how-to-upgrade/
    Hope that helps ...
    - Judy

  • How to activate uni code check in function pool.

    hi experts,
    how to activate uni code check in function pool.
    pls give needy
    regards,
    praveen

    hi praveen,
    for every report we can check unicode flag in the attributes.
    function pool is also a type report.
    for classes it is not possible to enable directly.
    for this we have TCODE UCCHECK.
    enable it by using above.

  • I get error message on my ipad mini OxE800000A it worked okay a little while ago

    I get error message on my ipad mini OxE800000A it worked okay a little while ago

    Try the following document:
    iPhone, iPad, iPod touch: Unknown error containing '0xE' when connecting to a Windows PC

  • I cant sync my iphone 5s on windows itunes, keep getting error message unable to load dataclass information from sync services.

    i can not sync my iphone 5s on itunes on windows. keep getting error message "unable to load dataclass information from sync services" when plugging in my phone.
    I have tried uninstalling itunes and re-installing it.
    Turning off firewall and antivirus.
    Has anyone had this before and if so how did you over come this issue?
    Thanks in advance

    Hey troyboi12345,
    Thanks for using Apple Support Communities.
    To troubleshoot this issue, follow this article.
    iTunes for Windows: "Unable to load data class" or "Unable to load provider data" sync services alert
    http://support.apple.com/kb/ts2690
    Have a nice day,
    Mario

  • I need insert /update/modify  ztable from  internal table or work area

    I have one simple problem.
    TYPES: BEGIN OF t_account,
            acc_no          LIKE zztaccountheader-acc_no,
            cust_id         LIKE zztaccountheader-cust_id,
            acc_type        LIKE zztaccountheader-acc_type,
            od_option       LIKE zztaccountheader-od_option,
            od_limit        LIKE zztaccountheader-od_limit,
            od_issue_date   LIKE zztaccountheader-od_issue_date,
            END OF t_account.
    data: lwa_account TYPE  t_account,
         li_account TYPE STANDARD TABLE OF t_account,
    bu scerrin i am inputing data :
    i want modify updare or insert record into ztable by work area  i put following thing
    MOVE : zztaccountheader-acc_no        TO lwa_account-acc_no,
               zztcustomer-cust_id            TO lwa_account-cust_id,
               zztaccountheader-acc_type      TO lwa_account-acc_type,
               zztaccountheader-od_option     TO lwa_account-od_option,
               zztaccountheader-od_limit      TO lwa_account-od_limit,
               zztaccountheader-od_issue_date TO lwa_account-od_issue_date.
        INSERT   zztaccountheader CLIENT SPECIFIED FROM lwa_account .
        CLEAR lwa_account.
      ENDIF.
    i am etting error
    The type of the database table and work area (or internal table)
    "LWA_ACCOUNT" are not Unicode convertible.
    please solve it

    hi,
    decalre like this.
    tables : zztaccountheader.
    data : t_account like zztaccountheader occurs 0 with header line.
    data: lwa_account TYPE t_account,
    li_account TYPE STANDARD TABLE OF t_account,
    MOVE : zztaccountheader-acc_no TO lwa_account-acc_no,
    zztcustomer-cust_id TO lwa_account-cust_id,
    zztaccountheader-acc_type TO lwa_account-acc_type,
    zztaccountheader-od_option TO lwa_account-od_option,
    zztaccountheader-od_limit TO lwa_account-od_limit,
    zztaccountheader-od_issue_date TO lwa_account-od_issue_date.
    INSERT zztaccountheader CLIENT SPECIFIED FROM lwa_account .
    CLEAR lwa_account.
    ENDIF.
    rgss
    anver
    if hlped mark points

  • HT1600 I have an Apple TV 2nd Gen, iPad 2 and can't get the icon to appear when i swipe from left to right. What am I missing? I am able to get the 'Home sharing' 'user and password on my Mac.

    I have an Apple TV 2nd Gen, iPad 2 and can't get the icon to appear when i swipe from left to right. What am I missing?
    I am able to get the 'Home sharing' 'user and password on my Mac.
    Also using IPad 2 I am able to get the ITunes to accept the user name and same password as the Mac.
    However, the only way I can see the 'Home sharing; icon is in Music on the Ipad. When I tap on the Icon it asks for a password.
    When I give the same password, it is rejected.
    Help!!!!
    Jaxxdiggs

    Personally I think the iOS devices are poor at reconnecting  - Airplay establishes that a link is available but when the iPhone/iPad has been away from the house and rejoins the network i think AppleTV already thinks it's connected with a different IP address and fails to recognise it has joined the network again with new credentials.
    Something along those lines anyway.
    I find that a combination of restarting AppleTV, router and iOS device tends to fix it, but not for everyone.
    AC

  • After 9.3 update getting error printing to Adobe PDF while converting from Powerpoint to PDF

    That happened after upgrading Acrobat Pro 9.1.2 to 9.2->9.3 on Windows XP sp2 platform. Converting from other Microsoft Office 2003 products is totally normal(Excel, Word) Did anyone came accross and know how to fix that?? We have many users with exactly same issue.

    thanks...figured out my problem!
    Date: Wed, 3 Feb 2010 12:24:29 -0700
    From: [email protected]
    To: [email protected]
    Subject: Re: After 9.3 update getting error printing to Adobe PDF while converting from Powerpoint to PDF
    What happens if you try to print to the Adobe PDF printer?
    >

  • TS2516 an error occurred uploading my iPhoto Book order. It puts the book together and starts to send but at the very last moment comes up with an error message. but checking the book in iPhoto there are no problems to be found.

    an error occurred uploading my iPhoto Book order. It puts the book together and starts to send but at the very last moment comes up with an error message. but checking the book in iPhoto there are no problems to be found.

    This user talked to Apple Support personnel and confirms what Larry is suggesting:
    crowland1066
    Re: book upload fails
    Nov 30, 2013 3:02 PM (in response to pablo123)
    Just got off the phone with apple support.  If the photo book completes the assembly process but fails during the upload process the problem is in their overloaded servers.They just started a free shipping promotion for the holidays which has increased the traffic dramatically. I bought a calendar a week ago and it went right through. I'm going to try again during less peak times.
    Happy Holidays

  • Hi, I have a PPC Running OSX 10.5.4 and I want to delete the User "Guest"and "Shared"Folders on my HD, they won't let me change the permissions and I keep getting errors that say the permissions should be 0 and are 501 and having files i can't delete that

    Hi, I have a PPC Running OSX 10.5.4 and I want to delete the User "Guest"and "Shared"Folders on my HD, they won't let me change the permissions and I keep getting errors that say the permissions should be 0 and are 501 and having files i can't delete that go on and on ad infinitum... I think it's a virus or a corruption? Can anyone tell me or help me and let me know what I'm dealing with here or wether I'm mistaken and should leave it alone?
    I'd appreciate it.
    Thanks,
    Matt

    mattmakesvidiots wrote:
    Hi, I have a PPC Running OSX 10.5.4 and I want to delete the User "Guest"and "Shared"Folders on my HD
    Why do you want to delete those?  What have you done so far to do that?
    I doubt that Mac has a virus.  On the other hand, your attempts to deleted those folders may have caused corruption.
    Two other comments:
    1) Is there a reason that Mac hasn't been updated to OS X 10.5.8?
    2) You've been misled by the poor field labeling on this Web site into trying to type your entire post into the "subject" field.  In the future, just put a short summary of your post into that field.

Maybe you are looking for

  • Apple TV & Mid 2012 Macbook Air 11.6'' - AirPlay not working

    So I just purchased the new MBA to replace my 2010 air...which also suffers from a cracked screen. Since mirroring wont work on the old model anyways, I sold the unit and cut my loses (I was going to replace to LCD but decided it wasn't worth the eff

  • Email count not displaying in iOS 8.0.2

    So immediately after upgrading to iOS 8.0.2 my email count stopped showing up on the screens icon. I've tried restarting and deleting my email accounts and adding them back and nothing changes. Anyone else experiencing this?

  • Need ABAP Query Builder Like Ms-SQLQuery Builder for Critical ABAP-Query

    Dear ABAP Friends, I Need ABAP Query Builder which is as flexible as Ms-SQLQuery Builder for building Critical ABAP-Queries e.g. "I have 4 master tables , Each master table having self-join with some condition and these 4 Result-Sets have Innser-Join

  • Conversion help

    I am trying to convert a pdf file to excel, but I can't because it says it is password protected.  What can I do?

  • Cs5 not working following a reload

    I have had to build my system and when I reinstalled CS5 I got the following message "unable to start your subscription for Creative Suite Collection  Subscription Edition". I have been using this version for some time and have reloaded it previously