Error in master data load in time dependent info object

hi,
while loading master data(Texts) to time dependent info object i am getting error like      <b>"INFODEP1 : Data record 8 ('00000512 ') : Invalid "to" date '1-2-2004 '</b>     
can anyone help where exactly is the error and how to remove it.
Thanks
Ashish

hi,
  the date format should be yyyymmdd.
regards
pls assign points if helpful.

Similar Messages

  • Master data loading  with Time dependent  InfoObjects

    Hi
    For product master, I have a infoobject Standard Cost, a time dependent keyfigure attribute.
    How do I Load data for product master
    1. From flat file
    2. from R/3 Pleas provide steps to do on R/3 side
    Thanks in advance,
    Regards,
    Vj

    Hi,
    Though you Material grade is time dependent and sequentially changing.
    You can create 4 different DTP with Grade selection (only 1 Transformation).
    For example, 1 DTP with filter Grade A, another DTP with grade B, so on.
    and executive all 4 dtp sequentially and activate master data after every DTP run.
    Hope it will workout.
    Thanks,
    Balaram

  • How to rectify the errors in master data loads & transactional data loads?

    hy,
    please any one tell me
    How to rectify the errors in master data loads & transactional data loads?
    thnQ
    Ravi

    Hi,
    Please post specific questions in the forum.
    Please explain the error you are getting.
    -Vikram

  • Error in Master data load because of ###

    Hello,
    I am getting an error in master data load.
    The problem is ####### symbols are encountered in few records.
    We have defined a formula to replace the ### with S in transfer structure.
    But still it does not replace the #### symbols and gives error.
    But when I insert the ####### symbols manually in PSA and try to load it is replaced with the formula definition and loads the data.
    Suggestions required urgently…
    Thanks in advance
    Ram

    Hello srikanth,
    Check the code below.
    I have used it in the update rule to replace the #### symbol with A.
    But when i check in debug mode it is not recognizing this symbol and sy-subrc ia always 4.
    GV_STRING = COMM_STRUCTURE-/BIC/XXX
    FIND '#' in R_STRING.
    IF SY-SUBRC = 0.
    REPLACE ALL OCCURRENCES OF '#' in R_STRING with 'A'.
    ENDIF.
    result value of the routine
      RESULT = R_STRING
    Thanks
    Ram

  • Query on Time Dependent Info object

    Hi ,
    I am trying to create a query out of a time dependent info object.The info object is 0employee and since it is time dependent it has the date from and date to automatically in the infoobject master data. However these fields do not come up as characteristics when a create a query out of this infoobject.
    Can you please let me know why or am I missing something ? I know I can get it if i use it in a cube or DSO but i want to create from this infoobject. Please help.
    Thanks ,
    Regards
    Ashwin G

    Hi
    0employee_attr datasource have start and end date is mapped 1:1. target is 0employee? but when i check at 0employee attribute tab i have seen any start  and end date attributes.
    If you have it in attr u should be able to assign as read from master data.
    Otherwise routine will be
    SELECT STARTDATE from /BI0/MEMPLOYEE where employee = source_fields-employee.
    for start date and
    SELECT ENDDATE from /BI0/MEMPLOYEE where employee = source_fields-employee.
    for enddate
    Reagards,
    Nagaraju.V

  • Error is Master Data load.

    Hi Experts,
    From last 1 month the ( 0MAT_UNIT ) master data load is getting failed. Its a full load. So the the target is not updated from last one month( August)
    Now the problem is , when I am checking a report. The materials which are new or changed are not getting the data properly. It is because of the master data got stucked at PSA level.And I cant rectify at PSA level because, There is 673 errorneous record in 1 package.
    I tried to find the invalid character , but didn't get anything.
    Please suggest.
    Thanks,
    TapuKumar

    Hi Anand,
            This is the long text msg
    Data records in the PSA were marked for data package 1 . Here there were
    673 errors. The system wrote information or warnings for the remaining 
    data records.
                                                                                    System response                                                                               
    The data package was not updated.                                                                               
    Procedure                                                                               
    Correct the incorrect data records of the data package (for example by   
         manually editing them in the PSA maintenance). You can find the error    
         message for each of the records in the PSA by double-clicking on the     
         status of the record.                                                                               
    Note                                                                               
    Note that you are only allowed to edit and manually update the request   
         if it is contained in the request list in the data target. Where         
         necessary, first delete it from the data target.                         
    And it is a master data load( Full ), The data target is a INFO OBJECT.
    Please suggest, I can't rectify each and every reecord. Because the number of record id very high..
    Thanks,
    Tapu Kumar.
    Edited by: NewToBW on Sep 2, 2010 1:42 PM

  • Master Data is not appearing in Info Object

    Hi Experts,
    I have loaded text data from data source 0WS_QUEST_TEXT to info object 0WS_QUEST. While running DTP, Load monitor displays 12 records are added to info object.
    Also while activating master data it gives error: "Master data for characteristic 0WS_QUEST already active"
    When i select Display Data option by right clicking on Info Object 0WS_QUEST, no data is displayed.
    Please let me know whether I am missing any step while loading master data.
    Please note that info package has already run and data is there in PSA.
    Thanks in advance
    Regards,
    Niranjan

    Hi,
    Just go to Infoobject and right click and select option maintain master data.
    Don't put any value and just execute.since there are only 12 records,it should show all the records .
    You can also check text table data by getting inside that object directly or through SE11/SE16 option.
    When the records are activated ,it will not activate it again,so it is not error,its just a message.
    Let me know if u have any further doubts.
    Thanks and regards
    Kiran

  • Master data records for time dependant data

    Hi
    In R/3. say master data has 1500 records. In BW, while loading this, i get the same number of records in monitor.
    But when i check the maintain master data for this info object, I find each row being duplicated. The difference being the valid to and valid from date. The info object is time dependant.
    So my question is: this adjustment done...is it ok continuing forward or do we change something now so that i dont see duplicate rows?
    Thanks in advance
    AR

    hi,
    everything is ok here (I assume you have timeframes for e.g.: 01.01.1000 - 27.12.2005 and 28.12.2005 - 31.12.9999).
    If you are working on developement system now - change something time-dependent in your master data tommorow (in your source system) and extract delta. Two new periods will be created and you will have 3 records, e.g.: 01.01.1000 - 27.12.2005 , 28.12.2005 - 28.12.2005 and 29.12.2005 - 31.12.9999.
    Regards,
    Andrzej

  • ECC Master data does not time dependent

    Hi,
    I have a question . In ECC i have Functional Locational master data object which is not time dependent. Client need time dependent report in BW but they are not able to set time dependent in ECC. is there any solution in BW to convert normail object to time dependent Object.
    Note: getting delta though funtion module.
    Please help me....
    Thanks
    Edited by: Pria Gupta on Dec 18, 2011 5:31 PM

    any comments any suggestion please
    Edited by: Pria Gupta on Dec 19, 2011 3:45 PM

  • Master Data not being uploaded to Info Object

    Hi all,
    I'm trying to upload some master data  in to an Info Object with attributes. When I trigger the DTP, the status gets stuck to Yellow and the data is not being uploaded. There are no errors being shown.
    The data has reached PSA perfectly. My data source is a flat file.
    Anyone have any ideas?
    Please help
    Thanks

    Hi,
    There could be various reasons for this. I would have gone through checking it this way.
    Activity set 1:
    1) Check in SM50 if there is any activity happening.
    2) Check in SM37 for any cancelled jobs.
    3) Check in SM21 for error logs.
    Activity set 2:
    1) Cancel the current request.
    2) Ensure my transformation (b/w datasource and InfoObject) is active.
    3) Try to reduce the data package size and try (say to 100)
    4) Run the DTP
    Activity set 3:
    1)  If Activity set 1 and 2 do not help me, I would check by deleting the request in my PSA as well. Take only one record of the flat file which I am sure has no illegal characters and try loading.
    2) If successful, this would mean it could be because of the erroneous record in the complete set (It may be taking some time to show up the error and hence the status is still yellow).
    3) If unsuccessful, this could be because of some objects which are inactive. And I would start from deleting and recreating the DTP.
    Also, do you have any routines in the transformation? If so please recheck the logic.
    Hope it helps!!

  • Time Dependent Info Object

    Hi All,
    I have an extractor that extracts data with DATEFROM and DATETO fo rthe time dependent HR employee related data for managers. But when it extracts into BI and loaded to Info Object the DATEFROM is not the same as what is extracted, it is 01/01/1000 instead of record specific.
    Any idea why it is showing like it is?
    Thanks,
    Alex.

    Beekay,
    You are right. But in my case I extract only 200 records with DATEFROM and DATETO as 12/10/2006 - 12/31/9999. So I should expect my extracted 200 records and the system generated 200 records. But I have only 200 records but all the DATEFROM fields are changed with 01/01/1000. My PSA and R3 extractors are having the actual real DATEFROM.
    Do you see where I have this issue?
    Thanks,
    Alex.

  • Extraction into Time dependent info object

    Dear all,
    In r/3 the field is time independent and want to extract the data into time dependent infoobject in bw.
    what is the procedure to do it.
    Regards,
    BPNR.

    Hi BPNR,
    You have two options:
    1. Make the info-object time independent and pull the data from R/3.
    2. Hard code the Date to and Date from fields in the infopackage to extreme values say 01/01/1900 to 31/12/9999 and extract the data from R/3.
    Hope this helps.

  • Error in Master data load

    hello gurus,
    where my service order attribute had loaded successfully
    But now i got strucked in loading text for the same,
    request got all the data but shows still running
    where in detail tab it is showing mess as follows
    <b>>Extraction (messages): Errors occurred
         90909 Records sent ( 90909 Records received )
    >Transfer (IDocs and TRFC): Missing messages or warnings
         Data Package 3: arrived in BW; Processing : Processing not yet finished, entry 70 still missi
    >Processing (data packet): Warning received
      >Transfer rules ( 90909  -> 90909  Records ):No errors
         Data Package 3 ( 90909 Records ) : Missing messages
         Update ( 0 new / 0 changed ) : Missing messages</b>
    can u plz refer to slove this issue
    Thank's
    SAP

    hello Arun ,
    Thanks for ur replay
    where all the error message for the error was as shown in pervious message,
    where in the <b>setp by step analysis</b> mess is as below
    <i>It is possible that data packets must be processed manually.</i>
    <b>INBOX</b>
    <i>The process is probably still running.</i>
    REDS
    SAP

  • SAP BPC 7.5 SP 7 - Master Data Load Detected duplicate member ID

    Hi Gurus I have  a requirement.
    I am loading the Master data for Cost Center - initially while loading master data i didnot load hierarchy. Now I started to load the Master data with Hierarchy but when ever I tried vailidate the transformation file then it is throwing the "Detected Duplicate member "
    Let me show you the transformation - what I wrote there
    *OPTIONS
    FORMAT = DELIMITED
    HEADER = YES
    DELIMITER = TAB
    *MAPPING
    ID=ID
    *CONVERSION
    ID=Master_Data_Conversion.xls
    Conversion Master_Data_Conversion.xls has the following code this is to remove the spaces EXTERNALINTERNAL
    *js:%external%.toString().replace(/\s+/g,"")
    Let me show you how I have selected the Data type - Master Data /text from NW BW Infoobject
    Selection of infoobject - 0costcenter
    Format - External Format
    Set Selection - first Tab - Attribute I only wante the Control Area which is 1000 so - Control Area = 1000
    2nd Tab - Hierarchy - Import Text node - yes Hierarchy node - xxxxxxx  Version - Empty Member ID - first member    Level - Blank
    3rd Tab Language - English
    4th Tab Attribute list - Controling Area only is selected
    Note: Let me tell you that when I am loading the Master data with out Hierarchy inthe Set Selection the loading is succesful but when I am doing it with the Hierarchy as mentioned in the 2nd Tab I am getting the error as following.
    Master data (dealt by table level) has errors
    Detected duplicate member ID '201100'
    Also, the Master data for Cost Center in the BW is a time dependent so it is having Valid to and Valid from fields which is not there to be delt in the BPC.
    Please Help

    @Vinay let me tell you when the BW is having the master data which is time dependent then it will have this Duplicate member as we will have duplicate cost center names which are compounded with the Time, so BW will not show an error as there is compounding but BPC do not have that feature.
    The was raised with SAP and they resolved this issue.
    SAP Note 1641529 - Loading Master Data gets duplicate error in special case
    When running Data Manager Package 'Loading Master Data from BW
    InfoObjects', 'Duplicate Members are found' error may be reported in below
    case:
    o In the source BW InfoObjects, there are master data that have
    different lengths, and their IDs are all numeric characters. And
    o If the members are sorted by their lengths first and then IDs gets
    a different order compared with the one if they are sorted directly
    by their IDs. Take member '122' and '1101' for instance. In BW,
    they are sorted as [122, 1102]; if they are sorted directly by the
    IDs, the order is [1102, 122]. And
    o when running the package, the members are in both 'Attribute' and
    'Hierarchy' selection, and the option Filter members by Attributes
    or Hierarchies is used. And
    o Select 'External Format' when running the package.
    Other terms
    DM, Loading Master Data from BW, Duplicate Members
    Reason and Prerequisites
    It's a program error.
    Solution
    Please apply this note or upgrade to SP11.
    I hope this will help you else let me know the entire requirements so that I can provide some kind of assistance.
    Do check how the master data in ur BW is then how the hierarchy nodes and costcenter nodes are there?
    Good Luck
    Vijay Sumith

  • How many tables are created in Master data loading ( Including hierchy )

    hi ,
    Please anybody , can you tell us how many tables are created in Master data loading ( Including hierchy )
    thanks
    Phani

    Hi PP,
    Depending upon the definition of an infoobject, the tables are created when the objects are activated.
    /BI<C OR DIGIT>/<TABLE CODE><INFOOBJECT>
    <C or digit>: C = Customer-defined InfoObjects
    digit = SAP-defined InfoObjects
    <table code>: S = SID table
    T = Text table
    P = Time-independent master data attributes
    Q = Time-dependent master data attributes
    M = Union of time-dependent and time-independent master
    data attributes
    X = SID table for time-independent navigational attributes
    Y = SID table for time-dependent navigational attributes
    H = Hierarchy table
    K = Hierarchy SID table
    I = Hierarchy SID structure table
    J = Hierarchy interval table
    Thnaks...
    Shambhu

Maybe you are looking for

  • Creation of Classification View in Material Master

    Hi, I need to create Classification View for a Material. The user would provide the data in the file, example Material Number MATNR Class type TCLA-KLART Class Type description TCLAT-ARTXT Class Group TCLG-KLAGR Class Group Description TCLGT-KTEXT Cl

  • How to protect the lines in smartforms

    hi gurus i want to know how to protect the line in smartforms.. regards baskar

  • Basic Problem... Help PLZ!

    hey ppl! hope yall doing alrite. im having trouble creating a movie clip, i gathered some pictures i edited in PS and imported them to flash CS3 Pro, created a frame by frame animation that runs on the stage when i hit "enter" but when i do the CTRL

  • Formatting DATEs with FORMAT clause and not with "to_date()" ?

    Well I know I could format a DATE inline with the to_date() function. But is there a way to format it in a separate FORMAT clause similar to numbers? If yes how would a format of dd.mm.yyyy or yyyy.mm.dd hh:mm:ss look like?

  • Why can't I log out of this forum?

    Unless I delete cookies and then close tab the "user +"sign out" route fails.