What is a work place

hello all
  1.What is a work place in sap easy access? Will a support consultant receive his/her tickets in the inbox of his work place
  2.What are business documents in sap easy access  ? What is  “check in“and “find “ options in documents and what is their purpose
regards
puja

I beleive all this links to transaction SBWP.
Please check the tcode and I guess that will answer ur questions

Similar Messages

  • Setting the working place

    I don't understand what I do wrong, when the working place changes again and again, so I hope that someone can help me.
    My actual wp looks like the inserted picture, and this is almost what I want, but I also want a preview in the right side + its metadata beneath, but I have tried and tried, so please....
    And when I have made it as I want it, how can I save it as MY wp, which I can return to, when I need it?
    Sicerely

    Found out how to make it look like I want it, but how can I be sure to find it again?

  • What I have working on a Sony VGN-TX750P

    Hi all.
    I've been using Arch for about 4 years now, but I've never posted to the community.
    My primary system is a Sony VGN-TX750P that I bought almost two years ago now. The initial install used random hacks to try and make most of the devices work, but I recently reinstalled linux from scratch (thanks to VirtualBox allowing me to remove my Windows partition).
    With the new install, I decided to try and find new ways of getting the hardware working.
    Here's what I have working so far:
    LCD @ 1366x768
    External VGA
    Fn keys for brightness and monitor switching.
    ieee1394
    Sound
    screen dims when AC removed, brightens when re-established
    external keyboard/mouse
    802.11
    What's not working/tested
    WAN (not tested)
    volume up/down buttons on front (not working)
    SD (not tested)
    microphone (not tested)
    I do finally have a SD card at home, so I may try and get that working too.
    For the most part. I followed other tutorials to make most of it work. Once I had the basics done, I wrote a few of my own scripts for the brightness, and I modified someone else's script for the external monitor (script was written for a thinkpad).
    I'm not very good at writing how-to's but I'll try my best. This will probably mostly just be a bunch of information that I've been gathering and using as I try and get things working.
    First, do a base install
    Second, use the Wiki to install X
    Make sure you grab xf86-video-intel
    Here's my xorg.conf:
    Section "ServerLayout"
    Identifier "single"
    Screen "Screen0"
    InputDevice "Mouse0" "CorePointer"
    InputDevice "Keyboard0" "CoreKeyboard"
    EndSection
    Section "ServerLayout"
    Identifier "xinerama"
    Screen "Screen0"
    Screen "Screen1" RightOf "Screen0"
    InputDevice "Mouse0" "CorePointer"
    InputDevice "Keyboard0" "CoreKeyboard"
    EndSection
    Section "Files"
    RgbPath "/usr/share/X11/rgb"
    ModulePath "/usr/lib/xorg/modules"
    FontPath "/usr/share/fonts/misc"
    FontPath "/usr/share/fonts/75dpi"
    FontPath "/usr/share/fonts/100dpi"
    FontPath "/usr/share/fonts/TTF"
    FontPath "/usr/share/fonts/Type1"
    EndSection
    #Section "ServerFlags"
    # Option "Xinerama" "true"
    #EndSection
    Section "Module"
    Load "record"
    Load "xtrap"
    Load "dbe"
    Load "glx"
    # Load "dri"
    # Load "GLCore"
    Load "extmod"
    SubSection "extmod"
    Option "omit xfree86-dga"
    EndSubSection
    Load "freetype"
    Load "type1"
    EndSection
    Section "InputDevice"
    Identifier "Keyboard0"
    Driver "kbd"
    EndSection
    Section "InputDevice"
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/input/mice"
    Option "ZAxisMapping" "4 5"
    EndSection
    Section "Monitor"
    Identifier "Monitor0"
    VendorName "Monitor Vendor"
    ModelName "Monitor Model"
    EndSection
    Section "Monitor"
    Identifier "Monitor1"
    VendorName "Monitor Vendor"
    ModelName "Monitor Model"
    EndSection
    Section "Device"
    Option "DRI" "false" # [<bool>]
    Option "GLX"
    Identifier "Card0"
    Driver "intel"
    VendorName "Intel Corporation"
    Option "MonitorLayout" "CRT,LFP"
    BusId "PCI:0:2:0"
    BoardName "Mobile 915GM/GMS/910GML Express Graphics Controller"
    Screen 0
    EndSection
    Section "Device"
    Option "DRI" "false" # [<bool>]
    Option "GLX"
    Identifier "Card1"
    Driver "i810"
    VendorName "Intel Corporation"
    Option "MonitorLayout" "CRT,LFP"
    Option "DevicePresence" "yes"
    BusId "PCI:0:2:0"
    BoardName "Mobile 915GM/GMS/910GML Express Graphics Controller"
    Screen 1
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Card0"
    Monitor "Monitor0"
    DefaultDepth 24
    SubSection "Display"
    Viewport 0 0
    Depth 8
    Modes "1366x768"
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 16
    Modes "1366x768"
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 24
    Modes "1366x768"
    Virtual 2390 1024
    EndSubSection
    EndSection
    Section "Screen"
    Identifier "Screen1"
    Device "Card1"
    Monitor "Monitor1"
    DefaultDepth 24
    SubSection "Display"
    Viewport 0 0
    Depth 8
    Modes "1024x768"
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 16
    Modes "1024x768"
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 24
    Modes "1024x768"
    EndSubSection
    EndSection
    #Section "DRI"
    # Mode 0666
    #EndSection
    One thing to note... I use xrandr for switching the external monitor on and off. Because of this, I have a virtual window that is bigger than 2048. From what I've read the Intel video does not support dri greater than 2048, so I have dri disabled.
    If you don't plan on using a "both" type screen and only plan on mirroring to an external display, then you can uncomment all of the dri lines.
    Also, my xorg.conf is dirty, so, while it works for me (and technically could/should work for you) you may want to use it more as a guide. From what I've read, xrandr doesn't require two monitor/device/screen entries, but I haven't cleaned it up yet to try.
    I had fb working at 1366x768, but I forgot to grab my menu.lst file from the previous install, and I lost the link to the hints I used to make it work.
    I use wpa_supplicant to get the wireless working. I also use ifplugd so that the wireless and wired connections get configured when they get turned on.
    To do this, I edited /etc/modprobe.conf and added
    install ipw2200 modprobe -i ipw2200 associate=0; true
    I then edited wpa_supplicant.conf and added the various networks I connect to.
    This may not be the best way, but I then added the following to my /etc/rc.local file:
    /usr/sbin/wpa_supplicant -B -Dwext -ieth0 -c/etc/wpa_supplicant.conf
    Here's my pertinent rc.conf file information:
    MODULES=(ipw2200 e100 mii snd-mixer-oss snd-pcm-oss snd-hwdep snd-page-alloc snd-pcm snd-timer snd snd-hda-intel soundcore acpi_cpufreq sony_acpi vboxdrv)
    lo="127.0.0.1"
    eth0="dhcp"
    eth1="dhcp"
    INTERFACES=(lo eth0 eth1)
    gateway="default gw 192.168.0.1"
    ROUTES=(!gateway)
    DAEMONS=(syslog-ng ifplugd gdm @netfs @crond dbus hal @cpudyn @acpid @laptop-mode @alsa)
    the MODULES was mostly setup for us during the install with the exception of adding ipw2200 to the front after installing it.
    Sound was simply a matter of installing alsa-oss and configuring.
    To get the brightness working, I had to obtain the old sony_acpi drivers and compile and install them. The sony-laptop driver didn't create the /proc/acpi/sony/brightness file for me. And, unfortuantely, this meant that most of the stock gnome brightness tools don't work with it because they're looking for a different file.
    I ended up using laptop_mode to handle the AC on/off for the screen brightness.
    To make the Fn keys work for brightness I added two files into /etc/acpi/events :
    1) screen_brighter
    event=sony/hotkey SPIC 00000001 00000011
    action=/etc/acpi/actions/brightness 1
    2) screen_dimmer
    event=sony/hotkey SPIC 00000001 00000010
    action=/etc/acpi/actions/brightness 0
    These commands call a script /etc/acpi/actions/brightness:
    #!/bin/bash
    STATE=$(cat /proc/acpi/sony/brightness)
    NEXT=$1
    if [ $NEXT == "1" ]
    then
    val=$(($STATE+1))
    else
    val=$(($STATE-1))
    fi
    if [ $val -gt "8" ]
    then
    val=8
    fi
    if [ $val -lt "1" ]
    then
    val=1
    fi
    echo $val > /proc/acpi/sony/brightness
    Here's how I got the external monitor switching working:
    in /etc/acpi/events/monitor_switch :
    event=sony/hotkey SPIC 00000001 00000012
    action=/etc/acpi/actions/monitor_switcher toggle
    and in /etc/acpi/actions/monitor_switcher
    #!/bin/bash
    # External output may be "VGA" or "VGA-0" or "DVI-0"
    EXTERNAL_OUTPUT="VGA"
    INTERNAL_OUTPUT="LVDS"
    EXTERNAL_LOCATION="right"
    case "$EXTERNAL_LOCATION" in
    left|LEFT)
    EXTERNAL_LOCATION="--left-of $INTERNAL_OUTPUT"
    right|RIGHT)
    EXTERNAL_LOCATION="--right-of $INTERNAL_OUTPUT"
    top|TOP|above|ABOVE)
    EXTERNAL_LOCATION="--above $INTERNAL_OUTPUT"
    bottom|BOTTOM|below|BELOW)
    EXTERNAL_LOCATION="--below $INTERNAL_OUTPUT"
    EXTERNAL_LOCATION="--left-of $INTERNAL_OUTPUT"
    esac
    # Figure out current state
    INTERNAL_STATE=$(xrandr | grep ^$INTERNAL_OUTPUT | grep con | sed "s/.*connected //" | sed "s/(.*//")
    EXTERNAL_STATE=$(xrandr | grep ^$EXTERNAL_OUTPUT | grep con | sed "s/.*connected //" | sed "s/(.*//")
    if [ -z "$INTERNAL_STATE" ]; then
    STATE="external"
    elif [ -z "$EXTERNAL_STATE" ]; then
    STATE="internal"
    else
    INTERNAL_STATE=$(echo $INTERNAL_STATE | sed "s/[0-9]*x[0-9]*//")
    EXTERNAL_STATE=$(echo $EXTERNAL_STATE | sed "s/[0-9]*x[0-9]*//")
    if [ "$INTERNAL_STATE" = "$EXTERNAL_STATE" ]; then
    STATE="mirror"
    else
    STATE="both"
    fi
    fi
    function screen_external(){
    xrandr --output $INTERNAL_OUTPUT --off
    xrandr --output $EXTERNAL_OUTPUT --auto
    function screen_internal(){
    xrandr --output $EXTERNAL_OUTPUT --off
    xrandr --output $INTERNAL_OUTPUT --auto
    function screen_mirror(){
    xrandr --output $INTERNAL_OUTPUT --auto
    xrandr --output $EXTERNAL_OUTPUT --auto --same-as $INTERNAL_OUTPUT
    function screen_both(){
    xrandr --output $INTERNAL_OUTPUT --auto
    xrandr --output $EXTERNAL_OUTPUT --auto $EXTERNAL_LOCATION
    function screen_toggle(){
    case "$STATE" in
    internal)
    screen_mirror
    mirror)
    screen_both
    both)
    screen_internal
    screen_internal
    esac
    # What should we do?
    DO="$1"
    if [ -z "$DO" ]; then
    if [ $(basename $0) = "monitor_switcher" ]; then
    DO="toggle"
    fi
    fi
    case "$DO" in
    toggle)
    screen_toggle
    internal)
    screen_internal
    external)
    screen_external
    mirror)
    screen_mirror
    both)
    screen_both
    status)
    echo "Current Fn-F7 state is: $STATE"
    echo
    echo "Attached monitors:"
    $SU xrandr | grep "\Wconnected" | sed "s/^/ /"
    echo "usage: $0 <command>" >&2
    echo >&2
    echo " commands:" >&2
    echo " status" >&2
    echo " internal" >&2
    echo " external" >&2
    echo " mirror" >&2
    echo " both" >&2
    echo " toggle" >&2
    echo >&2
    esac
    Please NOTE... the montor_switcher app is not mine. It was from a how-to for a Thinkpad, but I have since forgotten the link and can't seem to find it. I did make a few modifications to the script to remove the "external only" from the toggle mode as I never use just an external monitor.
    Also, with the external monitor turned on in the "mirror" state, gnome taskbar can look a little funny on the LVDS.
    I know this isn't a very good how-to, but I hope it at least has a little bit of information. Google worked pretty good for me on some of this. I'm at work and things are getting busier, but if you have questions, I can try and answer.
    if you want to see a particular .conf file that I left off, let me know and I'll post it.

    j pfromma wrote:
    I am unable to download dvd-r
    Download whence?

  • What Monitors WILL work with the Mac-Mini?

    If the new Mac-Mini does not put out analog video and Apple does not state this, what monitors will work with it?

    I was able to get an Apple Studio Display to work via the adapter in the Mac Mini box combined with that huge DVI to ADC adapter they had sold me years ago. In the Apple Store I really had to press them to assure me my display would work as they told me they'd charge me a re-stock fee if I had to bring the Mini back. I pressed the point that Apple should know if a monitor it made works with a computer it made. The rep asked around and we both searched the web and then she was able to confirm it would work. They really need a list of acceptable monitors. If anyone locates such a list, please let us all know!

  • I have an iPad 2 and iPhone 4 and for them I use I cloud I have also 1 pc windows and at work place I use windows pc ; until now my files are stored on an external disk drive could' I use iCloud to perform the backup of my external disk drive ? Thanks

    I have an iPad 2 and iPhone 4 and for them I use I cloud I have also 1 pc windows and at work place I use windows pc ; until now my files are stored on an external disk drive could' I use iCloud to perform the backup of my external disk drive ? Thanks
    Loredano

    These are the options you have.
    Budget $1299.
    http://www.apple.com/macbookair/
    http://www.apple.com/macbookpro/
    Best.

  • HT201263 Unable to update, restore or recover. Slider doesn't slide and number pad doesn't work for passcode. What next? Worked last night . Battery charged. When I push Home button I get my backgroung but can't slide slider. Device is recognized by iTune

    Unable to update, restore or recover. Slider doesn't slide and number pad doesn't work for passcode. What next? Worked last night . Battery charged. When I push Home button I get my backgroung but can't slide slider. Device is recognized by iTunes.Help! Thank you.

    Besweet, I'm having the very same problem with 60GB colour which was bought new and worked for 6 months before suddenly just not being recognised by PC. I hadn't changed anything at all.
    I've followed all troubleshooting advice and reinstalled and updated iTunes and iPod updater software but all troubleshooting routes seem to hit the dead end of either the need to access the iPod via the PC (which isn't possible as it's not showing up at all) or the iPod in disc mode stuck at "ok to disconnect".
    It's still under 1yr warranty so will have to take to a dealer.
    I'm sorry that's not much help for you but at least you know it's not a unique problem.
    PC   Windows XP  

  • I need to pull a hard drive from a power mac g4 what enclosure will work?

    I need to pull a hard drive from a power mac g4 what enclosure will work?

    Hello,
    You need one that can handle IDE/PATA drives, they're getting hard to find, but it looks like these might work...
    http://www.newegg.com/Product/Product.aspx?Item=9SIA2C50UN6113
    http://www.newegg.com/Product/Product.aspx?Item=N82E16817707196
    http://www.newegg.com/Product/Product.aspx?Item=N82E16817388002
    http://www.newegg.com/Product/Product.aspx?Item=N82E16817366005

  • Media Manager: What features do work?  What doesn't?

    Hi,
    For those people for whom the media manager works, what works? What doesn't? What version of FCP and MacOS are you using?
    I've just spent the last several hours trying to reconnect clips by hand after FCP 5.0.4 crashed while using the Media Manager to consolidate Media Files into one folder (from the manual volume 4 pg 104-105) for archiving. I am beginning to despair. Luckily I've done this after writing out what should be the final version of my project to DVD, so if I can't succeed, as long as I don't need to edit anything I should be ok.
    I can tell you what's not working for me: the workflow of capture-now an entire miniDV tape to disk. I've tried many different approaches, and everything seems broken. I am using Mac OS X 10.3.9 and FCP 5.0.4.
    Specifically the aspects of Media Manager which are broken for me:
    1) (page 103) Removing Portions of Media Files after creating subclips. "A common logging and capturing workflow involves capturing each tape to a single media file, breaking the master clip into subclips, and then using the Media Manager to create individual media files for each subclip."
    That is just plain broken. Even when I delete the master file as recommended, it does not break up the media file into individual files for the subclips. I've seen that problem referenced here before. Creating subclips from the subclips and removing subclip limits gives me the entire 1 hr tape again, when all I want is the smaller portion which does not cross DV start/stop boundaries.
    Talking with a creative helper at the Palo Alto Apple store I learned that if you don't delete any media between clips, it doesn't make a file break. I have not tested that, instead I used the alternate workflow he proposed of selecting my subclips (created from the markers made with DV start/stop detect) ctrl-click -> batch export, item settings: make movie self contained. Unfortunately, I discovered the hard way that that workflow introduces errors in the time code, making recapturing the project to reconstruct it impossible.
    2) Consolidating Media Files into one folder (pg 104-105) - This is also broken and caused FCP to quit unexpectedly. Both the source and destination disk had enough disk space to hold two or more copies of the entire project. What's worse, although I've been able to reconnect most of the clips created using the batch export process menioned above, some of them complain that they need the complete 1-hr clip to play properly. Those clips were deleted weeks ago, and I was able to edit and work on the project successfully without them. Why are they needed now? The small clips do appear on disk, I can see them but they won't play without the long file.
    Nothing I've tried with the media manager has worked. Has anything worked for you? I'm especially interested if you use the "capture now" feature to capture 1-hr tapes and log later.
    Thanks,
    --Beth
    Dual 1.42 GHz PowerPC G4 2 MB L3 cache per processor   Mac OS X (10.3.9)   2 GB DDR SDRAM

    I use MM all the time, but only for certain things. I can share some observations:
    If you are using MM to "Create Offline - Remove Unused", the original media all needs to be present in order for the unused media to be removed from the offline clips MM creates. This is they way I use MM all the time - capturing long clips at RT or DV quality, and then removing unused media with MM, recapturing at high quality.
    I might try to use MM to copy media used in a certain sequence, but I would never try to move the media in a way that would automatically remove or alter any of my already captured media. If FCP crashed in the middle of the operation (perhaps it hits a file with incorrect permissions) your media will be half-moved, and some of the media might get corrupted. I have reassembled a few projects like this for friends and it was not easy.
    Speed adjusted clips - I still see TC issues every now and then when using MM on speed-adjusted clips - here is my workaround: I go through my edited sequence and pick out as many of the speed-adjusted clips as I can find, copying and pasting them into a new sequence, where I remove the speed adjustments. I include this new sequence in my selection when I initiate MM, this creates new master clips for the speed-adjusted material that are guaranteed to come up with the correct in and out points. If during my re-assembly I find that and of these clips have a problem, I know there will be enough media in the master clip to replace the speed-adjusted media without having to log and capture a new clip.
    One major bug in MM I have found with FCP5 is that when using MM to convert a DV sequence to an Uncompressed offline sequence, any graphics or animation movie files (animation codec) can no longer be rendered at full quality without replacing them one by one. My last project had 70 of these files in a 1-hour program.

  • Why when I uncheck the McAfee box I am forced to download McAfee to get the latest version of Flash Player? What is the work around here?

    Why when I uncheck the McAfee box I am forced to download McAfee to get the latest version of Flash Player? What is the work around here?

    I received your PM.  Yes, the links have changed:
    Flash Player for ActiveX (Internet Explorer)
    Flash Player Plug-in (All other browsers)
    Flash Player for Mac OS X

  • Just bought a Macbook Air.  I does not appear to be compatible with my LCD projector.  What LCD projectors work best with MacBook Air?

    My Cannon LCD LV-7210 projector does not recognize my Macbook Air nor does my Macbook Air recognize it is attached to an LCD projector.  Yes, I do have the proper adapter. 
    What LCD projectors work best with Macbook Air?  Does this LCD projector have auto-detect for computer?
    Thanks!

    I've just purchased a *27in (aluminium case) LCD Cinema Display* and am using it with my MacBook Pro, linked by the supplied three-jack cable (Mini DVI display jack).
    The 27" display uses Mini DisplayPort, not Mini DVI.
    But I also have *a white-cased MacBook (purchased in 2008) which has an older type of display socket*, certainly not compatible with the Mini DVI type.
    The early Mac Book uses Mini DVI.
    1. Is there a cable or adaptor available to link my older MacBook to the Cinema Display? Nothing in the online store looks 'right'
    No. Mini DVI is single-link, and does not support the resolution needed for the 27" display.

  • When I try to connect to the wi-fi net work at my work place on my new iPad 3  I get a message, "unable to join the network". I have verified the password, so I know it is correct. I know the wi-fi works, because I can connect at home.

    When I try to connect to the wi-fi net work at my work place on my new iPad 3  I get a message, "unable to join the network". I have verified the password, so I know it is correct. I know the wi-fi works, because I can connect at home. I have already tried the following:
    turn wi-fi off and on again
    did a hard restart of my iPad
    reset network connections back to factory settings
    verified wi-fi is working as my computer accesses internet without issue.
    verified that my software is up to date.
    Does anyone have more suggestions?

    Couple of suggestions.
    First, many companies have a gateway on their networks that block non approved devices.  I work in such a place.  You might check with an IT guy , and see if they have a block in place.
    Second, the message you are getting means that you have not negotiated the security settings.  So either the password is wrong ( case sensitive), or, in some cases, they want a network key as opposed to your normal password.
    Again, if you can find one, talk to an IT guy and see if he has some suggestions.

  • What NAS will work with Lion

    Anyone know what NAS will work with Lion?  DocFred answered my previous post saying with my LG Nas that there no updates coming soon lol.  So there is no way to map a network drive?
    I took the leap into Apple ........... and I can't do a simple thing as mapping.  PC's can map :>

    Office 2011.
    Also OpenOffice and LibreOffice and NeoOffice can and cost less.

  • What monitor best works with the MAC Pro

    I'm thinking of buying a MAC PRO. What Monitor best works with a MAC Pro?

    Whatever Monitor you like, exclusively. There are adapters available for everything.
    Analog VGA is not a good idea. It's a Digital world. But it can be done if you want.
    A TV set is not a Monitor. TV sets are for moving pictures, and may do badly with stable pictures, fine lines, parallel lines, smooth-edged text, and adjacent patches of bright colors.
    Wider than 1920 needs special attention to details.

  • What router will work on my 2006 iMac?

    What router will work with my 2006 iMac 10.4.11?

    Agree with a brody. Can't go wrong that way. I used other routers but ended up with a refurb AEBS like this http://store.apple.com/us/product/FC340LL/A and have had no problems.

  • What speakers will work with iPod shuffle 2G, what speakers will work with iPod shuffle 2G

    What speakers will work with iPod shuffle?

    Any speakers that are self-powered (has its own power supply), and connect using standard 1/8-inch "mini-sterio" jack (the same connector on regular headphones).

