Error: InfoObject does not contain alpha-conforming value 20030729

Hi everyone,
I got this problem, that i tried to fix yesterday, but all i did was that i got realy frustrated...
I created an infoobject which is copy of 0DOC_NUMBER and has alpha coversion routine.
Mapping field in DataSource is also type character 10(VBELN) as my infoobject.
But there are some values in this field that i am trying to load, less then 10 characters long (20030729,20051116...) and shouldn't be there, because the values are dates and not document numbers.
But anyway on R/3 side this values are in field which is defined as character 10 (VBELN), and when I am trying to load Infopackage(17500 records) I get 52 errors: InfoObject does not contain alpha-conforming value 20030729.
I don't get it, since both fields are type character 10 and the values are only digits, why do I get this error message and how can I fix it?
PS:One solution is to remove alpha conversion routine from infoobject, but i don't want that.
Regards,
Uroš

hi,
sorry... correction, it's 'Exclusive attributes' that cannot be used for navigational attribute, you can set lower case to differentiate ... check the impact of lower case setting here ...
http://help.sap.com/saphelp_bw33/helpdata/en/b7/f470375fbf307ee10000009b38f8cf/frameset.htm
Lowercase letters allowed / not allowed
If this indicator is set, the system differentiates between lowercase letters and capital letters when you use a screen template to input values. If this indicator is not set, the system converts all the letters into capital letters when you use a screen template to input values.
If you choose to allow the use of lowercase letters, you must be aware of what happens when you input variables:
If you want to use the characteristic in variables, the system is only able to find the values for the characteristic if the lowercase letters and the capital letters are typed in accurately on the input screen for variables. If, on the other hand, you do not allow the use of lowercase letters, any characters that you type onto the input screen, are converted automatically into capital letters.
Exclusive attributes:
If you select Exclusively Attributes, the created characteristic can be used only as a display attribute for another characteristic, and not as a dedicated characteristic in the InfoCube. Furthermore, you then cannot transfer the characteristic into InfoCubes. However, you can use it in ODS objects or InfoSets.

