Characteristic length Change

Hi All,
i have changed one characteristic length from4 to 10 which is not having any attributes.
the transport import was failed in quality system giving message SID table need to adjust in quality system.
to adjust the table we use T-Code SE14, but in quality system we dont have access to this tcode.
i tried by re importing the transport request , but no use.
please suggest if there any alternative way is there to adjust the table.
Thanks
Krishna.

Hi Krishna,
Data deletion alone doesn't help. you need to manually adjust the table in SE14.
We did the same thing in our prouduction also. we didn't had auth to SE14 and we had to take lot of approvals to get that. i don't think we have another way of doing it ( apart from SE14).
Good that you IO is not a MD object. May i know if this infoobject is an attribute of any other MD object?
if so you need to adjust the P table of that MD infoobject as well. else just adjust the SID table of this IO alone.
Here is what you need to do in QA and Prod.
Import the TR ( will obviously fail) -> go to SE14-> give the SID table ->delete data radio button-> Adjust and activate database
Reimport the TR. the TR should go well.
Note: you don't need to delete any TD from any datatarget where this IO is used. Reduction in length of IO requires data deletion but not in the other case.
Regards,
Sudheer.
Edited by: Sudheer Kumar Kurra on Jan 27, 2011 1:48 PM
Edited by: Sudheer Kumar Kurra on Jan 27, 2011 3:15 PM

