CATS Configuration

Hi
Where we configure CATs...
1.generate WS
2.Through img..Set up data entry profiles
3.CAT2 we configure data
This i know cn any body explain further

Hello,
CATS is already working per default.
(1) The Work Schedule and all customizing are regarding the HR part, of Time Management, which is different from CATS. CATS goes for PP, PS, CO, MM-SRV and HR.
(2) The data entry profiles can be configured via the IMG or CAC1 t-code for profile and CAC2 for the views of CAT2 and WD version.
(3) This has been answered on the previous one.
This thread clarifies more about CATS:
Use of CATS
Kind Regards,
Bentow.

Similar Messages

  • Cats Configuration for time sheet upload

    Dear All,
                   I have time sheet file now i have to upload .Kindly guide me how i can do this thing with help of CATS.I am not aware of the cats how i have to maintain the profile and field selection CAC1,CAC2.
    I want to know the steps for doing the same kindly tell me it's urg.
    thanks
    sandeep

    Hi
    Create a profile in CAC1 and setup the profile settings in CAC2.
    What you select in CAC2 appears in CAT2 sheet.
    The CATS config is self explanatory.
    R K

  • CATS Screen how far we can  Scroll back

    hi All,
    When you display or maintain the time sheet, you can change the data entry period using a scroll function. You can specify how far users are allowed to scroll.
    The Lower limit relative field determines how many times users can scroll back, taking into account the number of periods you have entered in the Periods field.
    Currently we are scrolling back 3 periods. we want to increase the number to 52 periods.SAP recommending use low number. Can we go upto 52 periods?(we have weekly time entry)
    Thanks in advance.

    As such there are no restriction on the upper limit, but if u read the sap documentation the higher value in the Upper limit relative field can slow down system performace, as the number of records that the system must read from the database is also higher.
    it says for Weekly data entry with 2 periods. if u have set the Upper limit relative to 2.In this case, users can scroll up to four weeks beyond the end date of the data entry period.
    follow the below link for a useful check list for
    <a href="http://www.hrexpertonline.com/downloads/CATS%20ConfiguratorTool.xls">CATS configuration</a>

  • In VA01, how to automatically create a PO from a Sales Order

    In VA01, I create a sales order using item.cat. TAS; then, system generates a PR for the sales order.
    Is it possible to make the system create PO instead of PR?
    In item.cat. configuration, I tried to check the check box "Create PO Automatic."; however, the system still geerates a PR for me w/o generating any PO.
    Any idea would be appreciated.

    Hi Vitthavat
    In VOV6 for schedule line category CS  check wheather the following data has been maintained or not
    Order Type: NB
    Item Category: X
    Account assignment cat: 1
    In VOV7 , for item category TAS
    Check the box - Automatic PO generation
    Billing Relevance - F
    In MM02 , in Purchasing tab , check the automatic purchasing tab
    Use  ME59N for  Automatic PO creation
    Regards
    Srinath

  • Switch Off rounding for BOM Components in Sales Order

    Hi all,
    We are using a multi-level sales BOM that has finished goods as components. These materials have a rounding profile attached to them. However, we want the rounding profile to be active ONLY when these materials are sold individually and not as a part of the BOM. Is there a way to switch off rounding for child level materials when they are a part of the BOM ?
    Appreciate your responses.
    Thanks and regards,
    Rohit Zalani
    Edited by: ROHIT ZALANI on Apr 21, 2008 11:15 PM

    We solved the same using the item cat configuration.

  • Display of resource in worklist- CAT2

    Dear all,
    I am facing an issue related to worklist in cat2. I am assigning person at activity level and genrating worklist via cats configuration. Every thing seems fine, but suddenly i saw that there is some problem related to display of line item in worklist. I am not able to understand on what basis system is showing line items in worklist. I check dates but certainly it not based on start and finish dates of activity because some time i can see the activity which is going to start after 2 week but i can see in work list while other activity is not displayed. I checked total available capacity also in work center but seems like that is also not behind the calculation.
    Kindly help me to know this calculation. Thanks a lot.
    Regards
    Abhishek

    Dear All,
    Did any body face the same problem. Just not able to get how system is calculating the base to pop up the line item in worklist in cat2 screen.
    Regards
    Abhishek

  • Oracle-xe

    when I do yaourt -Sy oracle-xe
    The installation goes fine until I get the following error:
    ==> ERROR: oracle-xe-univ-10.2.0.1-1.0.i386.rpm was not found in the build directory and is not a URL.
    Error: Makepkg was unable to build oracle-xe package.
    What should I do? where is the build directory that I have to put the rpm in?
    I have the directories aur-oracle-xe and oracle-xe in /tmp/yaourt-tmp-username/
    so which one is it?
    link to package
    http://aur.archlinux.org/packages.php?ID=12643
    Last edited by unregistered (2009-10-23 09:51:18)

    ok so this is the script that is run when I configure oracle-xe
    oraconfig.sh in $ORACLE_HOME/config/scripts:
    #!/bin/bash
    # Set path if path not set (if called from /etc/rc)
    case $PATH in
    "") PATH=/bin:/usr/bin:/sbin:/etc
    export PATH ;;
    esac
    # Save LD_LIBRARY_PATH
    SAVE_LLP=$LD_LIBRARY_PATH
    RETVAL=0
    ORACLE_HOME=/usr/lib/oracle/xe/app/oracle/product/10.2.0/server
    ORACLE_OWNER=oracle
    ORACLE_SID=XE
    LSNR=$ORACLE_HOME/bin/lsnrctl
    SQLPLUS=$ORACLE_HOME/bin/sqlplus
    SU=/bin/su
    export ORACLE_HOME
    export ORACLE_SID
    export PATH=$ORACLE_HOME/bin:$PATH
    LOG="$ORACLE_HOME_LISTNER/listener.log"
    export LC_ALL=C
    if [ $(id -u) != "0" ]
    then
    echo "You must be root to run the configure script. Login as root and then run the configure script."
    exit 1
    fi
    CONFIG_NAME=oracle-xe
    CONFIGURATION="/etc/sysconfig/$CONFIG_NAME"
    if [ -f /etc/arch-release ]
    then
    init_status() {
    return 0
    exit_status() {
    exit $?
    success_status() {
    success
    echo
    failure_status() {
    failure $?
    echo
    fi
    success () {
    echo " [OK]"
    failure () {
    echo " [FAILED]"
    # Source configuration
    [ -f "$CONFIGURATION" ] && . "$CONFIGURATION"
    init_status
    # if_fail()
    # Evaluates return codes. If 0, prints "OK", if 1, prints "Failed"
    # and exits. If 2, status is "already done" and nothing is printed.
    # The rest of the functions in here all honor this convention.
    if_fail() {
    RC="$1"
    REASON="$2"
    if [ "$RC" = "0" ]
    then
    return
    elif [ "$RC" = "2" ]
    then
    return
    fi
    failure_status "${REASON}"
    exit 1
    # write_sysconfig()
    # Writes the system configuration
    write_sysconfig()
    cat >"$CONFIGURATION" <<EOF
    #This is a configuration file for automatic starting of the Oracle
    #Database and listener at system startup.It is generated By running
    #'/etc/init.d/oracle-xe configure'.Please use that method to modify this
    #file
    # ORACLE_DBENABLED:'true' means to load the Database at system boot.
    ORACLE_DBENABLED=${ORACLE_DBENABLED:-false}
    # LISTENER_PORT: Database listener
    LISTENER_PORT=${LISTENER_PORT}
    # HTTP_PORT : HTTP port for Oracle Application Express
    HTTP_PORT=${HTTP_PORT}
    # Configuration : Check whether configure has been done or not
    CONFIGURE_RUN=${CONFIGURE_RUN}
    EOF
    if [ $? != 0 ]
    then
    return 1
    fi
    return 0
    # configure_perform()
    # Instantantiate listener.ora,tnsnames.ora,and create the database,
    # sets the password,start the listener,and adds database to inittab
    # if necessary
    configure_perform() {
    sed -i "s/%sga_target%/$SGA_SIZE/g" $ORACLE_HOME/config/scripts/init.ora
    sed -i "s/%pga_aggregate_target%/$PGA_SIZE/g" $ORACLE_HOME/config/scripts/init.ora
    /bin/chown oracle:dba $ORACLE_HOME/config/scripts/init.ora
    sed -i "s/%sga_target%/$SGA_SIZE/g" $ORACLE_HOME/config/scripts/initXETemp.ora
    sed -i "s/%pga_aggregate_target%/$PGA_SIZE/g" $ORACLE_HOME/config/scripts/initXETemp.ora
    /bin/chown oracle:dba $ORACLE_HOME/config/scripts/initXETemp.ora
    sed -i "s/%hostname%/`hostname`/g" $ORACLE_HOME/network/admin/listener.ora
    sed -i "s/%port%/$LISTENER_PORT/g" $ORACLE_HOME/network/admin/listener.ora
    /bin/chown oracle:dba $ORACLE_HOME/network/admin/listener.ora
    sed -i "s/%hostname%/`hostname`/g" $ORACLE_HOME/network/admin/tnsnames.ora
    sed -i "s/%port%/$LISTENER_PORT/g" $ORACLE_HOME/network/admin/tnsnames.ora
    /bin/chown oracle:dba $ORACLE_HOME/network/admin/tnsnames.ora
    sed -i "s/%httpport%/$HTTP_PORT/g" $ORACLE_HOME/config/scripts/postDBCreation.sql
    /bin/chown oracle:dba $ORACLE_HOME/config/scripts/postDBCreation.sql
    if test $LISTENER_PORT -ne 1521
    then
    if [ -f /tmp/local_listener ]
    then
    cat >/tmp/local_listener$$ <<EOF
    # Registration of instance with listsner
    local_listener="(ADDRESS = (PROTOCOL=TCP) (HOST=%hostname%) (PORT=%port%))"
    EOF
    /bin/chmod 664 /tmp/local_listener$$
    cat /tmp/local_listener$$ >> $ORACLE_HOME/config/scripts/init.ora
    else
    cat >/tmp/local_listener <<EOF
    # Registration of instance with listsner
    local_listener="(ADDRESS = (PROTOCOL=TCP) (HOST=%hostname%) (PORT=%port%))"
    EOF
    /bin/chmod 664 /tmp/local_listener
    cat /tmp/local_listener >> $ORACLE_HOME/config/scripts/init.ora
    fi
    if test -f /tmp/local_listener
    then
    rm -fr /tmp/local_listener
    elif test -f /tmp/local_listener$$
    then
    rm -fr /tmp/local_listener$$
    fi
    sed -i "s/%port%/$LISTENER_PORT/g" $ORACLE_HOME/config/scripts/init.ora
    sed -i "s/%hostname%/`hostname`/g" $ORACLE_HOME/config/scripts/init.ora
    /bin/chown oracle:dba $ORACLE_HOME/config/scripts/init.ora
    fi
    sed -i "s/%httpport%/$HTTP_PORT/g" $ORACLE_HOME/config/scripts/DatabaseHomePage.sh
    /bin/chown oracle:dba $ORACLE_HOME/config/scripts/DatabaseHomePage.sh
    sed -i "s/%httpport%/$HTTP_PORT/g" $ORACLE_HOME/config/scripts/readonlinehelp.sh
    /bin/chown oracle:dba $ORACLE_HOME/config/scripts/readonlinehelp.sh
    homedir=`echo $HOME`
    if [ "$homedir" = "/root" ]
    then
    homedir=`sh -c "echo ~$USER"`
    fi
    if [ -f $homedir/.gnome-desktop/oraclexe-gettingstarteddesktop.desktop ]
    then
    /bin/chown oracle:dba $homedir/.gnome-desktop/oraclexe-gettingstarteddesktop.desktop
    /bin/chmod 664 $homedir/.gnome-desktop/oraclexe-gettingstarteddesktop.desktop
    fi
    if [ -f $homedir/Desktop/oraclexe-gettingstarteddesktop.desktop ]
    then
    /bin/chown oracle:dba $homedir/Desktop/oraclexe-gettingstarteddesktop.desktop
    /bin/chmod 664 $homedir/Desktop/oraclexe-gettingstarteddesktop.desktop
    fi
    if [ -f $ORACLE_HOME/bin/tnslsnr ]
    then
    echo -n "Starting Oracle Net Listener..."
    $SU -s /bin/bash $ORACLE_OWNER -c "$LSNR start" ## > /dev/null 2>&1
    echo "Done"
    fi
    echo -n "Configuring Database..."
    $SU -s /bin/bash $ORACLE_OWNER -c "$ORACLE_HOME/config/scripts/XE.sh" ## > /dev/null 2>&1
    err=`grep "ORA-44410" $ORACLE_HOME/config/log/*.log`
    if test "$err" != ""
    then
    echo "Database Configuration failed. Look into $ORACLE_HOME/config/log for details"
    exit 1
    fi
    echo alter user sys identified by \"$ORACLE_PASSWORD\"\; | $SU -s /bin/bash $ORACLE_OWNER -c "$SQLPLUS -s / as sysdba" ## > /dev/null 2>&1
    echo alter user system identified by \"$ORACLE_PASSWORD\"\; | $SU -s /bin/bash $ORACLE_OWNER -c "$SQLPLUS -s / as sysdba" ## > /dev/null 2>&1
    echo "Done"
    /bin/chmod -R 640 /usr/lib/oracle/xe/oradata/XE
    /bin/chmod 750 /usr/lib/oracle/xe/oradata/XE
    rm -fr $ORACLE_HOME/config/seeddb
    if [ -f /etc/oratab ]
    then
    echo "XE:$ORACLE_HOME:N" >> /etc/oratab
    else
    echo "XE:$ORACLE_HOME:N" >> /etc/oratab
    /bin/chown oracle:dba /etc/oratab
    /bin/chmod 644 /etc/oratab
    fi
    echo -n "Starting Oracle Database 10g Express Edition Instance..."
    pmon=`ps -ef | egrep pmon_$ORACLE_SID'\>' | grep -v grep`
    if [ "$pmon" = "" ];
    then
    $SU -s /bin/bash $ORACLE_OWNER -c "$SQLPLUS -s /nolog @$ORACLE_HOME/config/scripts/startdb.sql" ## > /dev/null 2>&1
    fi
    echo "Done"
    echo "Installation Completed Successfully."
    return 0
    #configure_ask()
    # Ask configuration questions,setting the variables.
    configure_ask() {
    cat <<EOF
    Oracle Database 10g Express Edition Configuration
    This will configure on-boot properties of Oracle Database 10g Express
    Edition. The following questions will determine whether the database should
    be starting upon system boot, the ports it will use, and the passwords that
    will be used for database accounts. Press <Enter> to accept the defaults.
    Ctrl-C will abort.
    EOF
    #get the http port value
    while :
    do
    while [ 1 ]
    do
    echo -n Specify the HTTP port that will be used for Oracle Application Express [8080]:
    read LINE
    if [ -z $LINE ]
    then
    LINE=8080
    fi
    port=`netstat -n --tcp --listen | grep :$LINE | awk '{print $4}' | cut -d':' -f2`
    if [ "$port" = "$LINE" ]
    then
    echo Port $port appears to be in use by another application.\
    Please specify a different port.
    else
    break;
    fi
    done
    case "$LINE" in
    break
    *[^0-9]*)
    echo "Invalid http port: $LINE"
    HTTP_PORT=$LINE
    break
    esac
    done
    #get the listener port value
    while :
    do
    echo
    while [ 1 ]
    do
    echo -n Specify a port that will be used for the database listener [1521]:
    read LINE
    if [ -z $LINE ]
    then
    LINE=1521
    fi
    echo
    port=`netstat -n --tcp --listen | grep :$LINE | awk '{print $4}' | cut -d':' -f2`
    if [ "$port" = "$LINE" ]
    then
    echo Port $port appears to be in use by another application.\
    Please specify a different port.
    else
    break;
    fi
    done
    case "$LINE" in
    break
    *[^0-9]*)
    echo "Invalid port: $LINE" >&2
    if [ "$HTTP_PORT" != "$LINE" ]
    then
    LISTENER_PORT=$LINE
    break
    else
    echo Database listener cannot be configured on the same port as Oracle Application Express.
    fi
    esac
    done
    #get the sga size
    while :
    do
    echo
    while [ 1 ]
    do
    echo -n Specify your sga size [128M]:
    read LINE
    if [ -z $LINE ]
    then
    LINE="128M"
    fi
    break;
    done
    case "$LINE" in
    break
    SGA_SIZE=$LINE
    break
    esac
    done
    #get the pga_aggregate_target size
    while :
    do
    echo
    while [ 1 ]
    do
    echo -n Specify your pga size [96M]:
    read LINE
    if [ -z $LINE ]
    then
    LINE="96M"
    fi
    break;
    done
    case "$LINE" in
    break
    PGA_SIZE=$LINE
    break
    esac
    done
    #get the database password
    while :
    do
    echo -n "Specify a password to be used for database accounts. Note that the same
    password will be used for SYS and SYSTEM. Oracle recommends the use of
    different passwords for each database account. This can be done after
    initial configuration:"
    while [ 1 ]
    do
    /bin/stty -echo ## > /dev/null 2>&1
    temp=`echo $IFS`
    export IFS="\n"
    while [ 1 ]
    do
    read LINE
    while [ -z "$LINE" ]
    do
    echo
    echo -n "Password can't be null. Enter password:"
    read LINE
    done
    result=`expr index "$LINE" [\'\"]`
    if [ $result != 0 ];
    then
    echo
    echo -n "The password you entered contains invalid characters. Enter password:"
    else
    break
    fi
    done
    echo
    echo -n "Confirm the password:"
    read LINE1
    echo
    if [ "$LINE" != "$LINE1" ];
    then
    echo
    echo -n "Passwords do not match. Enter the password:"
    else
    break
    fi
    done
    /bin/stty echo ## > /dev/null 2>&1
    ORACLE_PASSWORD=$LINE
    export IFS=$temp
    break;
    done
    if [ "$ORACLE_DBENABLED" = "true" ]
    then
    CUR=y
    else
    CUR=n
    fi
    ORACLE_DBENABLED=true
    configure() {
    configure_ask
    configure_perform
    CONFIGURE_RUN=true
    write_sysconfig
    echo To access the Database Home Page go to \"http://127.0.0.1:$HTTP_PORT/apex\"
    configure
    it seems to me that most of the paths to init.ora in the script lies in
    $ORACLE_HOME/config/scripts/init.ora

  • CatOS to IOS conversion

    I would like to convert CatOS configuration file to IOS
    I am trying to use the Configuration Conversion Tool on Cisco web
    CatOS has two configuration file ( SUP Configuration & MSFC configuration )
    Which file should I paste on the Conversion tool to be converted ?
    Some commands can't be converted (Skipped Commands) ?
    Any one has experince with the Cat configuration conversion tool can help me ?
    Regards
    Mohamed

    Hi Mohamed,
    The MSFC configuration you will not need to translate. This configuration is always in IOS mode and it will be the same in the native mode.
    I have some translation to your CatOS commands:
    set password xxxxxxxxx
    set enablepass xxxxxxxxx
    You will not need because you will use the password from your MSFC configuration.
    set prompt tower_main --> hostname touwer_main
    set system highavailability enable
    set inlinepower defaultallocation 7000
    These 2 commands I don't remember.
    set spantree mode pvst+
    This command you will not need because this is the default mode of spantree.
    set vtp passwd portfast --> vtp passwd porfast
    set vtp version 2 --> vtp version 2
    set ip alias default 0.0.0.0
    set logging server enable
    set timezone PDT -7 0
    set boot config-register 0x2102
    These commands above you won't need because they must already exist in your MSFC configuration.
    set boot system flash bootflash:cat6000-sup2k8.8-2-1.bin
    Your will replace this with the new IOS image in the native mode, and the syntax is the same that in youe MSFC configuration:
    boot system flash bootflash:image.bin
    set igmp querier enable 1,500,700
    set port dot1x 1/1 guest-vlan 0
    set port qos 3/4,3/9,3/11 trust trust-cos
    set port qos 3/1-4,3/9-12 policy-source local
    set port qos 4/11 trust trust-cos
    set port qos 4/9-12 policy-source local
    These other commands above I don't remember.
    set span 1 10/13 both inpkts disable learning enable multicast enable create
    In the native mode you will replace the "set span" with the command "monitor session". Here is an example:
    monitor session 1 source interface fastEthernet 0/1 both
    monitor session 1 destination interface fastEthernet 0/9
    It will monitor fast0/1 and will send all the traffic to interface fast0/9
    I hope that this can help you.
    Fabrício Nunes Monte
    Network Analyst

  • Record Working time as a standalone system

    Dear all,
    we have a requirement of recording working times of employees through Portal (ESS) and approve working time. i checked the CATS (Configure ESS for Time Entry) and our requirement is similar to it  but in CATS i read " after its approved it is transferred/updated  to HR systems".  we dont want to update any existing systems (HR/MM/PS) the data should exist as a standalone and report will be generated on periodic basis without effecting any other systems. is there any possibility in CATS or ESS to achieve this.
    Thanks,
    mahesh.

    CATS is standalone system!
    If you dont want to update HR system just dont schedule CAT6 or Rptextpt and ensure CATS profile in CAC1 doenst have immediate transfer to HR checked!
    Thats it! Data will remain in CATS alone only ie CATSDB, if you need to transfer we use transfer reports or CAC1 customisation!

  • Multiple Commitment item against Network Activity/Header

    Hi,
    We have a project that utilizes fund from several commitment items. Therefore we would ideally like to have Multiple account assignment for the FM object in the network activity or header level.
    As far as I have checked, there is no option for multiple commitment items at network level. Am i missing something here? Please let me know.
    I know we could transfer the budget from the separate budget heads into one and use it. But we would prefer using multiple account assignment so that we can track how much has been utilized from each budget head.
    Please let me know if there is a way to achieve this.
    Thanks and regards,
    Soumyadeep Paul

    Please re-check your configuration for field selection. Chances are that the fields for Purchase Order (CATSD-SEBELN) and Item number (CATSD-SEBELP) are hidden and you cannot make entries against those fields.
    In case you do not wish to make any entries at all for purchase order and item number, please connect with your MM colleague -- these aspects of CATS configuration need inputs from MM experts.

  • Approval of Working Times tasks show in UWL and shouldn't

    Our employees use ESS to record their working time and the managers use MSS to approve that time.  Occasionally the task Approval of Working Times, along with the sender date, name and a Cats attachment, appears in the managers UWL which makes it look like someone has time to be approved however, we do not go to the UWL to approve time.  If this task is clicked on in the UWL a u201CService cannot be reached HTTP 404 u2013 Not foundu201D error is thrown.  The send date of this task does correspond with a date when the employee entered time in ESS which the manager approved a few days later in MSS.  So it appears that occasionally but not regularly or in any sort of pattern, time workflows to both MSS where the managers approve it and to the UWL where we donu2019t want it and sits there and drives the managers crazy.  (Managers do go to the UWL to approve PCRs.)  We have checked the workflow log and cannot see a split.  How do we prevent the time approval from routing to the UWL?

    Hi,
    For me it seems that the the workflow should be turned off. There are ways to disable tasks from UWL, etc. (to not show them), but I would definately take a look to the CATS configurations in SPRO (unfortunately I don't remember the exact path, but it should not be too difficult to find). Basically there is place where you define that which workflow task is send to the manager when the employee releases the timesheet. You can perhaps remove this task from the configuration or perhaps there is some checkbox or something where you can turn of the workflow or whatever. Take look to this first. If you have CATS/HR people on your site, they will probably know what I am talking about.
    Another perhaps good option could be that you do certain configurations for UWL and then the CATS approval application is opened when the managers click the item in UWL -. but I would first try to prevent the work item to be sent to the workflow at all, if it should not be sent there at the first place.
    Regards,
    Karri

  • Nouveau driver (OSS 3D driver for Nvidia)

    I have tried to make packages for the nouveau driver with success, but would like feedback from other users before submitting them to AUR.
    To keep things clean and maintanable, i decided to create 3 packages :
    nouveau-git                     ---- the kernel modules
    libdrm-nouveau-git           ---- userspace part that replaces libdrm
    xf86-video-nouveau-git     ---- the driver itself (the easiest package)
    nouveau-git
    # Contributor : Lone_Wolf [email protected]
    pkgname=nouveau-git
    pkgver=20061126
    pkgrel=1
    pkgdesc="Kernel modules for nouveau driver"
    url="http://nouveau.freedesktop.org/wiki/"
    license=('GPL')
    depends=(glibc)
    sources=()
    md5sums=()
    options=('NOLIBTOOL')
    install=nouveau-git.install
    _kernver=2.6.18-ARCH
    # GIT variables
    _gitroot="git://anongit.freedesktop.org/git/mesa/drm/"
    _gitname="drm"
    build() {
    mkdir -p $startdir/pkg/lib/modules/${_kernver}/kernel/drivers/char/drm
    cd $startdir/src
    msg "Connecting to git.freedesktop.org GIT server...."
    if [ -d $startdir/src/$_gitname ] ; then
    cd $_gitname && git-pull origin
    msg "The local files are updated."
    else
    git clone $_gitroot
    fi
    msg "GIT checkout done or server timeout"
    msg "Starting make..."
    cp -r $startdir/src/$_gitname $startdir/src/$_gitname-build
    cd ${_gitname}-build
    git checkout nouveau-1
    # ./autogen.sh
    # ./configure --prefix=/usr
    # make ||return 1
    # make DESTDIR=$startdir/pkg install
    cd linux-core
    make ||return 1
    # install drm.ko and nouveau.ko kernel modules
    # drm.ko is renamed to drm-nouveau.ko to avoid problems with the existing drm.ko module
    install -D -m644 drm.ko $startdir/pkg/lib/modules/${_kernver}/kernel/drivers/char/drm/drm-nouveau.ko
    install -D -m644 nouveau.ko $startdir/pkg/lib/modules/${_kernver}/kernel/drivers/char/drm/nouveau.ko
    nouveau-git.install
    # arg 1: the new package version
    post_install() {
    KERNEL_VERSION='2.6.18-ARCH'
    depmod -v $KERNEL_VERSION > /dev/null 2>&1
    echo ">>>"
    echo ">>> Make sure you have installed the xf86-video-nouveau-git package also"
    echo ">>> To make this work execute the following as root :"
    echo ">>> rmmod nvidia"
    echo ">>> modprobe drm
    echo ">>> modprobe -o --drm drm-nouveau"
    echo ">>> modprobe nouveau"
    echo ">>>"
    echo ">>> Now edit your /etc/X11/xorg.conf to use the nouveau driver:"
    echo ">>> Change in Section "Device" the Driver line to Driver "nouveau" "
    echo ">>>"
    echo ">>> Now start Xorg and run for cover !! "
    echo ">>>"
    /bin/true
    # arg 1: the new package version
    # arg 2: the old package version
    post_upgrade() {
    post_install $1
    rmmod drm-nouveau || echo 'In order to use the new nvidia module, exit Xserver and unload it manually.'
    # arg 1: the old package version
    post_remove() {
    KERNEL_VERSION='2.6.18-ARCH'
    depmod -v $KERNEL_VERSION > /dev/null 2>&1
    op=$1
    shift
    $op $*
    libdrm-nouveau-git
    # Contributor : Lone_Wolf [email protected]
    pkgname=libdrm-nouveau-git
    pkgver=20061126
    pkgrel=1
    pkgdesc="Userspace interface for nouveau driver"
    url="http://nouveau.freedesktop.org/wiki/"
    license=('GPL')
    depends=('glibc' 'nouveau-git')
    conflicts=('libdrm')
    provides=('libdrm')
    sources=()
    md5sums=()
    options=('NOLIBTOOL')
    # GIT variables
    _gitroot="git://anongit.freedesktop.org/git/mesa/drm/"
    _gitname="drm"
    build() {
    mkdir -p $startdir/pkg/lib/modules/${_kernver}/kernel/drivers/char/drm
    cd $startdir/src
    msg "Connecting to git.freedesktop.org GIT server...."
    if [ -d $startdir/src/$_gitname ] ; then
    cd $_gitname && git-pull origin
    msg "The local files are updated."
    else
    git clone $_gitroot
    fi
    msg "GIT checkout done or server timeout"
    msg "Starting make..."
    cp -r $startdir/src/$_gitname $startdir/src/$_gitname-build
    cd ${_gitname}-build
    git checkout nouveau-1
    ./autogen.sh
    ./configure --prefix=/usr
    make ||return 1
    make DESTDIR=$startdir/pkg install
    xf86-video-nouveau-git
    # Contributor : Lone_Wolf [email protected]
    pkgname=xf86-video-nouveau-git
    pkgver=20061126
    pkgrel=1
    pkgdesc="OSS 3D driver for nvidia cards"
    url="http://nouveau.freedesktop.org/wiki/"
    license=('GPL')
    depends=('libdrm-nouveau-git' 'glibc')
    source=()
    md5sums=()
    options=('NOLIBTOOL')
    _gitroot="git://anongit.freedesktop.org/git/nouveau/xf86-video-nouveau/"
    _gitname="xf86-video-nouveau"
    build() {
    cd $startdir/src
    msg "Connecting to git.freedesktop.org GIT server...."
    if [ -d $startdir/src/$_gitname ] ; then
    cd $_gitname && git-pull origin
    msg "The local files are updated."
    else
    git clone $_gitroot
    fi
    msg "GIT checkout done or server timeout"
    msg "Starting make..."
    cp -r $startdir/src/$_gitname $startdir/src/$_gitname-build
    cd ${_gitname}-build
    ./autogen.sh
    ./configure --prefix=/usr
    make ||return 1
    make DESTDIR=$startdir/pkg install

    Hi
    I've just get the nouveau driver installed successfully. But i had to tweak some things in your PKGBUILDS.
    here you'll found the PKGBUILD i finally got.
    nouveau-git (i hadn't git installed before compiling)
    # Contributor : Lone_Wolf [email protected]
    pkgname=nouveau-git
    pkgver=20061126
    pkgrel=1
    pkgdesc="Kernel modules for nouveau driver"
    url="http://nouveau.freedesktop.org/wiki/"
    license=('GPL')
    depends=(glibc)
    makedepends=('git')
    sources=()
    md5sums=()
    options=('NOLIBTOOL')
    install=nouveau-git.install
    _kernver=2.6.18-ARCH
    # GIT variables
    _gitroot="git://anongit.freedesktop.org/git/mesa/drm/"
    _gitname="drm"
    build() {
    mkdir -p $startdir/pkg/lib/modules/${_kernver}/kernel/drivers/char/drm
    cd $startdir/src
    msg "Connecting to git.freedesktop.org GIT server...."
    if [ -d $startdir/src/$_gitname ] ; then
    cd $_gitname && git-pull origin
    msg "The local files are updated."
    else
    git clone $_gitroot
    fi
    msg "GIT checkout done or server timeout"
    msg "Starting make..."
    cp -r $startdir/src/$_gitname $startdir/src/$_gitname-build
    cd ${_gitname}-build
    git checkout nouveau-1
    # ./autogen.sh
    # ./configure --prefix=/usr
    # make ||return 1
    # make DESTDIR=$startdir/pkg install
    cd linux-core
    make ||return 1
    # install drm.ko and nouveau.ko kernel modules
    # drm.ko is renamed to drm-nouveau.ko to avoid problems with the existing drm.ko module
    install -D -m644 drm.ko $startdir/pkg/lib/modules/${_kernver}/kernel/drivers/char/drm/drm-nouveau.ko
    install -D -m644 nouveau.ko $startdir/pkg/lib/modules/${_kernver}/kernel/drivers/char/drm/nouveau.ko
    libdrm-nouveau-git: nothing to change
    xf86-video-nouveau-git: faced 2 problems when trying to build this package: · Missing xf86driproto (so added to makedepends). · Compilation failure when trying to build the manpage. I edit the PKGBUILD with a dirty hack to avoid manpage compilation.
    # Contributor : Lone_Wolf [email protected]
    pkgname=xf86-video-nouveau-git
    pkgver=20061126
    pkgrel=1
    pkgdesc="OSS 3D driver for nvidia cards"
    url="http://nouveau.freedesktop.org/wiki/"
    license=('GPL')
    depends=('libdrm-nouveau-git' 'glibc')
    makedepends=('xf86driproto')
    source=()
    md5sums=()
    options=('NOLIBTOOL')
    _gitroot="git://anongit.freedesktop.org/git/nouveau/xf86-video-nouveau/"
    _gitname="xf86-video-nouveau"
    build() {
    cd $startdir/src
    msg "Connecting to git.freedesktop.org GIT server...."
    if [ -d $startdir/src/$_gitname ] ; then
    cd $_gitname && git-pull origin
    msg "The local files are updated."
    else
    git clone $_gitroot
    fi
    msg "GIT checkout done or server timeout"
    msg "Starting make..."
    cp -r $startdir/src/$_gitname $startdir/src/$_gitname-build
    cd $startdir/src/${_gitname}-build
    ##### Avoid manpage compilation #####
    mv Makefile.am Makefile.am.old
    cat Makefile.am.old | sed -e 's/SUBDIRS = src man/SUBDIRS = src/g' > Makefile.am
    mv configure.ac configure.ac.old
    cat configure.ac.old | sed -e 's/XORG_MANPAGE_SECTIONS/# XORG_MANPAGE_SECTIONS/g' | sed -e 's/man/Makefile//g' > configure.ac
    ##### End of hack #####
    ./autogen.sh
    ./configure --prefix=/usr
    make || return 1
    make DESTDIR=$startdir/pkg install
    here are my 2cents

  • SAP HCM scenarios with SAP Portal 7.0

    Hi!
    I would like to integrate the SAP HCM scenarios (like ESS, Talent Management, Workforce Management) from SAP ERP 2005 IDES into SAP Enterprise Portal 7.0.  
    Questions
    1) Where can I find the appropriate technical documentations?
    - customizing steps for SAP Portal and SAP ERP system
    2) which SAP course cover these topics?
    Thank you very much!
    regards
    Holger Thomasson

    for customizing steps see the below links:
    [LSO configuration path|http://saphrexpert.blogspot.com/2009/01/lso-configuration.html]
    [ESS configuration paths|http://saphrexpert.blogspot.com/2009/01/ess-configuration-steps.html]
    [Configuring personnel actions|http://saphrexpert.blogspot.com/2009/01/configuring-personnel-actions.html]
    [benefits configuration paths|http://saphrexpert.blogspot.com/2009/01/benefits-configuration.html]
    [Configiration paths for PA|http://saphrexpert.blogspot.com/2009/01/config-paths-for-pa.html]
    [Configuration paths for payroll|http://saphrexpert.blogspot.com/2009/01/payroll-in-config.html]
    [Configuration for Time Module|http://saphrexpert.blogspot.com/2009/01/time-module-config.html]
    [Links to configuration PDF's|http://saphrexpert.blogspot.com/2009/01/links-to-pdfs-from-sap-website.html]
    [CATS configuration|http://saphrexpert.blogspot.com/2008/12/cats-configuration.html]
    [OM configuration steps|http://saphrexpert.blogspot.com/2008/12/om-configuration-steps.html]
    For ESS - SAP offers the course HR250.
    LSO os HR270
    Training and events management is HR515
    HR510 is for Personnel Development
    HR540 is for Compensation Management

  • Configuration of column width in CATS Web Dynpro window

    Hi Experts.
    We are using CATS in Employee Self-Service in the SAP NetWeaver Portal (ERP 6.0, Portal 7.0).
    We have added some additional fields to the CATS ESS profile. Those fields is then visible in the Web Dynpro Time recording application. They are too wide (41ex)...
    When I CTRL + Right Click on the time sheet in the Web Dynpro time recoding application, I get access to configure all the different attributes.
    But, no matter what combination I choose, I can't get the columns to change size...
    Does anyone know which attributes I can use to change the width of the columns in the Web Dynpro Time recording application?
    Kind regards
    Morten Prom

    Thank you for your answers. I'm sure it is possible to fix this in the Java code, but unfortunately we have not installed the NWDI... Therefore we have no access to the ESS Java code...
    Any other suggestions on how this can be solved without access to the Java code?
    Kind regards
    Morten Prom

  • How to Configure CATS Profiles in order for the Hours to be posted to CO

    Hi All,
    I have quick question for you all, how do I configure the CATS Time Entry Profiles so as to enable me to post the Hours (Different Receiving Cost Centers & Receiving Internal Orders) to CO.
    Currently I enter time using TCODE: CAT2 and a CATS Profile and Save the Timesheet.
    Following which I Approve Times using CAT4.
    Then when I try to transfer time to both HR and CO using TCODE: CATA time gets transferred to HR Time Management Infotypes but not to CO.
    I tried a couple of other TCODES as well i.e: CAT7 & CAPS and tried posting to CO but I am getting a message saying that "NO DATA TO TRANSFER" despite there been ample data fit to be transferred to CO.
    So, my question to you all is how do you handle this situation in your implementation/organization.
    Looking forward to hear from you soon.
    Regards,
    Aslam

    Hi Aslam,
    Im not sure why this isnt working.
    Try approving timesheets using CATS_APPR_LITE
    And check whether the timesheets are approved.
    Once that is done.
    Run CAT7
    This would post the data from CATS to controlling.
    Regards,
    Brinda

Maybe you are looking for