Master data loading error(urgent)

hi all,
  when i am loading master data by using 0INFO_REC_ATTR data source i am getting error"Value 'CV14AL1BM ' for characteristic 0MATERIAL is in external format ".AND
"Record 1 :0MATERIAL : Data record 1 ('5300000000 '): Version 'CV14AL1BM ' is not valid "
please any one help me.
Thanks
sada.k
Message was edited by: sadasivarao kotaru

Hi sada,
if you will put your code in the start routine of the transfer rules, just put this piece of code in there:
FORM STARTROUTINE
  USING    G_S_MINFO TYPE RSSM_S_MINFO
  CHANGING DATAPAK type TAB_TRANSTRU
           G_T_ERRORLOG TYPE rssm_t_errorlog_int
           ABORT LIKE SY-SUBRC. "set ABORT <> 0 to cancel datapackage
$$ begin of routine - insert your code only below this line        -
DATA: l_s_datapak_line type TRANSFER_STRUCTURE,
      l_s_errorlog TYPE rssm_s_errorlog_int.
call function 'CONVERSION_EXIT_XXXX_INPUT'
exporting input = datapak-matnr
importing output = datapak-matnr.
abort <> 0 means skip whole data package !!!
  ABORT = 0.
$$ end of routine - insert your code only before this line         -
ENDFORM.
This should really solve your issue.You only have to make sure that XXXX is the name of the conversion exit for 0material in the maintenance screen for 0material.
Siggi

