Transport error - Data type cannot be changed

I have an infoobject whose data type was changed from NUMC2 to CHAR2.  Everything is fine in Dev system.  However, when I transport to Q, I get method execution with error message "Data type cannot be changed".
Start of the after-import method RS_IOBJ_AFTER_IMPORT for object type(s) IOBJ (Activation Mode)
InfoO. YHRSGB01 is used in compounding of YHRAUS01: Data type cannot be changed
Characteristic YHRSGB01: The method for SID entry has changed
Characteristic YHRSGB01: The data type has changed from NUMC to CHAR
SID Table /BIC/SYHRSGB01 contains data: Characteristic YHRSGB01 cannot be activated
Text Table /BIC/TYHRSGB01 contains data: Characteristic YHRSGB01 cannot be activated
InfoO. YHRSGB02 is used in compounding of YHRAUS02: Data type cannot be changed
Any ideas please?
-Sonny

Hi,
1. It will be better if you delete all the data in Development & Quality system for this Objects - Re Activate -collect objects and then transport .
2. InfoO. YHRSGB01 is used in compounding of YHRAUS01
    InfoO. YHRSGB02 is used in compounding of YHRAUS02
    this two objects are compounded
   check weather this Componded Info objects are available in   Quality System, if not transport them prior
Regards
Hari

