Problem the workarea xyz is not long enough

hi all ,
            I was debugging my code in update task .
Suddenly my program has started giving error "the workarea xyz is not long enough"
at statement :
MODIFY zsdabc FROM TABLE xyz.
Plz help .
Thanks .

MODIFY zsdabc FROM TABLE xyz.
The structure of XYZ is not the same (length, no. of columns, column-definition) as ZSDABC.  Is XYZ defined as 'type ZSDABC'?  Don't forget your client/mandt field (and to populate it) if it exists in ZSDABC.

Similar Messages

  • Issue in 7.3 - The Work area is not long enough

    Hello All,
    currently i am facing issue in my new BI 7.3 server when i try to execute planning sequence, i am getting the below error:
    We have recently moved from 7.0 to 7.3 version very recently and when i try to execute the planning seq it raises above shown error but we have the same code in the BI 7.0 and nevere faced any issue while execution of Planning Sequence and we din't even changed the code.
    we are using this Work area <WA_STATUS> in Customer exit and also in the Program.
    It will be so helpfull if you let know why it is raising error and also wanted to check have any one faced simmilar issue in 7.3.
    Thanks in Advance,
    PJ.

    Hello Yogesh,
    Thanks for your reply!!!
    We have solved the issue.
    the issue is really due to after 7.3 Upgradation the RSPC_MONITOR had two more new feilds added
    1) UNAME & 2) CHECK_TIME
    and this fields doesn't exist in the 7.0 Version so due to this inconsistancy the Structure was failing.
    so we have included two new Fields in the structure in the program and in the Customer Exit and working fine now.
    With Regards,
    PJ.

  • Err: workarea is not long enough...

    Hi all,
    Please solve this problem.......
    Used this Statement in FM....
    INSERT zdsd_hh_rahd FROM TABLE lt_rahd_delete.
    Where 'zdsd_hh_rahd' is a Transp. Table with 25 fields.
    'lt_rahd_delete' is declared as:
    DATA: lt_rahd_delete        TYPE /dsd/hh_rahd_s_tt.
    '/dsd/hh_rahd_s_tt' is a Table Type. 
    Has Line Type as: '/DSD/HH_RAHD_S',
    Key Defination as: Key component.
    '/DSD/HH_RAHD_S' is a Structure refering to Table '/DSD/HH_RAHD'.
    '/DSD/HH_RAHD' and 'zdsd_hh_rahd' hase the same fields.
    But i am with an Error saying that:
    Workarea 'lt_rahd_delete' is not long enough...
    Edited by: CHELIKANI KUMAR on Dec 20, 2007 5:50 PM

    Use INSERT zdsd_hh_rahd FROM TABLE lt_rahd_delete ACCEPTING DUPLICATE KEYS.
    Work area wa should always be declared in the ABAP Dictionary with respect to the database table or the view so Declare
    Data:lt_rahd_delete  type zdsd_hh_rahd occurs 0.
    Pls Let me know the Status.
    Kanagaraja L
    Edited by: Kanagaraja  Lokanathan on Dec 20, 2007 1:07 PM

  • My serial number is not long enough?

    Hi, I recently bought Photoshop elements 12 and am trying to install it on to my Mac Book Pro.
    I bought the photoshop from a store, so I am trying to enter the serial number on the box when installing. The serial number given is 18 characters long, this is not long enough to fit the required serial number. The other numbers on the back are also not long enough.
    Please can someone help??

    Hello Lara,
    you purchased your product from these firms like Amazon. You didn't get a serial number, only a code with which you can request a serial number from Adobe. Please have a look at - 99jon said it above - http://helpx.adobe.com/x-productkb/global/find-serial-number.html. (Start here: How did you purchase your product?)
    The following part, so I just see at least, ceased to exist on my Adobe website, everything takes place in the link from above. I leave it as an info yet, it might still fit for you. For this purpose, please click your way through to your Adobe Store and find the button "Get Serial Number". Fill in the form and after a while you will get the real serial number.
    If necessary and for further questions click through http://helpx.adobe.com/contact.html and if "open" please use the chat, I had the best experiences. I quote from Adobe's employee Preran: The chat button is activated as soon as there is an agent available to help.
    Hans-Günter

  • Serial Number in System Info is Not Long Enough

    I have deactivated CS5 from Computer A, noting the System Info before deactivating, which included a Serial Number.
    When trying to re-install CS5 on Computer B, the Serial Number is not long enough.
    This CS5 is a student edition.

    did you get the serial number from Help>System Info, where it says "Serial Number"?  because, if so, that's not the serial number.  In fact, it's not even close.  my actual serial number started with 1 while the "serial number" in the System Info started with 9.
    when you deactivated from the old computer, did you check the box to erase the serial number from the computer upon activation?  If not (i.e., the serial number is supposedly still on the old computer), i've heard that if you start a reinstall of CS5 on the old computer, it will fill in the serial number at that screen.  I don't know this for sure because the OS on my old computer literally crashed in an irreparable way immediately after I deactivated CS5.
    If it isn't a student edition (you must not have the box - the box would clearly say so), then the only way to get the serial number is to know the email address that it may have originally been installed under.  Even that may not work,  when I spoke to Adobe support (after waiting 3 hours on my digital phone), I gave then every email address that I could imagine having used and did not find the record of my initial installation.
    Again, good luck

  • Clip for trailer won't load, regardless of the size the error message keeps popping up, "That clip is not long enough. Choose a longer clip for this part of the trailer."

    Clip for trailer won't load, regardless of the size the error message keeps popping up, "That clip is not long enough. Choose a longer clip for this part of the trailer."

    I got it out!
    Here is how.
    None of the Apple-suggested ways worked. However, before totally giving up I started Roxio Popcorn and pressed the big eject button on it. It came out effortlessly!
    So, I thought "Weird..."
    I put the CD back in and reproduced my original problem. I got it out just as easily using Roxio Popcorn Eject feature.
    So, I then thought "Maybe it is the disk?" There is nothing wrong with the disk as far as I can tell. It is perfectly round, has a smooth label-side surface. It is not even a label, it is a standard software install disk you buy in stores.
    I inserted a different disk. The mini mounted it, I browsed it, and then ejected it by dragging it to trash. Worked fine.
    I tried a few other disks.
    The drive seems to work fine.
    Maybe that CD is cursed, I dunno. I tried that disk in my PowerBook and it works fine there.
    Who knows ?
    I am still backing up my hard drive as I type this message in case I need to take it to the store.

  • The import parameter of a RFC FM is not long enough

    Hii
    I have a standard FM and one of the import parameter field is not long enough for. 
    Instead of copying the RFC FM please advise how can i change the FIELD TYPE?
    What is the most appropriate solution

    If it is a standard FM, it will have it's import parameters type with reference to Data Dictionary. So, if this parameter is not long enough for YOU (or better said, for the value you want to assign to it), there is nothing you can do about it.
    For example when creating a business partner, with a Last name of more than 40 characters, you will not be able to store this name in SAP anyway, since in SAP the last name is typed as CHAR40.

  • The work area "IT_ITAB" is not long enough

    I created a interna table IT_ITAB with OCCURS 0, But it's giving error as
    <i><b>The work area "IT_ITAB" is not long enough</b></i>.
    So pls send the correct syntax to solve the error....

    <i><b>data : it_data like standard table of  mara occurs 0 with header line.</b></i>
    Above syntax is not working...its giving error as "OCCURS 0 is not expected".
    I have one more dought...In the report I am providing some of the fields from my own database table.
    1. Can I provide the fields when using the WITH HEADER LINE concept.?
    2.Can I avoid BEGIN OF after "DATA :"?
    3.Pls tell me the exact use of STANDARD key word.
    4.What is the memory sys assigning dynamically when using OCCURS 0?
    5.What is the syntax to increase the memory?

  • 'The song "xyz" could not be used because the original file could not be found.

    I am quite new to iTunes so please excuse me if the questions seem daft 
    I have recently changed my default iTunes Media folder location from my local C:\ drive to my home network storage device
    (my PC is permanently mapped to this NAS storgae drive)
    Now When I go to play a song in itunes I get the message 'The song "xyz" could not be used because the original file could not be found. Would you like to locate it"
    Looking in the new iTunes Media folder, I can see the following folders and they are mostly empty:
    Automatically Add to iTunes
    Downloads
    Mobile Applications
    Music
    Note that I have music that I bought from iTunes and music from other sources \ given to me by friends
    Questions:
    (1) How do I get all my music back into this new iTunes Media folder?
    (2) Exactly which files contain my music? (I ask because we have 2 or 3 libraries that I wish to consolidate into 1 master Library for us all)
    If I know exactly which files are required I can delete any other files cluttering up my storage and PC

    Changing the media folder path tells iTunes where to put new media that is ripper or purchased. It may offer to consolidate to the new location when you make the edit, if not iTunes will expect existing content to remain on the original path.
    The "missing file" error happens if the file is no longer where iTunes expects to find it. Possible causes are that you or some third party tool has moved, renamed or deleted the file, one of its parent folders, or the drive it lives on has had a change of drive letter. It is also possible that iTunes has changed from expecting the files to be in the pre-iTunes 9 layout to post-iTunes 9 layout, or vice-versa, and so is looking in slightly the wrong place.
    Select a track with an exclamation mark, use Ctrl-I to Get Info, then click No when asked to try to locate the track. (Due to a bug in iTunes 12 you currently have to say No twice!) Look on the summary tab for the location that iTunes thinks the file should be. Now take a look around your hard drive(s). Hopefully you can locate the track in question. If a section of your library has simply been moved, a folder renamed, or a drive letter has changed, it should be possible to reverse the actions. If the difference between the two paths is an additional Music folder in one path then this is a layout issue. I can explain further if that is the case.
    In some cases iTunes may be able to repair itself if you go through the same steps with Get Info but this time click Locate and browse to the lost track. It may then offer to attempt to automatically fix other broken links.
    If another application like Windows Media Player has moved/renamed the files then the chances are that subtle differences in naming strategies will make it hard to restore the media to the precise path that iTunes is expecting. In such cases, as long as the missing files can be found somewhere, you should be able to use my FindTracks script to reconnect them to iTunes. See this post for an explanation of how it works.
    For more background on the typical layout of the iTunes library see Make a split library portable.
    1) It depends on exactly what you have done to break things.
    2) Your media files are where you put them, or where iTunes copies them to when they are added to the library. If multiple libraries use the same set of media folders there can be problems if edits in one library cause content to be moved as the other libraries will no longer see those tracks on the original path, and won't know to look in a new one.
    tt2

  • Internal table - work area not long enough

    Subject changed by moderator.  Please try to use a more meaningful subject in future
    The work area "ITAB" is not long enough. how to solve this problem.
    Edited by: Matt on Nov 14, 2008 10:20 AM

    please check the order of the fields you are passing to your internal table.
    Their can be many  possible cases .
    a)
    internal table has less number of fields and u are passing more fields.
    b)
    suppose Itab has field Vbeln and it`s length is 10 and u are passing filed having length
    12.
    Please check that.
    Regards
    Neha

  • E-Recruiting: ALE Status 51 Posting Error - "Password is not long enough"

    Hi experts!
    We are having problems occationally posting idocs in our nightly ALE transfer from SAP to E-Recruiting.  The error for the segment with a status 51 is "Password is not long enough (minimum length: 6 characters)".  The system is trying to post IT0105 Sty 1.
    This only seems to happen when either a new user is created in our SAP system.  We are running SAP ECC 6.0 and E-Recruiting 6.0 sp10.  In both systems you are required to have a password length of at least six characters.
    Users in our SAP system are needed in E-Recruiting for the purpose of identifying internal candidates.
    If both systems currently require that you have a password length of at least six characters, why would we recieve this error message when attempting to post idocs?
    The concern here, obviously, is that if one segment fails to post in the idoc, the entire idoc fails to post.
    Any help would be appreciated!
    Thanks!
    Ryan

    Hello,
    We are still having a problem with failing iDocs everytime we pass over IT0105 Sty 1 records from our SAP system to E-Recruiting.
    Would anyone happen to know where I should start looking to troubleshoot this error message?
    "Password is not long enough (minimum length: 6 characters)"
    Currently both systems require that your password be at least 6 characters long, which makes this message even more perplexing.
    Having a better understanding of how RBDAPP01 processes inbound IDOCS in status 64 would help.  We are using message type HRMD_ABA.  Our data filter looks like....
    Infotype: 1000
    Object Type: C, O, S
    Infotype: 1001
    Object Type: C, O, S
    Subtypes: A002, A007, A008, A012, B002, B007, B008, B012
    Infotype: 1001
    Object Type: O, S
    Subtypes: A003, B003
    Infotypes: 0000, 0001, 0002
    Object Type: P
    Infotype: 0006
    Object Type: P
    Subtype: 1
    Infotype: 0105
    Object Type: P
    Subtypes: 0001, 0010   
    So the question is how is IT0105 Sty 1 being processed when RBDAPP01 runs?
    Thank you for your help!
    Ryan
    Edited by: Ryan Hubbell on Mar 31, 2009 7:00 PM
    Edited by: Ryan Hubbell on Mar 31, 2009 7:47 PM

  • In iTunes on my windows 7 PC, the Edit/Preferences dropdown window,some of the tab windows are not large enough to see all options that are available.  The borders of the window cannot be draged larger.  As a result, I can not uncheck or check some box's.

    In iTunes on my windows 7 PC, in the Edit/Preferences dropdown window,some of the tab windows are not large enough to see all options that are available.  The borders of the window cannot be draged larger.  As a result, I can not uncheck or check some box's on several of the preferences pages.  The Apple people at the store did not help.  I have lownloaded the latest version of iTunes and this is still an issue.  HELP.

    Is there really nobody else with this problem? Really?

  • Apple A/V cable not long enough

    it seems to me I can't connect the two audio jacks to my Stereo when I have the yellow Video one in the TV - - NOT LONG ENOUGH! (the 3-cable part) - i would'nt mind but my stereo is directly under my TV
    the video cable needs to be longer I think - - or the two audio ones - or maybe all 3 then.....also, when those two audio L/R are to stereo, there is no more to feed to TV, so sound from the stereo only, none from TV
    - so what to do about this? - if anyone knows about splitters or cable extensions, show me jah light

    You can go to Radio Shack, Best Buy, etc. and get a generic camcorder A/V-to-RCA cable. The cable will have the longer head phone jack like the Apple A/V cable but may come in longer lengths. One note though, the normal color outputs using the camcorder cable are not correct when using it with an iPod.
    Plug the red RCA plug into your TV's yellow RCA jack.
    Plug the yellow RCA plug into your TV's white RCA jack.
    Plug the white RCA plug into your TV's red RCA jack.
    See for details:
    http://www.macdevcenter.com/pub/a/mac/2005/11/18/video-ipod.html
    <Added> - After I posted a reply I noticed you're in Dublin, so the stores I listed may not make sense. Go to any electronics store and ask for the camcorder cable I mentioned. If they don't have a cable long enough for you, ask for a RCA jack extension cable. That will work too.

  • Java.sql.SQLException: Byte array not long enough

    using thin jdbc returned this exception seems to be connected to the length of the statment:
    ////////create a prepared statement////////
    preUpdateStatement = dbConnection.prepareStatement(updateStatement.toString());
    // build data output stream on byte array output stream
    ByteArrayOutputStream byte_os = new ByteArrayOutputStream();
    DataOutputStream data_os = new DataOutputStream(byte_os);
    // write chars to data output stream
    data_os.writeChars(((Element)m_values_vector.elementAt(i)).m_value);
    // create input stream and pass it to prepared statement
    ByteArrayInputStream byte_is = new ByteArrayInputStream(byte_os.toByteArray());
    preStatement.setUnicodeStream(i+1, byte_is, byte_os.toByteArray().length);
    // execute
    preUpdateStatement.executeUpdate();
    preUpdateStatement.close();
    null

    stack is:
    java.sql.SQLException: Io exception: Char array not long enough: javaCharsToUtf8Bytes
    at java.lang.Throwable.<init>(Compiled Code)
    at java.lang.Exception.<init>(Compiled Code)
    at java.sql.SQLException.<init>(Compiled Code)
    at oracle.jdbc.dbaccess.DBError.throwSqlException(Compiled Code)
    at oracle.jdbc.dbaccess.DBError.throwSqlException(Compiled Code)
    at oracle.jdbc.dbaccess.DBError.throwSqlException(Compiled Code)
    at oracle.jdbc.driver.OracleStatement.executeNonQuery(Compiled Code)
    at oracle.jdbc.driver.OracleStatement.doExecuteOther(Compiled Code)
    at oracle.jdbc.driver.OracleStatement.doExecuteWithBatch(Compiled Code)
    at oracle.jdbc.driver.OracleStatement.doExecute(Compiled Code)
    at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(Compiled Code)
    at oracle.jdbc.driver.OraclePreparedStatement.executeUpdate(Compiled Code)

  • Work area "itab" is not long enough

    Hi All,
    Here am facing a trouble with internal tables.
    I need an internal table for processing. I declared a table type refering to an structure. The program is throwing me an error "Work area "itab" is not long enough. "
    Can anyone telme what's wrong with the code?
    Thanks,
    Anjum.

    Hi Nasarat,
    if you look at carefully you definitions of tables
    TYPES: BEGIN OF tbl,
    rc_n TYPE c,
    rec_n(2) TYPE n,
    END OF tbl.
    DATA: itab_org type tbl1 occurs 0 with header line,
    itab_rc type tbl1.
    your DATA statement referes ITAB_ORG to a Type tbl1 which does not  exist in your TYPES statement.
    your DATA statement refers to ITAB_ORG is not a internal table but a WORK Area as you have declared it as ITAB_ORG type tbl1.
    If you want to declare and internal table ITAB_ORG - decalre it as
    Data:ITAB_Org type standard table of tbl.
    and define a explicit work area
    DATA: wa_org type tbl.
    Never use Occurs 0 and Header line as it coccupies lots of memories and your programs may dump in future . So please avoid occurs 0 and header line and instead decalre an explicit WORK AREA.
    Similary declaration for internal table ITAB_RC it should be
    DATA: ITAB_RC type standard table of tbl,
              WA_RC type tbl.
    then after these declarations when you do a SELECT statement it should be
    SELECT rc_n rec_n into ITAB_ORG from<DB table>.
    The fields as declared in types should be called in the same sequence as you have defined above OR use INTO CORRESPONDING-FIELDS OF ITAB_ORG.
    Hope this reolves your query and was useful.
    if yes please do reward suitably
    Thanks
    Venugopal

Maybe you are looking for

  • Do we really need the install discs?

    Hello, we have a Ibook G3, using OS X 10.4.11, that was upgraded from the original and now has more RAM and a higher speed processor. Whomever did this upgrade must have put in the user name and password and for the life of me, cannot figure out what

  • Remote Desktop Connection in Windows 8

    Hi, I can't seem to figure out how to make my local drives available when using the app Remote Desktop Connection on my Windows 8. All the instructions I found on Microsoft do not apply to Windows 8 http://technet.microsoft.com/en-us/library/cc728050

  • Portal performance report

    Hi Portal GURUs, We have configured Portal Activity Reports for monitoring hits but we required to monitor Portal Performance. Please suggest me if there is any in built features to get these reports? Regards Kiran

  • Price changes of a material

    Hi all, I need to list the whole price changes of a material that we purchased from suplliers. How can i get these data, ie from which tables? Thanks in advance. deniz.

  • Problem in crystal reports

    Hello i have a problem in crystal report, i want to dispaly data from MYSql data base to crystal report through my application I have'nt work on crystall report before this please help me..... thanks in advance