Similar Messages

  • Sap bw 7.3 master data load error

    sap bw 7.3 master data load error
    erroe: Exception in Substep Rules

    Hi Jayram,
    I am assuming that you are getting this error when you are loading data from PSA to IO. If so, the error might be because of
    1. Duplicate records
    PSA might have duplicate records. But you will be able to load only one record to Master data IO. In DTP Update tab, there is an option for "Handle Duplicate Record Keys" . Just enable this & try to load again.
    2. Erroneous records.
    Some special reocrds are allowed in PSA where as thye might not be allowed in Master Data/Data Targets like Lower case letters/ some speacial characters etc. If error is because of this, then you might need to correct the data at PSA level & reload the data to Master data. Else get it corrected in source system itself & fetch the data to BW. Or write some code to take care of these special characters.
    Hope it helps!
    Regards,
    Pavan

  • R/3 Master Data Load Error

    Hi Experts
       Our master data load from R/3 to BW was failed today.
    This is the error message on status Tab of failed request
    Diagnosis
    No IDocs could be sent to the SAP BW using RFC.
    System response
    There are IDocs in the source system ALE outbox that did not arrive in the ALE inbox of the SAP BW.
    Further analysis:
    Check the TRFC log.
    You can get to this log using the wizard or the menu path "Environment -> Transact. RFC -> In source system".
    Removing errors:
    If the TRFC is incorrect, check whether the source system is completely connected to the SAP BW. Check especially the authorizations of the background user in the source system.
    I navigated through Environment -> Transact. RFC -> In source system"
    In R/3 i got the following error
    timeout during allocate / CPIC-CALL: 'ThS
    #Timeout during connect                 
    How shall i proceed now.
    Thanks

    Hi,
    Check the RFC connection between R3 and BW. Use transaction SM59 for the same or take help from the BASIS team.
    If that is correct check the EDI partner profiles, if they are active and functioning properly. You can take BASIS help here.
    Cheers,
    Kedar

  • Data load error--urgent

    hi friends ,
    we are geting data load error as; Process 000087 for deterermined fro infoobject DUVTYPE started in STATUS TAB and in DETAILS TAB  update(251new/160 chnaged): Errors occured.
      what should i  know  from information and what are the reasons for this  load failure and possible rectification methods.
    This  load is through  process chains and aslo a delta load.
    Can i delete the request and start the infopackage manually? also will it make my Process chain Green automatically or  should i repeat from the subsequent process?
    Plz help.
    I award points.
    regards,
    siddartha

    Hi siddharta,
    look in the details of the monitor to see the error. Be very cautious with deltas! They can not be repeated every time. it depends on the datasource! What you can do is delete the failed request from all(!) the data targets meanwhile!
    Regards,
    Jzergen

  • Material Master Data Loading Error

    Hi All,
    I am loading master data for material. i got the following error.
    1. 0material_attr :
        Record 1 :0MATERIAL : Data record 1 ('000000000000010220 '): Version '000000000000010220 ' is not   valid
        Process :   If this message appears during a data load, maintain the attribute in
                         the PSA maintenance screens. If this message appears in the master data
                         maintenance screens, leave the transaction and call it again. This
    2.0material_text : Data record 1 ('000000000000010220E '): Version '000000000000010220 ' is not valid
       Process :  Same as above.
    I have applied RSKC tcode in BI with ALL_CAPITAL, ALL_CAPITAL_PLUS_HEX, and one special character string. but still getting the same error.
    Regards,
    Komik Shah

    Hi All,
    Thanks for the reply. i have solved most of errors. but there are some errors like this
    Diagnosis
        Data record 261 & with the key '000000000000132559 &' is invalid in
        value '10x8x5 &' of the attribute/characteristic 0SIZE_DIM &.
    System Response
        The system has recognized that the value mentioned above is invalid, and
        has processed this general error message. A subsequent message may give
        you more information on the error. This message refers to the same
        value, even though it does not state this explicitly.
    Procedure
        If this message appears during a data load, maintain the attribute in
        the PSA maintenance screens. If this message appears in the master data
        maintenance screens, leave the transaction and call it again. This allows to maintain your masterdata
    which string i should have to add in RSKC to remove this error ? i have already added  the ALL_CAPITAL, ALL_CAPITAL_PLUS_HEX.
    I have assigned points.
    Regards,
    Komik Shah

  • Master Data Loading Error

    Hi,
    While loading the master data from R/3 below error message getting.
    Error Message:DUMP:ABAP/4  Processor:ASSIGN_TYPE_CONFLICT.
    Thanks,
    Jayapal.

    hi,
    Check..
    /thread/261418 [original link is broken]
    Data Load Short Dump (ABAP/4 processor: ASSIGN_TYPE_CONFLICT)
    Also, Check..
    OSS note 971584 - ASSIGN_TYPE_CONFLICT in the DTP program
    Regards
    Lavanya

  • 0ASSET_ATTR master data load error

    Hi all,
    I got an error when i was loading the master data for Asset number.
    The error message in BI side is: u201CThe error occurred in Extractoru201D.
    When tried to check the data in the RSA3 extract checker their it was giving me short dump with error message as
    *Runtime Errors         CALL_FUNCTION_CONFLICT_LENG
    Exception              CX_SY_DYN_CALL_ILLEGAL_TYPE*
    Short text: Type conflict when calling a function module (field length).
    What happened?
         Error in the ABAP Application Program, The current ABAP program "GP4A36CIW2A4S3VKUAJL657AX3F" had to be terminated because it has come across a statement that unfortunately cannot be executed.
         A function module was called incorrectly.
    *Error analysis: *
        An exception occurred that is explained in detail below.
        The exception, which is assigned to class 'CX_SY_DYN_CALL_ILLEGAL_TYPE', was not caught in procedure "EXTRACTOR_FETCH" "(FORM)", nor was it propagated by a RAISING clause.
        Since the caller of the procedure could not have anticipated that the exception would occur, the current program is terminated. The reason for the exception is:
        The call to the function module "ARBW_BIW_GET_MASTER_DATA" is incorrect:
        In the function module interface, you can specify only fields of a specific type and length under "E_T_BIW_ASSET". Although the currently specified field " " is the correct type, its length is incorrect.
    Thanks & Regards
    Prabhakar

    Thanks KK !!!!!!!!!!
    Issue got resolved.
    ASSIGNED POINTS.
    Thanks & Regards
    Prabhakar

  • Help needed please -Master data loading- error with text loading.

    Hi,
    Iam S.Sushma. Iam getting error while loading master data from flat file- attributes and texts.
    I have loaded attribute data successfully. But when iam monitoring the text data then iam getting following error.
    ""SET THE LANGUAGE FIELD IN THE SOURCE SYSTEM-LONG TEXT.""
    ""RECORD1: SRPID_1:DATA RECORD 1(EN S):DUPLICATE DATA RECORD.
    "ERROR 4 IN UPDATE"
    I took 2flat files for attributes and texts.
    SRPID is key field.(sales representative id)
    attributes:- SRPID, NAME1, AGE1, ADD1,PHONE1.
    text:-  SRPID,LANG,SHTXT,MDTXT,LGTXT.
    Iam just a begginer so need your guidence. Thank you in advance.
    Message was edited by: sushma sandepogu
    Message was edited by: sushma sandepogu

    Hi Eugene,
    Thank you for your guidence. I have changed the order in flat file and got the results successfully. But when iam viewing the Master data text the S10 in coming in 2nd position  in maintain master data-list screen i mean :-
    SRPID LANG NAME AGE ADD PHONE SHTXT MDTXT LGTXT
    S1         EN  ABC   34  GDS 1234  AS    ASD   ASDDF
    S10
    S2
    S3
    S9.
    Iam not understading why. Hope yu can help me. I have assigned full points to you for your previous solution.
    Thank you in advance.
    S.Sushma.

  • 0MATERIAL master data loading error - version not valid

    Hi all,
    When i am trying to load 0material master data , i get the following error :
    0MATERIAL:Data record 1 ('000000000000100001 '): Version '000000000000100001 ' is not valid RSDMD 194
    System diagnosis :
    Data record 1 &  with key '000000000000100001 &' is invalid in value '000000000000100001 &'  of the attribute or characteristic 0material &.
    System response
    The system has recognized that the value mentioned above is invalid, and has processed this general error message. A subsequent message may give you more information on the error. This message refers to the same value, even though it does not state this explicitly.
    Procedure
    If this message appears during a data load, maintain the attribute in the PSA maintenance screens. If this message appears in the master data maintenance screens, leave the transaction and call it again. This allows you to maintain your master data.
    Please help me solve this problem. Will assign points.
    Thanks & Regards,

    Hi Stefen,
    Thanks a lot for your input.. It has solved my problem as well.
    10 points from me
    Thanks a lot.
    Regards
    Dolly

  • Inital material master data load error

    Hi experts,
    We are on ecc 6.0 and gts 7.1.
    While loading the initial material master data from R/3 to GTS,Transaction (/SAPSLL/MATMAS_DIRR3),I am getting the error ( for 1 material)- 
    Of 1 selected material(s), 0 were processed successfully
    Message no. /SAPSLL/PLUGINR3112
    When I try to load the required list of material, the error is same.
    The RFC data distribution model is working for vendors and customers properly.
    We want to use only compliance mngt and embargo functionality to block orders.
    Can you give me some guidence?

    Dear Milmuk,
    it is hard to tell, why it is not working. There could be different reasons.
    Please check if you have entered the correct data.
    It could be that the relevant tables for transfer are not filled.
    Please execute the following:
    - BD53                                                                
    - select message type (/SAPSLL/MATMAS_SLL)and edit it                 
    - select a segment                                                    
    - save                                                                
    - deselect segment again                                              
    - activate                                                            
    - set in trx BD60 the FM to the correct value                         
      (/SAPSLL/MATMAS_DISTRIBUTE_R3)                                                                               
    You can than check with the programm: '/SAPSLL/PLUGIN_CHECK_R3' if    
    all 4 required tables (TBD24, TBD62, TBDA2, TBDME) are filled, or not.
    If that's all fine I suggest you open a CSS ticket as then a more detailed analysis is necessary.
    Christin

  • 0MATERIAL master data loading error

    Hi,
    We have accidentally overwritten the 0MATERIAL infoobject in BI Production by transporting from BI Development. Before this, the objects were not same in DEV and PRD. We made a mistake in not checking the differences betrween the two before transporrting. The transport gave a return code of 8 and there was a warning that conversion routine was changed to MATN1.
    Now, after the transport the loading of master data is giving an error that data is invalid for material numbers that are all numeric.
    What are the options we have now?
    Thanks,
    Sanjeev

    Sanjeev,
    can you just check the infoobject and if its in modified or inactive version.
    Try to check all the avaialable versions for this object and see if you can see the previous conversion routine in any of this version.
    Also check the table RSDIOBJ or some other table which contains the information about the infoobject routine and see what conversion routine it contains.I think it should still contain the old version.
    Material can either contain ALPHA or MATN1 nothing more then that.
    So change it back to ALPHA and it should work as ALPHA works perfectly with the numeric values.
    Also i think it should work with MATN1 as well just check the settings with OMSL t-code...may be you will have to change the settinhs for conversion routine at the data source level as well.
    but better to go with ALPHA.
    Ajeet

  • Master data loading error: RSDMD 194

    Hi Experts,
    I working on BI7.0,
    I have loaded 0Material data upto PSA from R/3 successfuly. When I try
    to execute DTP from PSA to 0Material Master data it is giving following error,
    but some records loaded successfully from PSA to Target.
    0MATERIAL : Data record 1 ('310957 '): Version '310957 ' is not valid     RSDMD     194     
    Diagnosis
         Data record 1 & with the key '310957 &' is invalid in value '310957 &'
         of the attribute/characteristic 0MATERIAL &.
    System Response
         The system has recognized that the value mentioned above is invalid, and
         has processed this general error message. A subsequent message may give
         you more information on the error. This message refers to the same
         value, even though it does not state this explicitly.
    Procedure
         If this message appears during a data load, maintain the attribute in
         the PSA maintenance screens. If this message appears in the master data
         maintenance screens, leave the transaction and call it again. This
        allows you to maintain your master data.
    Procedure for System Administration
    Kindly advise.
    Thanks in advance.
    Maruthi.

    Hi -
    I faced the same issue.
    Error : 'RSDMD 184'
    It was delta load. Initial load went well, but delta failed. I ran the delta after some days after initial load.
    The problem was with the source system data. Just check the source data once with R/3 people. Delete data from BW and replicate the data source and activate transfer structure and try loading again.
    Tks,
    Praveen Tati

  • 0EQUIPMENT MASTER DATA LOAD ERROR

    Hi,
    I am trying to load master data for 0EQUIPMENT in PM,an error occured saying
    "The time interval ['20061203'/'20061203'] & (from/to) for the data
    records 1 & and 2 & overlaps in characteristic 0EQUIPMENT &. "    
    Please give your suggestions to fix this error.
    Regards,

    Check with the folks in the source system and find out why there are duplicate records. For a given period the keyfields can only appear once or else the load would fail. If it is ok (upon confirmation with functional folks) you can use the option of loading to PSA (3rd option in the infopackage) and then load subsequently to data targets & ignore duplicate records. But like I said, if I were you I would first try to find out why there are duplicate records before I start ignoring them.
           Hope this helps.

  • Master Data Loading Error ( 0PLANT_ATTR )

    Hi Experts,
    While loading Matster data 0PLANT_ATTR , it is giving error No Sales Organization found , Local currency can not be checked. If i see in R/3, it is already maintained .
    New Plant added in 0PLANT_ATTR in R/3.
    Thanks,
    Anand Mehrotra.

    Dear Reddy,
    Thanks for cooperation.
    It is working fine in Production from last 3 year. There are already 69 plants with sales organization . This last plant we  added in R/3. According to SD person they have assigned sales organization for that plant also. But in BW it is giving loading error. I have checked in extractor 0PLANT_ATTR ( RSA3) , it is showing blank  sales organization for that plant. It seems some steps are missing R/3 for sales organization assinment for plant.
    Regards,
    Anand Mehrotra.

  • Data loading error- URGENT

    Hi all,
    One of the job that is pulling data from R/3 has failed and the error message that I see in Status section is as below, can you please tell what I should do for a successfull data load.  I appreciate your help.
    Request still running
    Diagnosis
    No errors could be found. The current process has probably not finished yet.
    System response
    The ALE inbox of the SAP BW is identical to the ALE outbox of the source system
    and/or
    the maximum wait time for this request has not yet run out
    and/or
    the batch job in the source system has not yet ended.
    Current status
    in the source system
    thanks,
    Sabrina.

    Hi all,
    I rescheduled the datapackage and I can see all the records extracted properly but I guess ODS Activation is taking time.  The status bar in monitor says
    Data successfully updated
    Diagnosis
    The request has been updated successfully.
    InfoSource : Z_PARTNER_FUNCTION
    Data type : Transaction Data
    Source system: CRPCLNT300
    Step by step analysis has everything set to Green, but there is no Error Analysis tab.
    but in Details tab....
    Extraction, Transfer, Subseq.processing and ODS Activation is still in yellow.  Also the total job status on the left hand side is still yellow.  What should i do now, please let me know.
    thanks all
    sabrina.