Similar Messages

  • Extend characteristic length without deleting any data

    Hi All,
    I have to change an info object's length. However, this info object is used in some infocubes and DSOs (that generate SID).
    Is there a way on extending chrs. length without deleting any data that is contained in the infoproviders.?
    They've really huge data volumes. I dont want to delete all the data and re-upload.
    Regards
    SP

    Moving thread to:
    Extend characteristic length without deleting any data

  • Infoobject Length changes with ALPHA conversion

    Hi,
    I am facing a problem with changing IO length changes.I need to change the charecteristic XCUST of Length 20 with alpha conv to XCUST of Length 30 with alpha conv.
    When i am trying to do that sytem is asking me to delete the master data as well as transaction data.
    In the cube i have 3 yrs data,that shuld not be disturbed.
    Dear experts is there any way out for this prob. Please suggest with the steps to be followed.
    Thanks,
    CHVR.

    Hi,
    As far as i know, you cannot change the settings of a characteristic without deleting the content.
    I passed trought the same situation and i had to delete the master data + ods data and then change it.
    Sorry.
    Regards

  • How can a make avi files without the length changing?

    I'm hoping someone can help me with this. I'm posting it first here, as the process also involves FinalCut. If there's a better place to get an answer, maybe someone could streer me in that direction.
    I'm doing some subtling which will then be coded onto professional tapes using FCP. I don't have the equipment (digibeta machines) to do that process at my end, so I'm sending the files to a studio and they're going to do the rest for me.
    I have software that'll let me lay down subtitles and then export files with time code, but the software previews with avi files. After messages from the studio telling me that the subtitles were falling out of sync, I finally realized that the avi files I had made from the 30 minute DVD screeners were 4 seconds shorter in length than the material on the screener. I made more and more avi files to double check, each one came out 4 seconds shorter than it should have been. So that's my problem.
    Does anyone know of a way to convert DVD (or VOB) files to avi without losing any time? Alternatively, does anyone know of a program for subtitling that works straight from DVDs? (I looked into Belle Nuit Subtitler, but it's impossible to tell how it works without paying for it and waiting three or four days for the order to manually process.)
    Thanks for any help and sorry my question is so convoluted.

    The best solution to my particular problem seemed to be putting the avi file on the timeline in FCP, selecting it, the choosing "Duration" from the "Modify" menu and resizing it to the length it should have been.
    I'm actually getting a friend to adjust most of the files in Premiere with his PC as I'm still on a G4 PowerBook and the rendering time for the avi files before I can manipulate them was half a day each. (Premiere has a similar feature.)
    Thanks again to Andy for the MPEG Streamclip tip...it looks like it'll be useful in the future, and it's free! Cinematize also looked like it could have helped, but the demo mode only let me test 10 second exports at a time and that wasn't really enough for me to tell if the length changed or not. Didn't buy it this time around.
    I also get the point that there must be a lot of people who use the term "urgent" to mean "hurry up and help me, I don't have time to read" with prolific good Samaratians no doubt tired of being bossed around in that way.
    Fair enough.
    Anyway, the "Duration" option within FCP is one way to fix DVD burns and other format conversions that come out with different time spreads from the original. Rendering can take time on slower Macs though.

  • Issue on column length changing in HANA

    Hi Experts,
    I encounter the following issues.
    1. Try to create a column table with a DATE type column, and insert some values.
    CREATE COLUMN TABLE test1(D DATE);
    INSERT INTO test1(D) VALUES (CURRENT_DATE);
    SELECT D, length(D) FROM test1;
    The result would be like:
    D                      length(D)
    Dec 8, 2014     10
    2. Try to change the type of column D from DATE to NVARCHAR(8), and it did work.
    ALTER TABLE TEST1 ALTER(D NVARCHAR(8));
    SELECT D, length(D) FROM test1
    The result would be like:
    D                      length(D)
    2014-12-08      10
    3. Try to insert a string with more than 8 characters into table, but failed.
    insert into TEST1 values(to_nvarchar(current_date));
    Could not execute 'insert into TEST1 values(to_nvarchar(current_date))' in 258 ms 23 µs .
    SAP DBTech JDBC: [274]: inserted value too large for column: Failed in "D" column with the value '2014-12-08'
    Questions:
    Why is it possible that HANA still keeps the original record of DATE type with length greater than 8(in this case 10) after the column type has changed to NVARCHAR(8)? I assume it would either not allow to change the column type from DATE to NVARCHAR(8) because it contains a record with length greater than 8, or it would just drop the record or change it to other format, something like that?
    Appreciated for any input.
    Thanks and Regards,
    Aron

    Dear Aron,
    In the first step you inserted the current date and you got the result on select. in DB date is stored in internal format like 20141208. so the total length is 8.
    In the second case you changed the type to CHAR 8 and the data stored in the DB is also having length of 8.
    In the third case you tried to insert '2014-12-08', since the type is CHAR, now the length is of your input is 10, it will consider the - also. that is the reason for this error.  Not sure how you got the length 10 on select.
    Regards,
    Rahul

  • Input Filed Length Changes in SAP Table How to maintain in WDJ

    hi ,
    i have scenario where we are having the scenario like dat ..
    container id with 10 chars previousl y in sap system
    currently from sap they have changed the length to 20 char in sap tablle.
    from web dynpro java we have set length 20 char .
    scenario: user can enter text from web dynpro view (portal form ) when click on ok it will save in sap table.
    example
    we are entering  text   testbyvenkatreddy
    click on save
    testbyvenk
    now i need to display the full 20 char length
    can inputs ?
    Regards ,
    venkat p

    Hi ,
    actually the user can enter the value from portal ie thru web dynpro form
    example :
    'testbyvenkatreddy'
    when user clicks on save .
    it will call bapi  and update the database the same value will be updated in portal ..
    but it is taking only 10 char when we put an external breakpoint  in BAPI  we observed the input to the bapi is going only 10 char  even we have more than 10 char .
    From SAP system side they have changed  only char length 10 to 20 thts it ...
    they didn't changed  the filed name or structure only they changed in dataelement ..
    is we need reimport the bapi agian or  reboot the server ?
    wht we need to do exactly  we are on support project having lots of bapis in single application ...
    regards ,
    venkatp

  • Idoc segment field length changes

    Hi friends,,
    I am new to idoc.
    My requirement is in my segment
    i am having 5 fields and also this segment is already realeased one.
    i wnat to change the field length from 10 to 20 . how to do this ?
    actually what i did is
    1. i cancel the release for that segment.
    2. in that field inside the dataelement i changed the field length from 10 to 20.
    3. data elemnt get chaged from 10 to 20 but Export length for that field in Idoc segment still retain the 10 only
    can you plz how to resolve this
    deva

    Hi,
    The way you used is right. ( cancel release or create a new segment )
    After you cancel release, try delete that field, and insert a new one.
    If it isn't valid still,  create a new segment instead.
    Regards
    Sam

  • Characteristic - length of six - but user only wants to see first 2

    Hello,
    I have a request from a user who has a report that displays a characteristic.  The infoobject is defined as lenght of 6.
    However, they would like to have only the first 2 characters displayed. 
    One workaround would be to define a secondary infoobject on backend and move as well to that field but I would like to know if there is any way in BEX that the report can "trim" the charactersitic on the fly.
    On backend, we can use formula in transformation to trim the field too but I am not aware of any functionality on the front end that will allow this at the time of the report.
    Is there anything in bex that would allow you to display AB instead of all ABCDEF.
    thanks,
    Lynda

    Hi yes,
    Short, medium and long text are loaded.
    This user is also a business objects report developer.  He wants to know if we can do the trimming in front end during query - leaving the 6 character field alone.
    Your idea of text loading would be good.
    He thinks that since BO can do it - bex should be able to do it without having to make any backend changes.
    I currently do not see how to do this like he can do in Business Objects.
    Thanks,
    Lynda

  • Custom IDOC type Segment-field length change

    Hello,
    We have a custom segment developed for triggering Outbouds. I'm tring to change the Field length of a deta element used for one of the fields in the segment.
    But after chaning the data element and activating it also, the changes are not effecting in WE31/ in the structure of the segment.
    Process I'm following:
    we31 <segment>
    ......cancel release
    Change data element and activate
    ....set release.
    Please suggest if something else can be done
    Thanks,
    Lucky.

    > @Sarvesh: The IDOC segment has been released.  I also re-imported the IDOC into XI - is that what you mean by 'reloaded'?
    No, re-importing in XI is different from reloading the metadata into ABAP stack of XI using IDX2 transaction. So if you have not done this, then this could be the main reason of truncating the length.
    Regards,
    Sarvesh

  • Transitions w/o clip length change?

    I think I recall seeing in a post on this forum instruction on how to add transitions, or at least some transitions without changing the affected clip duration.
    But, of course, I've forgotton.
    Comments and suggestions appreciated.
    C

    When you add a transition it does not alter the length of the clip (or the length of the video) but some of the clip may be partially obscured by the transition.

  • Why are my region lengths changing?

    Doing takes for a guitar solo yesterday, I had all my take folders on the same track. When I was doing my comping I noticed that some of the region lengths of takes further along in the song were changed. At first I thought I may have accidendally selected them all when I clicked on the track, but the same thing happened when I made sure I only had one take folder selected.
    Is this a Logic 8 glitch, or am I doing something wrong?

    Thanks for the added clarifications Noel. Can you perhaps explain to me how the behaviour of the color sampler in the info palette is actually desirable?
    Let's look at my example again. When I am trying to make an adjustment and I'm looking at my color sampler targets, I _must_ have my adjustment layer selected. Target #1 is pointed over a white pixel. Regardless of which layer I have selected, that pixel is white. I can't imagine a scenario in which the readout should be anything other than 255,255,255. That's not a feature, that's a design mistake.
    If I want to see, in the readout, the value of the background image's pixel, then I should hide the layer that contains that white shape. Then, that pixel is no longer white, and the color sampler readout should reflect that. Makes sense.
    If you truly and honestly believe that users are interested in the color that is a result of compositing all the layers below (and including) the currently selected adjustment layer when they are plaing with the adjustment layer controls, then the UI must temporarily hide any layers above that color sampler as soon as I select the adjustment layer. This is the only correct UX design in that scenario - so that the color sampler once again reflects exactly what is "true" - namely the pixel color on the screen that it is sampling.
    And if you re-read that last paragraph you will intuitively know that that would be crazy. I mean, there's no way that a user would want to have the UI hide any layers just because he's clicked on the Adjustment Layer - he probably wants to see the adjustment in the context of the entire composition. If he wanted to hide those other layers, he'd do it himself.
    I urge you to reconsider this from the perspective of a real-world user and consider logging this as a bug. I just can't see any way that it isn't a mistake.

  • Task Name - Field length Change

    Can we change the task name length for team members when adding a new task?
    Regards, Syed Faizan ur Rehman, CBPM®,PRINCE2®, MCTS

    Hi Syed,
    If you want to change the task field length, it is not possible. It is a native field which is predefined in the system.
    But if you want to change the length of the task name itself (for example "design" by "system design"), then it it possible since what matters is the task UID and not the task name.
    Hope this helps,
    Guillaume Rouyre, MBA, MCP, MCTS |

  • Generate change documents for characteristic value changes in material master

    Hello,
    I am currently using material class (class type: 001) and assign some characteristics to material master. I am going to create a query/custom report to track all changes in the characteristic values in that material master. However, I could not find any change document in CDHDR table.
    I have activated "Change Docs" parameter in class type 001 customizing as described in SAP note: 65124 Classification Change Documents as follow:
    Is it possible to generate change documents for characteristic values in material master?
    Regards,
    Julian

    Hi Rajen,
    Thanks for your reply. It seems that I missed one more step in the customizing. Once the multiple object is activated, I need to activate the change document parameter for each assigned object.
    Thread closed.
    Regards,
    Julian

  • Characteristic mass change

    Hi all,
    I have a problem with characteristics update.
    I need to update a characteristic in all article created in our system (IS- Retail) but I don't kwon how to do it.
    How could I mass change a characteristic in the material master?
    Please, help me!
    Regards,
    Alessandro

    Hello,
       I think a program has to be created using the function BAPI_MATERIAL_MAINTAINDATA_RT as shown below:
           CALL FUNCTION 'BAPI_MATERIAL_MAINTAINDATA_RT'
            EXPORTING
              headdata             = w_headdata
            IMPORTING
              return               = w_return
            TABLES
              characteristicvalue  = itab_charvalue
              characteristicvaluex = itab_charvaluex.
      Thanks,
      Venu

  • BEx query characteristic description change

    Hi all,
    We have some BEx queries that we have changed one of the characteristic description - title only (by dragging the characteristic to the rows, right click, attributes, description).
    Lately when we try to refresh the queries the description that shows up is the original one.
    Only after saving the query and then execute we can see our own defined description.
    Does anyone have an idea to solve this issue for all the queries together?
    Thanks in advance.

    Thank you A J for your reply.
    I want to specify my problem:
    We have about 100 BEx queries that were designed by the same person (a top user) at the passed year and are viewed through our SAP Portal by many people every day. When the queries were designed some of the Characteristic's descriptions were change (For example: The characteristic 0MAINTROOM description was changed from ROOM to SITE in some of the queries).
    At the passed few days, we have noticed that the description at the portal is the original one (ROOM). We opened the BEx query and we saw that the 0MAINTROOM has the description of SITE . but... After that – if we execute the query (by clicking only "Quit and use Query"), the query result is with the description ROOM. Only by saving again the query and then execute - we will see SITE at the result.
    We also tried to generate all the queries by using RSRT --> Environment --> Generate Queries but with no success to solve this issue.
    Thanks again.

Maybe you are looking for

  • How do I check if #tempTable exists?

    Is there a way in T-SQL  to check to see if a #tempTable exists?  I want to write a proc the uses a temp table, but I first need to see if the table already exists.  if it does I want to drop it, otherwise skip

  • Setup Problem in Measure 2.0 with USB-6009

    I purchased a USB-6009 for my laptop (running XP Pro), and installed the NiDAQmx vers. 7.5 that came with the unit. I opened NI explorer, and tested the unit in there (using Test Panel). It worked nicely there, though the indicator light on the DAQ b

  • Printing help please

    compiler gives error in not recognizing variable A4, can anyone explain this, or point to a manner in which to print information extracted out of a database? thanks, tony package Hotel; import java.awt.event.*; import java.awt.*; import javax.swing.*

  • Aperture not seeing referenced masters on Samba share

    Hello all, I have moved my referenced masters from my laptop to a Samba-mounted RAID server. I go to mount the Samba share and for some reason, Aperture won't see my referenced masters. It also shows the volume as being offline, when I know for a fac

  • Hi, where can i download photoshop elements 2.0 (only 2.0)

    my customers want photoshop elements 2.0 and only 2.0 version but he have lost "CD" where can i download this version? thanks you!!!