Error when create Infotype 0007-Planned Working Time of Personnel data

Hi Experts,
I'm creating Infotype 0007-Planned Working Time for Personnel data then having a error below.( I created Work schedule rule and Gennerated it).
Feature structure cannot be recognized, please see documentation
Message no. P0568
Diagnosis
Cause 1:
The structure of the feature is not saved in the feature directory.
Cause 2:
The feature structure is not defined in the program that reads the feature.
Cause 3:
The feature that the program expects does not match the actual feature structure.
Procedure
Cause 1:
Please advise your system administrator that all features must be regenerated. Please note that this generation must take place in client 000 first, and then in all other clients (report RPUMKF00 or the Generation function in the feature maintenance transaction (transaction PE03)).
Cause 2:
The feature structure must always be defined in the program reading the feature (see documentation for program RPUMKC00).
Cause 3:
Please contact your system administrator
I did using T.Code PE03 in Client 000 but I don't know what is Features?
Please tell me how solves it ?
Thanks so much.
Dungnv

infotype 0007 reads two features
SCHKZ  - Default value for Shift indicator
TMSTA     DEFAULT VALUE FOR TIME MANAGEMENT STATUS
Please have a look at both these features

Similar Messages

  • No infotype record 0007(Planned working time) on 03/07/2011

    Hi,
    In our scenario, Time sheet is integrated with work order and while submiting we are getting an error :
        "No infotype record 0007(Planned working time) on 03/07/2011".
    Where as I checked infotype 0007 but it is maitained with proper data.
    Please suggest what could have gone wrong and why this error is coming?

    I am assuming 03/07/2011 in your problem refers to March 07, 2011.
    Please check: Has the work schedule in IT 0007 been generated? Check transaction PT03 in your production system and see if you can display the work schedule for the month.
    If it has not been generated, you will need to generate it for the month.
    If it has been generated, please check the details for the day in question (03/07/2011). Please make sure that the DWS and PWS are all consistent with the configured values. Run teams, too often, try and create different schedules by changing the DWS value in a PT01 run.

  • Business Rules error when creating new classic planning application in 9.3.

    Im trying to create a new planning application using classis planning application wizard in Workspace. everything seems alright untill i gets an error saying "Business rules cant connect to Planning"
    other than this Business rules working fine and i can open business rules in other applications and i can access business rules repository in EAS.
    Any thoughts on this ?

    Further invesitgation bears this problem out.
    Oracle support recommend wrapping the SimpleType in a ComplexType. This does work, but now I have an extra wrapper element to deal with. I either have to use the wrapped type in my other complex, composed Types and/or add an external wrapping element when trying to create Business Services in BPM to call the BusinessRules I've created.
    This is a bit messy.
    To be clear, this does not seem to be an issue with Business Rules; the BR editor and generation of Facts (including simple restricted types -> JAXB 2.0/Java Enumerations) seems to work correctly. There seems to be an issue exposing DFs as Services. The code which generated the WSDL and its supporting types seems to choke on restricted SimpleTypes.
    As a side note, it seems that HumanTasks have a similar limitation
    Edited by: wylderbeast on May 31, 2011 3:27 PM

  • Number of weekly working hours 48 exceeded error in Planned Working Time

    Hi,
    I have a group of employees called labors who work all 7 days a week, 10 hours a day so I have created the work schedule accordingly. When I maintain the Planned Working Time infotype, the system gives a warning message "Number of weekly working hours 48 exceeded". In table T77S0, value of PERCK is set to D & DAYWK is set to 700. Please guide me to solve the problem

    Hi,
    VJ for which country are you implementing this? Some countries have regulations that a person's working time may not exceed XX hours.
    cheers
    Ajay

  • ERROR WHEN CREATING INSPECTION PLAN

    HI GURUS,
    WHEN CREATE AN INSPECTION PLAN GET THE FOLLOWING ERROR
    Op. 0010, CH 0180: Char. ident. SMS used for QDI several times in task list.
    THIS BECAUSE MY CLIENT WANTS TO REPEAT THIS M.I.C TWICE.HOW CAN I SOLVE THIS
    REGARDS
    AMIT

    Hi,
    It is not a error message It is a warning message for Use the Same MIC in Multiple time, No problem just you can save the Inspection plan, It will not reflect any problem any where.
    Regards,
    S.Babusingh

  • "Initial column cannot be generated" error when creating a planning book

    Hi,
    I have an error when creating a planning book with the planning book wizard. In the tab "data view", I enter values for the "Visible" and "Input" fields and validate. The following error is generated: "Initial column cannot be generated" and then "Maintain the time for the 'column visible from' field". I tried with different dates, and get the same error.
    I am running SCM 5.0.
    Any help would be greatly apreciated.
    Regards,
    Mikael.

    Hi,
    Generally these error come when we manually enter the value in the Visible and Input column. Instead we should try select value from the Drill down options which gets generated based on the Time Bucket Profile you have selected as input for Planning Horizon.

  • Infotype "Planned Working Time";

    hi gurus,
    i need to create a report to check infotype "planned working time"
    and to check if workschedule exists
    please let me know how to go bout its logic.
    thanks in advance.
    anuj

    to check for the work schedule status
    you just need to hit 1 field for selection crteria and ie,pa0007-schkz Work Schedule Rule .
    and the given below code  can get you what you want
    tables:pa0007.
    parameter:p_pernr like pa0007-pernr.
    data: itab type table of p0007 with header line.
    start-of-selection.
      select * from pa0007
      into corresponding fields of table itab where pernr = p_pernr.
    if itab-schkz = ''.
        message 'data is not  maintained' type 'E'.
    else.
    loop at itab.
      write:/ itab-pernr, itab-schkz.
    endloop.
    endif.
    hope this will solve your problem
    thankx
    bhanu....

  • Help: An error when I initial the planning areas:internal error

    Hi,
      An error when I initial the planning areas, I create time series objects for planning area DP01, system show an error message to me as follow:
      internal error [/SAPAPO/OM_TS_TGRID_CREATE]
      Message no. /SAPAPO/TSM099
    Thanks,
      Thomson

    Hi Thomson,
    I think in planning area you did not only add the time series key figures
    to the planning area but also defined key figure semantics for those
    key figures. This must not be. To see those semantics you can check
    the key figure details in transaction /SAPAPO/MSDP_ADMIN on the
    key figure tab by selecting key figure details. For the time series
    keyfigures, the semantics column is filled with values like 300, 301,
    etc. If you wants to use time series key figures in addition
    to the standard SNP-key figures, the semantics field has to be empty.
    You can compare that with the settings in the other planning area where
    everything is working fine.
    If this is not the case then please refer the below note and execute the consistency reports as in note:
    577038     Data inconsistencies in SNP
    Regards,
    Sunitha.

  • Demo Error when creating or changing configuration objects

    Hi All,
    I am trying to "Generate the Configuration Objects" for Demo: CheckFlightAvailability.
    But in the GenerationLog I got the error under "Generation Statistic" saying that "Error when creating or changing configuration objects".
    I can any one tell me what went wrong?
    Regards,
    Nagarjuna.

    Did you ever solve this issue? We are experiencing the same errors, but with ZCM 11. Server configurstion is Windows Server 2008R2, database is MS SQL 2005.
    Every time we try to create or change a (Windows) bundle or policy there's an error message in ZCC. The error is:
    com.novell.zenworks.datamodel.exceptions.InternalD ataModelException: com.novell.zenworks.datamodel.exceptions.InternalD ataModelException: org.hibernate.exception.ConstraintViolationExcepti on: could not insert collection: [com.novell.zenworks.datamodel.objects.assignableco ntent.AssignableContentObject.ContentServers
    ...followed by a different GUID(?) every time.
    We've placed a SR but haven't had any suggestions from Novell yet - we're soon going from calm to panic as we are planning to move from test to production in two weeks...
    Cheers,
    Peter

  • Error while creating infotype 1764

    Hi All,
    When i am trying to give special booking authorization for a student to a module in student file, i am getting an error msg " error while creating infotype 1764".   The same is working in EHP4 but not in EHP3.
    Pls give your valuable inputs to resolve the issue.
    Regards,
    Sravan

    Dear Sravan,
    Check whether module in question is included in appraisal or not. If not then maintain it.
    Hope it will solve your issue.
    Regards
    Vinod Kumar

  • Unexpected Error When Creating Network

    Running 10.9.1 and getting "Unexpected Error" When Creating a new network. Need help getting started.
    Thanks for the support!

    You need to use the alternatives under options..
    It will never pick this option itself.. so click Other Options.
    and use replace an existing device.
    Or simply remove the existing setup and start over..
    Reset to factory every time you start a setup.. and create a new network.. then reset the older units once this is working and use them to extend the network.
    Personally I prefer to replace and start afresh as it just leads to less issues.
    As far as range is concerned the new AC models are variously reported  as excellent to worse than existing old models.. wireless is simply another form of voodoo only in white plastic instead of black.. which sort of suits the black arts better.

  • Op PPINC, attendance reason, over or above planned working time frame.

    Hi all,
    We need to automatically generate attendances/absences from the att/abs reasons from time events. So we are using TD80 rule and V_T705A.
    It works OK for almost all cases, except when the attendance is over or above the planned working time frame.
    I've read TD80, R555D, PPINC, PPINU help, and I can't find the solution.
    i.e. working time is from 12 to 7pm hs. and the employee was present from 8 am to 7 pm, so i need to generete an attendance from 8 am to 12.
    Any help?
    Thanks a lot.
    Laura

    we need to automatically generate (through time evaluation, using td80 rule and V_T705A table), attendances/absences (it2002 and it2001) from the att/abs reasons from time events (it2011).
    We are already doing this, for attendances /absences within the planned working time frame and it's working OK.
    The problem is that, when the attendance is over or above the planned working time frame, stdandard function send an error message:
    u201CError entry no. 28 Error when generating abs./att.
    02.05.2011 Processing terminated for EE 00000077 RUBEN ALFONS QUIROGA MAYAu201D.
    I understand, this control must exists for abscences outside the working time frame, but it seems not to be logical for attendances (it can be  done through PA61).
    Example:
    Working time for an employee is from 1 pm to 7pm hs.
    The employee was present from 8 am to 7 pm, so we need to generate an attendance (it2002) from 8 am to 1 pm.
    The system allows to do this, through standard transaction PA61, so, I think it should be possible to do the same, using time evaluation too.
    Iu2019ve already tried with the different variables for operations R555D, PIPNC y PPINU, but I could not find a combination that works properly for this case.
    Besides, help documentation about PPINU function says u201CABSENCES of less than one day are never generated over and above the planned
    working time frame. It would not be possible to enter these records online either.u201D
    But unfortunally, it says nothing about ATTENDANCES over and above the planned working time frame.
    Hope I have clarified.
    Thanks a lot!!
    Laura

  • Error while creating Rough cut planning profile

    Facing the following error while creating rough cut planning profile (mc35) in SOP for product group. "Work center x plant y does not exist for task list type 3". pls advise- do i need to create tsk list for product group? pls advise with tcode to be used.

    pls check the (task list ) usage you have maintained in the Work center.
    In OP45 , pls ensure that for the usage ,
    task list type 3 (Rough cut planning profile) is included.
    If it is not included there , pls include the TL type 3 for your usage and now the prob will get solved.
    Regards.,
    Sheik

  • Vehicle Scheduling Error:Error when creating transport structures in live C

    HI Gurus,
    We have one background job defined for Vehicle scheduling, which shows completed successfully but in log it says that :
    : Error when creating transport structures in liveCache and Not possible to schedule shipment in the planning horizon.
    My planning horizon is for 90 days from current date and demand horizon is for 30 days.
    I have checked the VS profile and i dont find any problem with profile.
    Can you please help me in finding what exaclty went wrong
    Thanks,
    AMol

    Try This..
    1. Open the crystal client on your local machine and import that particular report.
    2. Do Database -> Verify Database. Then refresh the report on your PC and make sure that it returns data as expected.
    3. Export it back to repository and try scheduling it again. You can verify through CMC for Crystal Reports under " Database Configuration" property to make sure it points to the right ODBC.
    Let us know.

  • Runtime Error when creating a new group

    I'm getting a runtime error when creating a new group on a site collection? 
    Thanks in advance

    The most possible reason is if your site collection is reached the maximum site quota limit,then there is chance to get the run time error while creating a new group.
    In this case,you will get the error while creating/updating the group or while adding the new user/uploading any content.
    Also Ensure the group name is not having any special/unsupported characters.
    Feel free to share the error screenshot/entry in the ULS logs.
    Please remember to click 'Mark as Answer' on the answer if it helps you
    Best Regards,
    Pavan Kumar Sapara
    s p kumar

Maybe you are looking for

  • What do I need to do to pass on my old iPad to another person?

    i have an old iPad I'd like to give or sell to someone else, but it sounds like ios 7 makes doing this complicated.  So does apple have a list of steps that I must do so that I can pass on my iPad ( or iphone) to someone else?  can someone give me th

  • How do I download PDF files from Safari 5.0.5?

    I am unable to open PDF files. All I get is a blank black screen. I now download PDFs into my computer from the internet (with mixed success), which is several steps more than has ever taken me in the past. Since finding this problem I have updated t

  • How to show health app data points as a graph

    Some data points form a graph and others do not.

  • Sharing isn't working across a network

    I've run across a problem when I try to share my library across my network at home. I can see my wife's music library, but although she can see my libraray listed, when she tries to connect to it, it fails. I have checked in the sharing preferences a

  • Email IMAP folders / gmail labels invisible

    After os update I can only see my email account in the mail app. All the IMAP folders which are represented by labels in gmail are gone. I can't see my folders. I can't access the trash for example because it is not shown in the left menu pane.