Maybe you are looking for

  • Foreign key fields not getting populated in datacontrol palette for EJB app

    Hi, I am quite new to ADF and EJB.I developed a jdeveloper application with JSF and EJB tiers.(I am using jdeveloper 10.1.3.5) For database the default HR database is used.I created the entities for the EMPLOYEES and DEPARTMENTS table. I also created

  • Windows 7 32 bit search of PDF files does not work

    I have installed Windows 7 on a 32 bit Dell Laptop and I can no longer search the content of my PDF files using Microsoft's search in Windows Explorer which I need to do. I've tried following the advice listed on several sites on line and nothing see

  • Changed pw in Gmail and now dont get mail in BB

    Changed my pw for Gemil and now cant send or receive mail in my BB. I accessed the email account management and its asking me for my user name and pw to access my email settings. No pw or usenames for Gmail work, neither the BB ID works. I ask for it

  • FM CRMPSST_FIND_ACTUAL_STATUS

    Hi in FM CRMPSST_FIND_ACTUAL_STATUS Im passing parameters IS_STATUS - " Im passing User Status" and selecting X for STAT_FIELD, DATE_FIELD AND TIME_FIELD IS_JSTO -  This GUID im selecting from CRM_JSTO table OBJNR - What GUID should i be passing for

  • What do we know about MacOS X 10.4.4?

    I just upgraded to MacOS X 10.4.4, and this is what happened so far: 1. MS Word (10.1.6) crashes on launch. Can only open Word by clicking on an old doc, and then proceed from there. 2. Upgraded GraphicConverter from 5.7.3 to 5.7.5. - 5.7.3 launches