Similar Messages

  • Infopack Error ( does not contain alpha conforming value 10)

    When I try to run my infopack which pulla data from BW into APO, the data load fails with the error below:
    "InfoObject /BIC/XXXX does not contain alpa-conforming value 10"  when I click on the details icon, I get the following description.
    Can somebody please throw some light on this as I am new to DP/BW. Appreciate your help if someone can help me with fixing this problem.
                                                                                    Diagnosis                                                                               
    The system checked whether the loaded InfoObject value conforms to the   
         conversion exit.The check failed.                                                                               
    For example:                                                                               
    The value '1' was loaded into an InfoObject with alpha exit, even though 
         the value '0000000001' was expected.                                                                               
    System response                                                                               
    The load process has failed or the erroneous records are displayed in    
         the monitor. This does not depend on how error handling is set up.                                                                               
    Procedure                                                                               
    Find out why the data does not conform to the conversion exit, and, if  
         possible, correct the cause. Possible causes are errors in Business     
         Content or an error in a customer exit in the source system.                                                                               
    If you cannot correct the problem, you have the option of removing the  
         conversion exit on the InfoObject. However, since the system has already
         been converted, duplicates appear in the system again.                  
    Thanks
    Varun

    Hello Varun,
    BW expects your Key Figures to be stored in "alpha conforming format". This is can be roughly described as having 0s in front. For example, if your key figure value is 10, then the alpha conforming value of that is 000000000000000010 (assuming the number of chars in your KF is 18).
    To correct the error do the following:
    In your transfer rule in BW for InfoObject /BIC/XXXX, implement an ABAP routine that calls function module CONVERSION_EXIT_ALPHA_INPUT. Here an example of the ABAP code you should put in your transfer rule for /BIC/XXXX:
    CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT'
      EXPORTING
        input         = TRAN_STRUCTURE-/bic/xxxx
    IMPORTING
       OUTPUT        = RESULT.
    Hope this helps. Please post again if you have questions.

  • Load ODS - InfoObject: InfoObject does not contain alpa-conforming value

    Hello everybody,
    I get following error while uploading from ODS to InfoObject.
    InfoObject /BIC/ZHOUSENUM does not contain alpa-conforming value 0000000000000000004.
    The data flow is as follows: Transactional InfoSource -> ODS -> InfoObject.
    In the Transfer Rules before ODS I have marked the Conversion check box. The data is populated into ODS without any problems.
    I can even activate the ODS, which reporting enabled.
    When I browse the ODS table with the option check conversion exits unmarked, I can see the value '0000000000000000004'.
    But the upload into InfoObject master data failes
    Any help appreciated.
    TIA
    pawel

    sap_all onboard.
    I assume, this infosource is locked, due to the fact it was system generated.
    On the other hand, there is a s-note 559763 which says:
    If an InfoObject is filled with ALPHA exits from an R/3 System, the BW assumes that the data is to arrive in the internal ALPHA format and therefore does not convert the data.
    I know, it is about R/3 as source system, but I assume the same would be for BW.
    p.

  • InfoObject does not contain alpha confirming values

    Hi ,
    I am trying to load data into the object called ZAML_CODE, the type is CHAR and Length is 3.
    The characteristic is enabled with ALPHA - Conversion exit.
    we are loading data to this object since 3 years successfully.
    But now only it is saying that InfoObject ZAML_CODE does not contain alpha confirming values.
    Especially we are getting error for numeric values like 1, 2,3 etc only.
    Previously numeric values were also loaded successfully.
    Now the source system is ECC6.0, previously it was 4.6C. This is the only difference.
    Please respond with your suggesions.
    Regards
    Srinivas

    Hello,
    Just check if there is space in the front of these numeric values or some garbage value...if there is... then it may not be able to pad it up with zero and hence the issue...check in R/3 about how these values are stored...you can remove the space from the front and change it in PSA...and then load but first do the analysis of the source system and see why its coming up wrong.
    Regards
    Ajeeet

  • InfoObject does not contain alpha conforming 1

    I am getting the above error message when trying to load text.  I found on several posts that I should change the Conversion column of the Transfer Rules.  But I am trying to determine why this is happening because when I run these loads in the DEV box, they run fine.  I transport the rules to our QA box, and that is when I have the trouble loading and get the error.  I check the data in RSA3 and there is no difference, so it can't be data related.
    If the data is the same, and the rules are the same, what could cause it to work in one box and not the other?
    Thanks,  Keith j

    Hi Keith,
    do you know the source table for the data? Please check that if possible via se16. Sometimes, specially with alpha conversion, even a 0001 from database is displayed as 1 and may lead you to the wrong way. If all settings are the same in your systems it surely must depend on the data itself. May be the better way analyzing the data from the source table is se17.
    kind regards
    Siggi

  • InfoObject REQUESTER does not contain alpa-conforming value 1006152

    Hello All,
    I am trying to load data into ODS.
    The load is failing at "Data Package 6" Record # 11140. I am getting following message at the failed record. -
    "InfoObject REQUESTER does not contain alpa-conforming value 1006152".
    I went ahead and checked this record # 11140, in PSA, in Package # 6. There the requester field is populated with "1006152" where it is expecting "Some description".
    I went ahead and changed the START_ROUTINE. with
    LOOP AT DATA_PACKAGE.
      IF NOT DATA_PACKAGE-REQUESTER cs 'S'.
          DELETE DATA_PACKAGE.
      ENDIF.
    ENDLOOP.
    Expecting that these erroneous records will be removed and will get a successful load.
    I am getting the same error message at the same record # and data-package number.
    Any help is highly appreciated.
    Thanks,
    PK.

    Hi
    when u r having such a problem of Alpha numerical error in a particular for a particular record.Then u just write a Fomula into that Particular formula USE {TOUPPERCASE(REQUESTER)} & thenn reload to the Target...this will solve the problem...to my knowledge..
    try this..
    HOPE THIS HELPS
    THNX
    BI Learner.

  • InfoObject FORWAGENT does not contain alpa-conforming value 100.........

    HI ALL,
    Can someone through some light on resolving the issue
    "InfoObject FORWAGENT does not contain alpa-conforming value 100............"
    In "Details Tab" of the monitor screen
    Requests (messages): Everything OK
    Extraction (messages): Errors occurred --> data selection ended succesfully
    T ransfer (IDocs and TRFC): Errors occurred -->some of the data packets not yet processed
    Processing (data packet): Errors occurred  --> while processing transaction data
    InfoObject FORWAGENT does not contain alpa-conforming value 100............"
    error occured
    Please advice how to solve
    Thanking you in advance,
    Rase

    Hi,
    Use ALPHA conversion in the general tab of the infoobject FORWAGENT.
    then load the data again.
    also in the transfer strcture in the right most side tick the option " alpha....."
    Thanks

  • Selected model does not contain any target value prior

    Hi ODM experts,
    I have tried to apply the SVM alg in order to find anomalous records.The table source have rows like that:
    uniq_rec ID NAME A1 A2 A3 A4 A5 data
    577     2052956018     NAMEHDRCP8     2.27     0.4     85.46     0.01     14.54     24-JAN-13
    578     1250914484     NAMEDJDRVP3     11.45     1.24     56.24     0.01     43.77     24-JAN-13
    579     1968689283     NAMEDKEND12     0.000011     6.78     0.000029     0.01     0.091     24-JAN-13
    580     2063389130     NAMEDNMXG14     0.000011     0.65     36.65     0.02     0.091     24-JAN-13
    unq_rec is the pk, id is the id for the generic name and A1 .. A5 attributes ,data when collection occur etc
    I'm trying to execute the following code:
    drop table ALG_SET;
    exec dbms_data_mining.drop_model('SVMODEL');
    create table ALG_SET (setting_name varchar2(30), setting_value varchar2(4000));
    insert into ALG_SET values ('ALGO_NAME','ALGO_SUPPORT_VECTOR_MACHINES');
    insert into ALG_SET values ('PREP_AUTO','ON');
    commit;
    Begin
    dbms_data_mining.create_model('SVMODEL', 'CLASSIFICATION', 'ODM_PAR_FIN_HIST', 'UNQ_CRT', null, 'ALG_SET');
    end;
    The results is the following error:ORA-40104: invalid training data for model build ( if I run the code) .If I run from graphical interface I have obtained this
    error code " Selected model does not contain any target value prior"(using the similar model - SVM for anomaly detction plus the same source table )
    Please advice what is missing or wrong and if possible how to bypass this issue.
    Thanks in advance for support.
    Best Regards,
    Bogdan

    Here is also a newer example of creating a SVM Anomaly model from ODM sample code (12.1 version but this applies to 11.2):
    Rem
    Rem $Header: rdbms/demo/dmsvodem.sql /main/6 2012/04/15 16:31:56 xbarr Exp $
    Rem
    Rem dmsvodem.sql
    Rem
    Rem Copyright (c) 2004, 2012, Oracle and/or its affiliates.
    Rem All rights reserved.
    Rem
    Rem    NAME
    Rem      dmsvodem.sql - Sample program for the DBMS_DATA_MINING package.
    Rem
    Rem    DESCRIPTION
    Rem      This script creates an anomaly detection model
    Rem      for data analysis and outlier identification using the
    Rem      one-class SVM algorithm
    Rem      and data in the SH (Sales History)schema in the RDBMS.
    Rem
    Rem    NOTES
    Rem   
    Rem
    Rem    MODIFIED   (MM/DD/YY)
    Rem    amozes      01/23/12 - updates for 12c
    Rem    xbarr       01/10/12 - add prediction_details demo
    Rem    ramkrish    06/14/07 - remove commit after settings
    Rem    ramkrish    10/25/07 - replace deprecated get_model calls with catalog
    Rem                           queries
    Rem    ktaylor     07/11/05 - minor edits to comments
    Rem    jcjeon      01/18/05 - add column format
    Rem    bmilenov    10/28/04 - bmilenov_oneclass_demo
    Rem    bmilenov    10/25/04 - Remove dbms_output statements
    Rem    bmilenov    10/22/04 - Comment revision
    Rem    bmilenov    10/20/04 - Created
    Rem
    SET serveroutput ON
    SET trimspool ON 
    SET pages 10000
    SET echo ON
    --                            SAMPLE PROBLEM
    -- Given demographics about a set of customers that are known to have
    -- an affinity card, 1) find the most atypical members of this group
    -- (outlier identification), 2) discover the common demographic
    -- characteristics of the most typical customers with affinity card,
    -- and 3) compute how typical a given new/hypothetical customer is.
    -- DATA
    -- The data for this sample is composed from base tables in the SH schema
    -- (See Sample Schema Documentation) and presented through a view:
    -- mining_data_one_class_v
    -- (See dmsh.sql for view definition).
    --                            BUILD THE MODEL
    -- Cleanup old model with the same name (if any)
    BEGIN DBMS_DATA_MINING.DROP_MODEL('SVMO_SH_Clas_sample');
    EXCEPTION WHEN OTHERS THEN NULL; END;
    -- PREPARE DATA
    -- Automatic data preparation is used.
    -- SPECIFY SETTINGS
    -- Cleanup old settings table (if any)
    BEGIN
      EXECUTE IMMEDIATE 'DROP TABLE svmo_sh_sample_settings';
    EXCEPTION WHEN OTHERS THEN
      NULL;
    END;
    -- CREATE AND POPULATE A SETTINGS TABLE
    set echo off
    CREATE TABLE svmo_sh_sample_settings (
      setting_name  VARCHAR2(30),
      setting_value VARCHAR2(4000));
    set echo on
    BEGIN      
      -- Populate settings table
      -- SVM needs to be selected explicitly (default classifier: Naive Bayes)
      -- Examples of other possible overrides are:
      -- select a different rate of outliers in the data (default 0.1)
      -- (dbms_data_mining.svms_outlier_rate, ,0.05);
      -- select a kernel type (default kernel: selected by the algorithm)
      -- (dbms_data_mining.svms_kernel_function, dbms_data_mining.svms_linear);
      -- (dbms_data_mining.svms_kernel_function, dbms_data_mining.svms_gaussian);
      -- turn off active learning (enabled by default)
      -- (dbms_data_mining.svms_active_learning, dbms_data_mining.svms_al_disable);
      INSERT INTO svmo_sh_sample_settings (setting_name, setting_value) VALUES
      (dbms_data_mining.algo_name, dbms_data_mining.algo_support_vector_machines); 
      INSERT INTO svmo_sh_sample_settings (setting_name, setting_value) VALUES
      (dbms_data_mining.prep_auto, dbms_data_mining.prep_auto_on);
    END;
    -- CREATE A MODEL
    -- Build a new one-class SVM Model
    -- Note the NULL sprecification for target column name
    BEGIN
      DBMS_DATA_MINING.CREATE_MODEL(
        model_name          => 'SVMO_SH_Clas_sample',
        mining_function     => dbms_data_mining.classification,
        data_table_name     => 'mining_data_one_class_v',
        case_id_column_name => 'cust_id',
        target_column_name  => NULL,
        settings_table_name => 'svmo_sh_sample_settings');
    END;
    -- DISPLAY MODEL SETTINGS
    column setting_name format a30
    column setting_value format a30
    SELECT setting_name, setting_value
      FROM user_mining_model_settings
    WHERE model_name = 'SVMO_SH_CLAS_SAMPLE'
    ORDER BY setting_name;

  • Error Infoobject does not exists in Infoprovider

    Hi Friends,
    I am getting "Error Infoobject does not exists in Infoprovider" in Quality. Actually Fiscal Period and Variant are not showing up in Query designer left panel (where we can see infoprovider structure). This problem is only in Quality, the query works fine in Development and training system.
    Any thoughts why am I getting this and way to rectify it? I tried transporting the query again by collecting query elements. Still it gives same error.
    Thanks and regards,
    Balaraj

    Probably your data provider has been changed and transported to quality and your query is still using those objects. Please check the info provider in both system if they are in sink or not.
    Regards,
    Kams

  • Error: Batch does not contain a valuation type

    Hi,
    When I'm trying to do MB1B for the below parameters, I'm getting the error:
    Transaction       MB1B
    movement type 411
    special stock     Q
    plant                 XXXX
    storage location YYYY
    WBS element    a12334455674787698
    material             1234
    quantity             n
    batch                12345678
    'Batch 'material no' 'plant' 'batch no' does not contain a valuation type. Message no. M7 045
    But the batch has a valuation type and the material is assigned a valuation type too.
    Can you please giude me to find out why is this behaviour?
    Regards
    Jag

    HI, I've encounter the same problem. But I used the movement type 323 E.
    I input the data as below:
    material  2000000564
    plant  S010
    storage location 2001
    batch 0903011208,
    and got the message M7045 saying that Batch  2000000564 S010 0903011208 does not contain a valuation type,  but the batch 0903011208 do have a valuation type in it!
    When I use movement type 323,  there isnt' any error message returned!
    so, I guess there is a bug in the program!

  • J1IEX post than made error like does not contain any selectable items

    Respected Sir,
    We have purchase the Goods From SEZ unit and it wil be treated as import made.
    We doing the following activities
    1. Prepared the Import P.O.
    2. released the same P.O.
    3. Doing the MIRO for Custome Vendor
    4. Capture the J1iex
    than we fins the below mention ERROR & Diagnoses and ERROR
    Document 4400000016   does not contain any selectable items
    Message no. M7064
    Diagnosis
    The document or document item entered cannot be adopted.
    Possible reasons for this are:
    u2022     The document items have already been processed
    (Suggest zero lines indicator set?).
    u2022     the document items have been deleted or are blocked.
    u2022     the document items have been created for a different plant.
    u2022     (for reservations only) movements are not yet allowed for the reservation items.
    u2022     (for reservations only) the document items are retrograde components of the order. These are posted using the order confirmations.
    u2022     A confirmation must exist for the document items.
    u2022     The document items must be released first.
    u2022     The document is an R/2 document.
    Procedure
    Make sure your entries are correct.
    u2022     If the system has already processed the total quantity, you can set the Suggest zero lines indicator. The system will suggest the quantity zero for the items that have already been processed.
    u2022     If you have entered a particular item, cancel the item. If you do not enter an item, the system searches all of the open items in the document.
    u2022     If the document is a purchase order, production order or a reservation, you can
    Kindly doneedfull above mention error
    Thanks & Regards
    Bipin Shah

    HI,
    Please check whether all the vendor and excise details have been maintained in J1id.  i.e Excise rate maintainance.
    Hope this helps.
    Regards,
    Prasanna
    Award pls if helpful

  • Error : Delivery does not contain items to be picked

    Hi Exps
    I have created Stock Transport Order (STO) and then Delivery Note with VL10g.
    In Delivery Output EK00 (Picking list Printing ) gets populated along with EKSU (Picking List EDI output).
    But EK00 only turns green and EKSU turns Red saying that "Delivery does not contain items to be picked"
    My Conclusions :
    1) Picking is happening with EK00 due to which EKSU doesnt get any items to be Picked and it fails in creating Idoc.
    I want to make both outputs (EK00 and EKSU) turning green(Successful).
    How can I do this. ?
    Any setting or any other approach welcome.
    <REMOVED BY MODERATOR>
    Regards
    Tulip
    Edited by: Alvaro Tejada Galindo on Feb 13, 2008 4:55 PM

    hi
    First  Check whether the Material in delivery are relevant for picking.
    If yes, then try chaning the order of the Output in the Output procedure fist EKSU then give EK00
    If EK00 is green agreeed , check if any automatic picking is done , becasue once the picking is done then the EDI output is failing.

  • Alpha Conforming Values  Error 5323,1461....

    Hi All,
    I am facing the problem with info object of vendor alpha conforming values error..
      I got 53 record errors in PSA level.
    Please tell me how to solve this issue.
    It's very urgent . plz help to me.
    I was checked the Transfer rule alphs Conv check box for vendor.But showing same errors.
    Thanks & Regards,
    Guna.

    Hi,
    i am extracting the datafrom R/3 using data source 2lis_05_q0task.
       I am getting the error is:-
    InfoObject VENDOR does not contain alpa-conforming value 5323.
    like that i got few more values like 1461,1561,1643....
    Please give me solution how to solve this issue.
    Thnaks,
    guna
    Edited by: gunasekhar raya on Jan 23, 2008 2:25 PM

  • 'Document does not contain any items' error while posting GR from BAPI

    Hello Friends,
    I am trying to post GR from BAPI 'BAPI_GOODSMVT_CREATE' but some time it post successful and some time it does not post..gives error 'Document does not contain any items'....i have search all option but did not get any solution why this error is coming....kindly help me if you have any information regarding that.
    The strange thing is i have alrady posted GR with some test data and later on again am trying to post GR with same test data but it is giving error as above.
    For your information...i am using enhancement spot in standard program for GR posting...could it give any problem.
    Regards,
    Rajkishor.

    Solved by my self...problem was i were using enhancement spot in standard program because of this it was creating problem have search new enhancement spot and put my code out there now it is working fine.
    Thanku very much all of you for your reply.

  • Document does not contain selectable items.

    Hello Gurus,
    My purchase team wanted to transfer plant from one plant to other.. and so they are creating STO , without any confirmation , while doing GRN 101 movement type Store person is facing error Document does not contain selectable items.
    Please help to resolve the same.

    Hi,
    1) this should be posted in MM forum, not here
    2) let the person go to MIGO , to menu Settings, click Default Values and check checkbox "Propose All Items"
    3) I guess if it is STO it would need goods issue first happening in source plant so that GR can happen in receiving plant (so first create Outbound Delivery in source plant, post goods issue against it and then do the GR with 101 against this delivery or PO itself)
    Regards,
    Tomek

Maybe you are looking for

  • How can i re-download the iMessage beta in my mac?

    I Would Really Like To Send Messages From my Mac Again.

  • Slideshow Music Export Problem

    My slideshow has 4 iTunes songs playing in the background. It works fine when I view it in iPhoto, but when I export it to a .mov file, the music is missing. It only seems to work when there is only 1 song. Anybody know how to fix this?

  • Upgrade WebDB 2.2 to Portal Fails with Invalid Sys password

    I am upgrading from WebDB 2.2.0.0.5 all the way to the latest 3.0.9xx. My database is 8172. I am at the point where you run the 306 upgrade script. It makes it through renaming all the webdb objects to UPG_<OLD_NAME> but then fails with an invalid sy

  • Ibooks built-in dictionary

    I can't copy definition from built-in dictionary into note or just see definition of unknow word in vocabulary entry. I'm Russian and try to read in English and German, and it's really a problem for me. By the way, suxh a function existed later.

  • MKSYSB for Linux

    Hi All, Today, we encounter data block corruption on our linux server (a simple example of disaster) . And our critical application would not startup anymore :( We have a backup of the apps but when restored the error persist. I suspect the corruptio