In CATS,  where can I assign "Activity type to default Time sheet",

Hi gurus,
In CATS,  where can I assignt Activity type to Default time sheet.  Please help me asap.
If any cats doc.  available plz share with me.
Thanks in advance,
Sadana.

If you have defined activity types then you can define them with the right price in KP27 for each costcenter.
the costcenter is connected with the personelnumber.. in infotype 315 you can define which is the default activitytype for each person.
if you have only 1 activitytype you can also programm the user exit to fill it in by default
see EXIT_SAPLCATS_002 to implement a fixed activitytype for whole cats
kind regards
arthur de smidt

Similar Messages

  • How to assign activity type to cost center

    hi Gurus,
    Sir i have got error during the T.Code: CRC1.  in which i have to assign Activity type to cost center. which is as follow: ( I have also made tickmark in cotrolling area for Activity type)
    ( Error :No activity type assigned to cost center #1301,Controlling area ABCD on 01.02.2008)
    Pls provide me the solution where the activity type should be assign to cost center.
    Than'x & Regards,
    Dhananjay

    Hi,
    Planning at KP26 for Activities itself is integration between Activity and Cost center.
    Once you do this, your problems is solved.
    Assigned points suitably
    Best Regards
    surya

  • Where can I assign payment advice form

    Where can I assign Payment advice form in configuration.I have assigned in FBZP Next form. but its not printing.can any1 suggest me please?

    Hi,
    Use this path in SPRO:
    SPRO --> FI Acc --> AR/AP --> Bus. Trx. --> Outgoing Payments --> Automatic Outgoing Payments --> Payment Media
    good luck,
    Peter Glas

  • Mm:can we assign movement type to different g/l acc.

    dear gurus.
    please help me out.
    can we assign movement type to different g/l acc.
    if yes how?
    thanks
    piyush singh

    Its depends , if the valuation class, plant is different, yes you can define diff G/L acc, but if all criteria in the same, then you can copy the mov,type and then define your own account modification then assign the diff G/L acc in OBYC.
    Please also check this link:
    Movement Type 261 - Different G/L account to get debited for same Movement

  • Where can I assign TIN No. to FTO & Custom Office BP to FTO BP

    Hi All
    Please guide me for the below 2 things
    1. Where can I assign TIN No. to FTO
    2.Where can I link Custom Office Business Partner

    Hi Akhil,
    1) Go to GTS Cockpit - Area Menu- Customs Management->Master Data->Maintain Trader Identification under Enterprise org. section.
    2) I assume you are referring about linking Customs office# to Customs off. BP. If yes,
    GTS Cockpit - Area Menu- Customs Management->Master Data->Maintain Customs Office Numbers under Customs offices section.
    Regards
    Dhilipan

  • E72 bug: can't assign active notes to any of the o...

    another bug with the one touch keys after the new firmware.
    (previously the long hold contact key did nothing, which was fixed)
    you can't assign active notes to any of the one touch keys. you can assign other built-in apps or 3rd party apps you install but you just won't find active notes.
    nokia, please fix the one touch keys once and for all will you

    I have Active Notes (not just notes) on the right selection key of my E72 (s/w v. 052.05), and they _are_ on the list. Perhaps the upgrades are region-dependent - I waited quite a while for my update (Danish/Norwegian/Icelandic/English).
    Sorry, but I daren't select another function and go back to see if I can select Active Notes again, but they _are_ there now, but were taken over from the previous s/w version in my backup.
    hughm_nyksj_dk

  • Where do we assigned  movement types to schedule lines

    hi genius
    where do we assigned with this movement types system should pick this movement types.  can we create our own movement types in sap
    can we use one movement types both transactions.
    how system will knows this movement types should come  with schedule line how it will come we knows generally schedule line it will come is thery any assignement between them
    Thanks in advance

    Hi Nag,
    You can configure the movement typ efor the schedule line in the tcode VOV6.
    But, if you want to create a new movement type, it is always in the domain of MM and hence it is better for you to consult with them and ask them to create the movement type.
    Once it is created, you can just assign that to the schedule line in tcode VOV6
    Hope this helps.
    Reward if this helps you

  • HFM: Where can I specify column type as type in HFM? And also being able to get text value in smartview

    Dear all,
    I'm new to HFM (11.1.2.1), and I have a question regarding where I can specify a column type as "Text" not number in web form of HFM. Right now I set "Cell Text" field to "[Default]", but was unable to get the text (HsGetText) in smartview with corresponding POV. The reason I thought was that I didn't successfully store the text in the POV. But how to correctly indicate a column type as "Text"?  Does anyone know the answer?

    Hi there,
    I am not sure if I understand what you want to achieve. However, I would suggest to set the Cell Text field to "1" (instead of "[Default]") in order to be able to input/export cell text in a web. form.
    Regards,
    Thanos
    < spam signature link removed by moderator >

  • Where can I find "Crystal Type" code examples?

    Morning all,
    I have tried searching the forums but cant find much (I dont find the search thread function very helpful but that might just be me and is another story for another time).
    I am trying to create my own formulars and functions on my report in CR4E, but I am have problems with the code.
    Where can I find a tutorial on the basics like converting a date to a string or delcaring a date or changing a string to a date.
    In Java one would do something like:
    String str_MyString;
    str_MyString = "This is a string";
    but in a crystal report you do something like (and I might incorrect in even this simple example):
    StringVar str_MyString;
    str_MyString = "This is a string";
    That slight difference of String and StringVar are the things I need to find out.
    In VB I can refer to a forms fields with str_MString = me.txt_Field1 but in crystal I dont know how to refer to a current field of the report I am working with.
    For example, I have a text box on my report which I have called "txt_MyNumber", I then want a formular or function to use the value that is found in that text box but cant work out to refer to it. I can refer to other formulars but not report fields. Is this even possible?
    I know the report field question might be viewed as a whole new question thus thread but I feel they close enough to remain in the same thread.
    So any help pointing me in the right direction.
    Or am I just an idiot and should rather give up trying to design crystal reports. (Ive been thrown in the very deep end at work so am trying to work everything out all at once with no beginner knowledge)
    Thanks all for help and suggestions.
    Cheers
    Darren

    Thanks for the quick reply, Alphonse 
    Creating a UFL is what brought me to realise I am lacking in knowledge in the first place.
    I created a UFL that converts numbers to words. I am going to be using this later for translating
    transaction amounts into words in different languages.
    As a test I created a simple resource bundle that held 1=one, 2=two and so on until 10.
    My function is
    get_numbers_to_words(String key, String resBundleName, String str_Locale)
    So to test it I created a formula on in my report and used the following bit of code to test it.
    str_Number_to_Words  //formula name
    get_number_in_words("1", "NumbertoWords", ContentLocale)
    This works and gives me a return of "one".
    So I then wanted to have a field on the report pass in the key. The field is called txt_Number, so i tried:
    str_Number_to_Words  //formula name
    get_number_in_words({txt_Number}, "NumbertoWords", ContentLocale)
    but clearly that did not work. I tried many other variables or ways of putting the value I hold in the
    txt_Number field.
    I have no way of using the value held by the text box txt_Number.
    I then thought if I cant get a field to drive the key I will use something as simple as taking the current time
    and use the seconds unit digit as the variable to dynamically change and gives more a better testing
    ground so when I expand to the double figures I can use the seconds in general.
    This is what made me put up this post.
    With your first link you sent me, I am ashamed to say I dont really know how best to take that knowledge
    and put it in practice. This is where my lack of knowledge shines through. I understand what most
    methods and classes do from their descriptions and summaries and all that. But I am trying I promise.
    All I need is for one example to be shown and explained how the concept gets taken from those Package
    descriptions and into a working example I will be able to then work out how to use it for all the rest.
    Take com.crystaldecisions.reports.common.value.DateValue for example.
    If this last request is a silly request and a real waste of everyones time I totally understand and will start
    looking other ways of learning this all. I will not hold it against anyone if they tell me to go back to "school"
    and leave programming to real men/women.
    Thanks Alphonse and also the rest fo you.
    Cheers
    New Edited part:
    OK I am sort of getting somewhere. I have now got a function that can return the current time as a string
    but the part to return only the seconds is not working.
    Minutes_To_Number    //Function Name
    Function (TimeVar curr_Time)
    StringVar str_Minute;
    str_Minute = CStr(Second(curr_Time));  // This does not seem to be returning the current seconds. Why?
    //str_Minute = CStr(curr_Time);  //If this is not commented out I get the current time, so I know its working
    str_Minute;
    Var_Number      //Formular name
    Minutes_To_Number(PrintTime)
    str_Number_to_Words   // Formular that I want to get working
    // I want to pass the seconds into the Key field of my UFL function.
    get_number_in_words({@Var_Number}, "NumbertoWords", ContentLocale)
    Any ideas why the
    Second(curr_Time)
    does not return the seconds value?
    Edited by: Darren Jackson on Sep 19, 2008 3:36 PM
    Ok I have managed to work out why my code was failing.
    It all boiled down to my use of "=" and not ":=". This being the type of Syntax differences I need to learn. Well guess I will just have to go through all the Example reports (found them after asking).
    So Im going to close this thread as worked out the answers.
    Cheers
    Edited by: Darren Jackson on Sep 22, 2008 2:43 PM

  • HT201456 From where can i get activation key to install windows via bootcamp

    Where can i get the activation key . Should i buy  the a activation key ?

    From M$ online store, you can buy a product key.

  • Re: internal battery for eMac. Where can I buy one? (Date and time are becoming garbled).

    I have an eMac which shows the date and time as random figures, suggesting that the internal battery is dead. Where can I buy a replacement? My local Apple reseller does not stock them.
    evan239

    "It is in Western Australia, in a suburb of Perth."
    That helps! Considering adding that to your profile. It can get you help faster for future "where to get" questions. We have a lot of active helpers here who are your countrymen (and women).
    You may be able to find a battery seller locally, The PRAM battery is not limited to computer use. That model is also used in alarm systems. Look for a "1/2 AA 3.6V lithium" battery--that's about as generic description as one can give.
    I found a seller that has a chart of battery number equivalents:
    http://www.medicbatteries.com/battery-cross-reference-guide
    Look at the last line. There is a long list of manufacturers' battery numbers that are 1/2AA 3.6V. As long as you find one that's lithium (haven't seen any that aren't) you should be good to go.
    Regards from America's "Outback!"
    Allan

  • Assign activity type  to WBS element  without network

    Hi There,
    I have a customer business scenario where I have to assign activites to WBS element  without network.
    can any one help me on that..
    Thanks,
    Paritosh

    Hi Thomas,
    Thanks for your information. I have created customer Project with one network and multiple WBS.
    But another issue related to project RBB & DIP profile. I have a scenario it like quantity should be updated from DIP profile in quotation and billing price should take from sales condition record.
    After booking activity base cost directly from KB21N and it is showing in line item. Still when I am trying to run transaction with DP82 to update sales base price system is giving me a message "No expenditure item found" although in WBS level showing all the cost/quantity.
    Can any one tell why I am getting message and how to correct it?
    Paritosh

  • Where can I define Rate Types

    Hello,
    I tried to define Rate Types by the following path of IMG, but I couldn't do it.
    Can anyone know where and how you can configure Rate Types of utilities?
    [Path I tried]
    IMG -> SAP Utilities -> Contract Billing -> Billing Master Data -> Rate Structure -> Define Rate Types
    For your reference, I attached two images which I got when I executed the above path.
    [Description of the attached file]
    01_Entering rate type.JPG
    I got this image when I pushed "New Entry" button and tried to enter rate type by typing.
    It says I need to enter rate type by selecting a certain value, not by typing any alphabets.
    02_Selecting rate type.JPG
    I got this image when I tried to select any values. (You can also do this by pushing F4 key)
    It seems like I need to define rate types elsewhere before I execute this configuration.
    Thank you in advance for your help.

    At the time new Rate type creation you should always tell this rate type is for register or Device are for Installation Facts.Check required checkbox then you will be able to save Rate type.
    Thanks,
    LN

  • Where Can I find activity from the messaging app?

    If using the messaging app on smartphone where is this activity stored at?  Anywhere online?  Is this the same as text?

    Texts sent/received using the stock messages app are stored on the  phone; Account Owners can view text logs for the past 90 days via their on-line My Verizon account.
    If texts are being sent/received using the Verizon Messages app, then the content can also be viewed for the past 90 days via that phone line's My Verizon account.

  • Where can i assign distribution key to my new plant?

    Hi PP Guru's,
    I was configuring period split for splitting plan order using OMPS tcode.
    However i encountered error stating that my distribution key GLEI in period W is not provided for my new plant.
    As i check, Distribution key GLEI is indeed not assign to my new plant.
    May i know where i can configure this in SPRO?
    Thanks in advance.

    Hi
    Just Check the setting in SPRO for the below path
    Bill of material u2013 Item data u2013 Item Data for related application area u2013Define Distribution key

Maybe you are looking for