Maybe you are looking for

  • The speaker on my ipod touch is not working

    Hi I have an ipod touch which is a year old.  The speaker element is not working.  I can still listen to music on the headphone facility, but any noises or alerts the ipod made cannot be heard through the speaker.  Any suggestions greatly appreciated

  • Can't open Web Photo Gallery in CS4

    In my CS2 version of PS Web Photo Gallery was already installed. In CS4 it is not. I downloaded the plugin from Adobe but it won't appear when I state PS / File / automate. The address to where I placed the folder is: C:\Program Files\Adobe\Adobe Pho

  • How can I select rows of cells and merge them vertically into one cell in each column?

    I'm working in CS4 and need to be able to select 2 to 6 rows of cells (with many columns) in a table and then merge the selected cells vertically into one cell in each column. A few cells in the chart will not need to merge so I must select the ones

  • Entitlement - One user cannot see a specific portlet

    How do I entitle portlet A so that all users in Group 1 can see it, except for user ABC. User ABC is a part of Group 1, but should not see portlet A, whereas all other users of Group 1 can see portlet A. Thanks Regards, Kunal

  • IPhone 3G Stuck in Recovery Mode After Trying to Update to 3.1.3

    I have read through the similar issues posted on here and there have been no definitive answers. My dad hadn't updated his iPhone 3G to 3.1.3 yet, so we connected it today and chose to update. It downloaded the update, went through the install on the