Similar Messages

  • Error while transporting a data type

    Hello all SAP PI Experts,
    I'm trying to transport a data type but I'm getting the below mentioned error.
    This is happening even when I gave the proper name of SWCV that contains this data type.
    Please suggest how this problem can be solved.
    Thanks,
    Ajeya G V

    Hi Ajeya,
         An easy trick is to open the DataType on your Enterprise Service Builder, and once it is opened,  (not edit, just open) go to Tools --Export Design Object
    The correct SC will be filled as default.

  • Error in SQL Query The text, ntext, and image data types cannot be compared or sorted, except when using IS NULL or LIKE operator. for the query

    hi Experts,
    while running SQL Query i am getting an error as
    The text, ntext, and image data types cannot be compared or sorted, except when using IS NULL or LIKE operator. for the query
    select  T1. Dscription,T1.docEntry,T1.Quantity,T1.Price ,
    T2.LineText
    from OQUT T0  INNER JOIN QUT1 T1 ON T0.DocEntry = T1.DocEntry INNER JOIN
    QUT10 T2 ON T1.DocEntry = T2.DocEntry where T1.DocEntry='590'
    group by  T1. Dscription,T1.docEntry,T1.Quantity,T1.Price
    ,T2.LineText
    how to resolve the issue

    Dear Meghanath,
    Please use the following query, Hope your purpose will serve.
    select  T1. Dscription,T1.docEntry,T1.Quantity,T1.Price ,
    CAST(T2.LineText as nvarchar (MAX))[LineText]
    from OQUT T0  INNER JOIN QUT1 T1 ON T0.DocEntry = T1.DocEntry LEFT OUTER JOIN
    QUT10 T2 ON T1.DocEntry = T2.DocEntry --where T1.DocEntry='590'
    group by  T1. Dscription,T1.docEntry,T1.Quantity,T1.Price
    ,CAST(T2.LineText as nvarchar (MAX))
    Regards,
    Amit

  • [Microsoft][SQL Server Native Client 11.0][SQL Server]The text, ntext, and image data types cannot be compared or sorted, except when using IS NULL or LIKE operator.  'Items' (OITM) (OITM)

    Dear Experts,
    i am getting the below error when i was giving * (Star) to view all the items in DB
    [Microsoft][SQL Server Native Client 11.0][SQL Server]The text, ntext, and image data types cannot be compared or sorted, except when using IS NULL or LIKE operator.  'Items' (OITM) (OITM)
    As i was searching individually it is working fine
    can any one help me how to find this..
    Regards,
    Meghanath.S

    Dear Nithi Anandham,
    i am not having any query while finding all the items in item master data i am giving find mode and in item code i was trying to type *(Star) and enter while typing enter the above issue i was facing..
    Regards,
    Meghanath

  • Error message: iMovie cannot save changes to the library!?!

    iMovie crashed my computer and now I can't creat a new movie.
    Here's the full error message:
    iMovie cannot save changes to the library.
    The hard disk where your library is located may be full or unavailable or permissions may have changed. To avoid losing your work, quit iMovie.
    What's up with this? I tried trashing the preferences, but got the same message. I have a 27-inch late 2013 iMac running Mavericks with 445.55 GB free space.
    Please let me know if you have any suggestions.

    You've already tried trashing iMovie preferences (By the way think in Mavericks you have to reboot as well after this for the new preferences to take effect) .  One other thing to try is creating a new user account, logging in and seeing if you can create a new project in iMovie (of course you won't see your exisitng projects).  If you can then iMovie itself is OK.  If not  then the only other thing I can think of is re-installing iMovie  (see http://macs.about.com/od/usingyourmac/qt/How-To-Re-Download-Apps-From-The-Mac-Ap p-Store.htm)
    Is everthing else working OK after your computer crash?  Maybe you should also run Verify disk in Disk Utility.
    Maybe someone-else has some other suggestions (I have not heard of this problem before)?
    Geoff

  • ERROR OGG-01148 programming error, data type not supported for column

    I am getting following error when I put null in insert statement
    2011-03-31 18:30:45 ERROR OGG-01148 programming error, data type not supported for column TXID in table advoss.tblaudittrail.
    I am replicating MySQL 5.5.9 to Oracle 11g rel2 via goldengate 11

    I am able to diagnose what is cuasing the problem
    unsigned flag was the culprit of this error
    I am able to insert null after removing unsigned flag.
    thank you very much for your kind support

  • Error Communication type  cannot be used

    Hi,
    I am trying to email an invoice using output type RD00 and output medium E. But get an error "Communication type  cannot be used" Message no. SVN 000.
    Please advise ASAP.
    Thanks in advance,
    Manish

    Hi,
    Output medium should be FAX for this ( i think it is 2, 1 for print and 7 for EDI)
    check that.
    Also check the Settings/config in SCOT transaction.
    regards,
    Anji

  • Error The field cannot be changed

    Hello Friends,
    I have code as below where name1 and LIFNR are the paramenters in WD I am sending it out to FM. But, when I compile I get the error as "The field "LIFNR" cannot be changed" LIFNR is CHAR size 10. I think normally a CHAR data type should hold the numbers. Incase not, then can any one show me how to do type casting or what is the correct way to code so that it holds the value that could be passed to LIFNR.
    lv_zvendorlist = name1.
    DATA vendnamenum type string.
    DATA: vendname type string, vendnum type string.
    vendnamenum = lv_zvendorlist.
    SPLIT vendnamenum at '-' INTO vendname vendnum.
    IF vendnum is NOT INITIAL.
    write: vendnum+0(1).
    ENDIF.
    lv_zlifnr = vendnum.
    LIFNR = lv_zlifnr.
    Thks & Rgds,
    Hemal

    I have fixed the code by passing the value directly to the field of a context node. the fix is as below for future reference.
    lv_zvendorlist = name1.
    get single attribute
      lo_el_inv_input_values->get_attribute(
        EXPORTING
          name =  `ZVENDORLIST`
        IMPORTING
          value = lv_zvendorlist ).
    DATA vendnamenum type string.
    DATA: vendname type string, vendnum type string.
    vendnamenum = lv_zvendorlist.
    SPLIT vendnamenum at '-' INTO vendname vendnum.
    lv_zlifnr = vendnum.
    set single attribute
      lo_el_inv_input_values->set_attribute(
        EXPORTING
          name =  `ZLIFNR`
          value = lv_zlifnr ).
    Thks & Rgds,
    Hemal

  • SRM PO error-Account assignment cannot be changed after goods/invoice receipt

    Hi,
    The SRM PO throws account assignment error in system (SRM7.2).
    Scenario: Shopping cart is created and SRM PO is sent to backend system and GR is also posted.The purchaser is now trying to change any data like,value,currency etc and the system throws account assignment error.
    The issue is system throws account assignment error for any change in other parameters but actually nothing is changed in account assignement part.This error is the backend error but not sure what can be done to stop this error.
    Need guidance from experts whomever came across this type of issue.
    Thank you
    swathi

    Hi,
    We started experiencing the ME 458 error last year when SAP introduced some new edits in BAPI_PO_CHANGE.
    It's triggered when the SRM account assignment (CO and FM) fields do not match the ERP PO account fields.
    SRM function B470_ACCSERV_CHECKACCASSIGNMT calls ERP function BBP4X_CODINGBLOCK_CHECK_47A. 
    In our case this only happened for material POs, services do not have this problem.
    There are numerous OSS notes out there for this problem, some are for MM and others for SRM.
    Hope this helps.
    Jerry

  • CO-PA transport error, data element missing

    We had a error when transporting CO-PA to Q&A because one of the value fields data elements doesn't have a object directory entry (package) assigned, and wasn't included in the transport.RKE2_VV016 doesn't have one, RKE2_VV015 has it, and don't know why this happened.
    Any clue on how to generate the directory entry?
    Thank you

    Table buffer for TADIR wasn't consistent with the SQL content. Strange. Refreshed the table buffer and the transport was correctly generated.

  • CAF dictionary data types cannot be seen

    Hi all,
    I tried to import a development configuration and create a Composite Application Services Project in it. I imported a webservice as an external service. I create dan Application service and added the dependency.
    When I select the implementation tab it is showing a popup that error in code generation. It is not recognizing com.sap.caf package
    Also when i try to add input parameters I cant find any basic types to choose .
    Please do help me
    Regards
    Rohit

    Hi Rohit,
    I'v never faced with it but check the No CAF Dictionary for developing CAS
    Best regards,
    Aliaksei.

  • Decimals identified by dates and cannot be changed?

    Input decimals like 1.29, it's always indentified as date. I tried to change the cell format to Numbers, it still doesn't work.
    If I input '1.29, it would be OK. But is there any other way to change the format in bulk?
    Thanks...

    Once Numbers has determined a cell has a date in it, it wants to stick with it. You can change it to text, though. Format these Date & Time cells to show only the month and year (1.29 not 1.29.14) then change them to text.  But to get them into actual numbers, you probably will need to do as Wayne said and go to System Preferences first.  I don't know if it is your date format or number format that is the problem or maybe both. After you get that worked out, you can go back into Numbers and format those cells with a number format. In my localization (US) I don't have a date format that uses dots between the numbers so I can't test all this out.
    Also, when you enter a number as  '1.29 you are entering it as text.  Some formulas will interpret it as a number, some will consider it to be text and will ignore it.

  • Can PI objects (such as data type) name been changed after the object was

    activated?
    Again I am new to PI and not aware lots of PI rules
    I would like to express my appreciation first here

    Yes, it can be. And that is almost same for all SAP objects. I would suggest that instead of posting threads first, go through the existing threads and documents on SCN and try to play with the your sandbox or dev system.
    Regards,
    Prateek Raj Srivastava

  • Activation error while changing the data type of a field of a table

    hi friends,
    i am facing one problem while changing a data type of a field of a table.
    i just created one table(Yqm32) .i have assigned charcter data type to one field(ztotal_count) .now i want to change this charcter data type to numeric data type.
      while changing to NUMC data type activation error is comming as below.
    Table is not yet classified                           
    Field ZTOTAL_COUNT: Type change                       
      ALTER TABLE is not possible                         
    Structure change at field level (convert table YQM32) 
    Check on table YQM32 resulted in errors   
    Table YQM32 could not be activated                       
    (E- Structure change at field level (convert table YQM32)
    plz suggest.i need to change the data type from char to numc.
    Thanks & Regards

    Hi Pabitra......
    From the SE11 change the table as u wanted and then from menubar select
    UTILITIES--> DATABASE UTILITY
    It will open database utility
    there u select the Activate and adjust database button.
    then the database table will get adjusted.
    just try it once.........
    Suresh......

  • Private methods Importing parameter cannot be changed error

    Hi Guys,
    I have this scenario where I have a private method inside a class which is having an error "Field SAPMF02K cannot be changed".
    here is the code for the private method call.
        call method create_bdc_dynpro
             importing  IM_PROGRAM = 'SAPMF02K'
                        IM_DYNPRO = '0100'.
    code of the method
      data: wa_bdcdata type bdcdata.
      CLEAR wa_bdcdata.
      wa_bdcdata-program = im_program.
      wa_bdcdata-dynpro = im_dynpro.
      wa_bdcdata-dynbegin = at_true.
      APPEND wa_bdcdata to at_bdcdata.
    Hope you can help
    Thanks!

    Howdy,
    I think you have your importing/exporting the wrong way round.
    The method call should be:
    call method create_bdc_dynpro
    exporting IM_PROGRAM = 'SAPMF02K'
    IM_DYNPRO = '0100'.
    And of course in the method definition they should be importing parameters.
    Cheers
    Alex

Maybe you are looking for

  • Http 404 Error while trying to get the plug-in

    Hi, We have installed the Developer server 6i, and everything was working fine with jinitiator 1.1.7.30. Recently we have installed Patchset 3A on the machine on which Developer Server was installed and downloaded jinitiator 1.1.8.3. When we try to r

  • TOC Style

    Though the TOC Style "Always Show Selection" has been checked but still in the generated chm file using RoboHelp 10 does not close the book.  When a user navigates from one link to another from topics, the related topic is not displayed.  The other b

  • I have installed snow leopard and now can't watch BBC or ITV iplayers. Any help?

    Can anyone tell me how I can watch BBC/ITV iplayers now that I have installed Snow Leopard? Thanks Lucia

  • Hide HOTSPOT option for subtotal OR total.

    Hi All   I have used OO ABAP to display report in ALV, also I used hotspot for one of the amount column. When I do total/subtotal on amount column, hotspot option also coming for total amount also. Now I want to remove the hotspot option when I do su

  • Best way to load a bunch of drum sounds?

    Hey, all - In the course of getting rid of some older equipment, I've preserved a bunch of drum sounds that I want to continue using; I've recorded them and edited them into separate audio files (about 250). I'll be triggering them from a percussion