Customise mobile approval for the SC

Dear Experts,
Can anybody tell me how to configure customise mobile approval for Shopping cart in SRM 7. My client requires the approval
of SC in the mobile network.
Please let me step by step procedure to accomplish this need.
Thanks in advance
With Regards,
Shiva

Hi,
Take a look:
http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/10dfad5a-5398-2b10-568b-d3d999d49b5c
http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/10dfad5a-5398-2b10-568b-d3d999d49b5c?quicklink=index&overridelayout=true
http://help.sap.com/saphelp_srm50/helpdata/en/31/ec423b4ac8d506e10000000a11402f
Links SDN:
Help SAP:
http://help.sap.com/saphelp_srm50/helpdata/en/31/ec423b4ac8d506e10000000a11402f/frameset.htm
http://help.sap.com/saphelp_srm50/helpdata/en/88/f7423b4ac8d506e10000000a11402f/frameset.htm
http://help.sap.com/saphelp_srm50/helpdata/en/51/47443bbb20f300e10000000a11402f/frameset.htm
http://help.sap.com/saphelp_srm50/helpdata/en/ea/59bc392ceddf3ce10000000a114084/frameset.htm
http://help.sap.com/saphelp_srm50/helpdata/en/43/0f234a9e242a8be10000000a1553f6/frameset.htm
http://help.sap.com/saphelp_srm50/helpdata/en/24/64474ecfaf11d2b463006094b92d37/frameset.htm
http://help.sap.com/saphelp_srm50/helpdata/en/48/0e343e47fd6b2ee10000000a114084/frameset.htm
http://help.sap.com/saphelp_srm70/helpdata/en/31/47c6cb8e9249f2bc29444212e4704a/content.htm
Refer to following OSS notes
986943 RBBP_NOTIFICATION_OFFAPP: # not allowed in Lotus Notes
934749 E-mail for offline approval using BADI - no recipient
888304 Language of e-mail for offline approval is incorrect
891620 Hyperlinks in approval e-mail have the wrong language
892154 Error message in an e-mail for offline appproval
888730 Approval link in e-mail for offline approval is truncated
1442161 /SAPSRM/CL_OFFLINEAPP_INBOUND: Approval problems
Rgs,
Pedro Marques

Similar Messages

  • Developing mobile apps for the blackberry platform

    Hello all
    I'm interested in developing mobile apps for the Blackberry smartphone and read that the best way to do it is with Java. Any advice on how to do this?
    I would be starting from scratch as I don't have a programming background but am keen to learn. Also can anyone recommend any introductory books that are really good at learning Java?
    Many Thanks
    praetor

    Hi praetor,
    welcome to the SDN.
    Programming for a mobile device is sort of advanced and you need to know the basics first. As you have no programming background this is even more important.
    Do yourself a favor and forget about the blackberry for a few months and learn programming basics first.
    Here are a few links to get you started with the Java SE (Standard Edition, for your local PC, nothing fancy):
    [Sun's basic Java tutorial|http://java.sun.com/docs/books/tutorial/]
    [Sun's New To Java Center|http://java.sun.com/learning/new2java/index.html]
    Includes an overview of what Java is, instructions for setting up Java, an intro to programming (that includes links to the above tutorial or to parts of it), quizzes, a list of resources, and info on certification and courses.
    jGuru
    A general Java resource site. Includes FAQs, forums, courses, more.
    JavaRanch
    To quote the tagline on their homepage: "a friendly place for Java greenhorns." FAQs, forums (moderated, I believe), sample code, all kinds of goodies for newbies. From what I've heard, they live up to the "friendly" claim.
    [Yawmarks List|http://forums.devshed.com/java-help-9/resources-for-learning-java-249225.html]
    [The Java Developers Almanac|http://www.amazon.com/exec/obidos/tg/detail/-/0201752808?v=glance]
    [http://javaalmanac.com|http://javaalmanac.com]
    Bruce Eckel's [Thinking in Java(Available online.)|http://mindview.net/Books/DownloadSites]
    Joshua Bloch's [Effective Java|http://www.amazon.com/Effective-Java-2nd-Joshua-Bloch/dp/0321356683]
    Bert Bates and Kathy Sierra's [Head First Java|http://www.amazon.com/exec/obidos/tg/detail/-/0596004656?v=glance ]
    James Gosling's [The Java Programming Language|http://www.bookpool.com/sm/0321349806]
    Gosling is the creator of Java. It doesn't get much more authoritative than this.
    Joshua Bloch and Neal Gafter [Java Puzzlers.|http://www.javapuzzlers.com/]

  • PURCHASING-How to change the next approver for the Purchase Requistion(PR)-

    Hi All,
    Could you please let me know how to change the next approver for the Purchase Requistion(PR) from User "X" to "Y", as Y was manager of "X" and 'X' left the organization. how can i acheive this? can you please let me know the process ?
    Thanks,

    Hi,
    You have not mentioned the version you are using (11i or R12).. Are you using iProcurement... ? Are you using positional or Employee-Supervisor hierarchy..?
    Your question : How to change the next approver for the Purchase Requistion(PR) from User "X" to "Y", as Y was manager of "X" and 'X' left the organization.
    Ans: You can achieve this through below workarounds
    - Through *"Mass Update of Requisitions" functionality* (Conc. request) you can update the Approver name from User "X" to "Y" for existing PRs.
    - Replacing the Supervisor name of the requestor/requisitioner in the HR record (assignment) from User "X" to "Y"..
    Hope it helps.
    Kind Regards,
    S.P DASH

  • Approver For the shopping cart

    Hi,
       Which table brings out Approver for Shopping cart.Any suggestions.Thanks.

    Hi,
    It is possible to find the details from the workflow , you can find all the workitem ids linked to the document.
    For this ,
    a) start transaction 'SWI6'.
    b) use object type 'BUS2121' , enter the shopping cart number for the object id , then execute.
    Then System will return the workflow log , from the container definition of the workflow log , you can find the involved approvers , workitem id etc.
    2) Also you can use BBP_PDH_WFL_WI_FROM_OBJECT_GET with
    - iv_object_id = SC ID
    - iv_object_type = BUS2121
    Then, you can then use SRM_WAPI_WORKFLOW_GETDETAIL to get WI details.
    See related links ->
    <b>Re: Approving agents of an item in SC ?</b>
    Re: Link SC to Work Item
    Re: SRM tables for Approvals Items
    Re: Approving agents of an item in SC ?
    SWW_WI_TO_OBJECT_FIND
    Re: WorkItem ID- Object ID
    BR,
    Disha.
    <b>Pls reward points for useful answers.</b>

  • Approver for the application role not working out

    Hi,
    I have created a role with type application and Approver A, then created a business role with the Approver B and included application role into the business role.
    When i assign this business role to a user the only request for approval goes to Approver B and after approval the both application and business roles are assigned. Strangely it seem to skip the Approver A. I did even remove the approver in business role, leaving only approver in application role, still same result - it skips Approver A.
    I'm using IDM 8.0.0.1, any ideas why it would skip the approver in the included role?
    Thanks!

    Thanks for the quick reply. I've tried optional with approval and here is what I found.
    It seems I need a combination of the two. My end goal is to have a second level approval, one group would be responsible for approving the business role and the system owners would be responsible for approving the nested application roles. When a user requests the business role, they must have approvals for the business role and all of the nested application roles for their request to be completed.
    If the app. roles are required, the workflow automatically incorporate the nested appl. roles in the request but does not require approval for them. If they are conditional with approval, the user would have to submit a second request to get all of the nested application roles. It looks like I need a combination of the two, required with approval.
    I need it to behave like it does when you have a role with approver that includes resources with an approver. The role and resources must all be approved before the request can be completed successfully.
    I'm trying to see if this is possible through the GUI before I customize the workflow.

  • Is Firefox Mobile available for the HTC Tilt 2?

    I've noticed for the Firefox Mobile that it has a list of HTC devices. I have a HTC Tilt 2 (AT&T - Windows Phone) that runs on HTC Sense. Would it run on this?

    Sorry, we are no longer developing Firefox for Windows Mobile (or Windows Phone). For more information, see [[Will Firefox work on my phone?]]

  • Does Apple have a 12volt mobile charger for the Air 2?

    I am looking for a 12 volt mobile charger, for my iPad Air 2.

    12 volts would destroy the iPad.  Its 12 Watts at 5 volts.
    http://store.apple.com/us/product/MD836LL/A/apple-12w-usb-power-adapter
    If by mobile you mean a battery pack, then:
    http://thewirecutter.com/reviews/best-usb-battery-pack-travel/

  • Why are there virtually no mobile apps for the Android operating system?

    I am trying to find mobile apps for my android tablet. Why are there virtually no mobile apps for this system?

    Adobe's attitude is not only incredibly insulting and ignorant, it is also short-sighted, particularly considering the top android handsets would actually allow their apps to be more flexible and powerful as they have more RAM at their disposal and the very popular Galaxy Note series would be a perfect device with its integral stylus. This is not acceptable and makes me reconsider staying with my CC subscription. I guess it is time to start looking for adobe alternatives or at the very least demand a discount in our subscription as we are unable to use a large chunk of the subscription portfolio.

  • Mobile charging for the Ipad2

    Can I use the same charger that I use for my Iphone 3GS to charge the Ipad2 while we are mobile?

    not the iphone chargers dont supply enough power
    but you can use the ipad charger with the iphone

  • I no longer have an iphone.  Do I still need mobile me for the ipod touch?

    I no longer have an iphone.  Do I need mobileme for my ipod touch?

    You didn't need MobileMe for your iPhone either, per se. What was it about the service that caused you to sign up? Was it the "Find My iPhone" service? If so, that would still be perhaps useful for the iPod touch, though since the iPod has no GPS locations may be less accurate.
    If that doesn't answer your question, please post back with further information about your needs and what you're asking about.
    Regards.

  • Crash when opening Mobile account for the first time

    I have some issue with my client mobile account I have set up on theMacMini server and on the MacBook Pro client. Actually I was never able to open completely the mobile account on the client (i.e. it crashes after synchronization between client & server and prior opening the account: it freezes on the "sky&stars" screen).
    First of all, I created the (empty) mobile account on the server and then on the client (also empty).
    Next, I copied my local account on the client to the mobile account on the client.
    Following step was the synchronization between both mobile accounts - and here I'm.
    Some details:
    local account: Paul-admin - home directory: Paul
    mobile account on the client: PaulM - home directory: palm
    mobile account on the server: PaulM - home directory: palm
    To make a copy of the local account to the mobile one (both on the client machine) via Terminal:
    cp -r /users/Paul/ /Users/palm/
    To correct the permissions:
    chown -R PaulM /Users/palm
    Have I missed anything or did I something wrong ?

    Some discovered complementary information:
    This "freeze" happens only when the client MBP is connected to the server via my LAN. If I disconnect the client, I can open the mobile account without any issue. Also, this mobile account is under parental control, even if I didn't specify this parameter in any server menu and when I change it on the client, it comes back after the synchronisation. Any idea ?

  • Does Firefox Sync have a maximum number of folders limit for bookmarks, all are syncing to my other computer/mobile except for the last 5 folders

    Have 2 computers, 1 mobile device
    1. Main computer: Personal laptop
    2. Secondary computer: Work
    3. Mobile Device: Android Phone
    The Main Computer always has ~5 folders containing bookmarks which never appear on 2 or 3. An example of one of these folders would be 'cooking' which contains a few recipes i use.

    How long have you being using Firefox Sync? Perhaps is taking some time to sync those specific folders. My suggestion is to keep the 2 computers on for an hour if you haven't being using Firefox Sync for a long time to make sure that you give enough time to the system.
    If that doesn't work I will suggest to open a bug. Follow the instructions in this link:
    https://philikon.wordpress.com/2011/06/13/how-to-file-a-good-sync-bug/
    That will be helpful for you and for other users that may be hitting the same problem you have.

  • How to we get a mobile insurance for the iphone?

    How do we get mobile insurance done for iphone?

    Apple does not sell or provide insurance of any kind. So, contact your carrier to see if the sell such, or do a Google search for companies that do provide mobile phone insurance.

  • Bluetooth mobile printer for the bionic?

    I bought a HP 100 inkjet mobile printer with bluetooth. I can't get it to communicate witht he cell. Will it work at all? I was able to list it in the phone then i don't have anything. The printer works with my laptop.

    Mobile printing.
    This blogger found one solution.
    http://genuinely-original.blogspot.com/search/label/iPad%20Printing
    Make Portable Printing Easier with Print n Share and the Brother RJ-4040
    http://prmac.com/release-id-44494.htm
    Use an airprinter with a power inverter
    http://genuinely-original.blogspot.com/search/label/iPad%20Printing

  • Which GLC-T 1 Gb adapters are approved for the XP6120 FI?

                       I have 4 GLC-T SFPs of various models. For some reason 2 of them does not work. IS not recognised by the FI. I have tried moving them around to other ports, and making sure I only use port 1 to 8 doing so. Are they faulty or should I get a specific GLT-C model?
    SFP 1: 30-1410-02
    SFP 2: 30-1410-03
    The 2 other working SFPs I do not have the part numbers here.

    FI6120XP-B(nxos)# show interface eth 1/5 transceiver details
    Ethernet1/5
        transceiver is present
        type is 1000base-T
        name is CISCO-AVAGO
        part number is ABCU-5710RZ-CS2
        revision is
        serial number is AGM124227QP
        nominal bitrate is 1300 MBit/sec
        Link length supported for copper is 100 m
        cisco id is --
        cisco extended id number is 4
       Transceiver calibration is invalid
    FI6120XP-B(nxos)# show interface eth 1/7 transceiver details
    Ethernet1/7
        transceiver is present
        type is 1000base-T
        name is CISCO-METHODE
        part number is SP7041_Rev_F
        revision is F
        serial number is 00000MTC145004L4
        nominal bitrate is 1300 MBit/sec
        Link length supported for copper is 100 m
        cisco id is --
        cisco extended id number is 4
       Transceiver calibration is invalid
    and this interface output:
    FI6120XP-B(nxos)# show interface eth 1/5
    Ethernet1/5 is down (SFP validation failed)
      Hardware: 1000/10000 Ethernet, address: 000d.ecfb.ae0c (bia 000d.ecfb.ae0c)
      Description: U: Uplink
      MTU 1500 bytes, BW 10000000 Kbit, DLY 10 usec,
         reliability 255/255, txload 1/255, rxload 1/255
      Encapsulation ARPA
      Port mode is trunk
      auto-duplex, 10 Gb/s, media type is 10G
      Beacon is turned off
      Input flow-control is off, output flow-control is off
      Rate mode is dedicated
      Switchport monitor is off
      EtherType is 0x8100
      Last link flapped never
      Last clearing of "show interface" counters never
      30 seconds input rate 0 bits/sec, 0 bytes/sec, 0 packets/sec
      30 seconds output rate 0 bits/sec, 0 bytes/sec, 0 packets/sec
      Load-Interval #2: 5 minute (300 seconds)
        input rate 0 bps, 0 pps; output rate 0 bps, 0 pps
      RX
        0 unicast packets  0 multicast packets  0 broadcast packets
        0 input packets  0 bytes
        0 jumbo packets  0 storm suppression packets
    0 giants      0 input error  0 short frame  0 overrun   0 underrun      0 watchd
    og  0 if down drop
        0 input with dribble  0 input discard
        0 Rx pause
      TX
        0 unicast packets  0 multicast packets  0 broadcast packets
        0 output packets  0 bytes
        0 jumbo packets
        0 output errors  0 collision  0 deferred  0 late collision
        0 lost carrier  0 no carrier  0 babble
        0 Tx pause
      0 interface resets
    FI6120XP-B(nxos)# show interface eth 1/7
    Ethernet1/7 is down (Administratively down)
      Hardware: 1000/10000 Ethernet, address: 000d.ecfb.ae0e (bia 000d.ecfb.ae0e)
      MTU 1500 bytes, BW 10000000 Kbit, DLY 10 usec,
         reliability 255/255, txload 1/255, rxload 1/255
      Encapsulation ARPA
      Port mode is access
      auto-duplex, 10 Gb/s, media type is 10G
      Beacon is turned off
      Input flow-control is off, output flow-control is off
      Rate mode is dedicated
      Switchport monitor is off
      EtherType is 0x8100
      Last link flapped never
      Last clearing of "show interface" counters never
      30 seconds input rate 0 bits/sec, 0 bytes/sec, 0 packets/sec
      30 seconds output rate 0 bits/sec, 0 bytes/sec, 0 packets/sec
      Load-Interval #2: 5 minute (300 seconds)
        input rate 0 bps, 0 pps; output rate 0 bps, 0 pps
      RX
        0 unicast packets  0 multicast packets  0 broadcast packets
        0 input packets  0 bytes
        0 jumbo packets  0 storm suppression packets
    0 giants      0 input error  0 short frame  0 overrun   0 underrun      0 watchd
    og  0 if down drop
        0 input with dribble  0 input discard
        0 Rx pause
      TX
        0 unicast packets  0 multicast packets  0 broadcast packets
        0 output packets  0 bytes
        0 jumbo packets
        0 output errors  0 collision  0 deferred  0 late collision
        0 lost carrier  0 no carrier  0 babble
        0 Tx pause
      0 interface resets
    But regarding "the transceiver calibration invalid" status, I get the same output for my etherchannel in linked state:
    FI6120XP-A(nxos)# show interface eth1/1 transceiver details
    Ethernet1/1
        transceiver is present
        type is 1000base-T
        name is CISCO-METHODE
        part number is SP7041
        revision is E
        serial number is 00000MTC1250008A
        nominal bitrate is 1300 MBit/sec
        Link length supported for copper is 100 m
        cisco id is --
        cisco extended id number is 4
       Transceiver calibration is invalid
    FI6120XP-A(nxos)# show interface eth1/2 transceiver details
    Ethernet1/2
        transceiver is present
        type is 1000base-T
        name is CISCO-METHODE
        part number is SP7041_Rev_F
        revision is F
        serial number is 00000MTC145004BK
        nominal bitrate is 1300 MBit/sec
        Link length supported for copper is 100 m
        cisco id is --
        cisco extended id number is 4
       Transceiver calibration is invalid

Maybe you are looking for

  • IPad won't sync podcasts marked 'explicit'

    I've had tons of trouble syncing podcasts to my iPad2. I thnave 21 appearing in iTunes, and on the iPad as it's listed in iTunes. But on the actual iPad there are only 5 showing. Is it a coincidence that these are the only 5 that are not marked 'expl

  • How do i remove a word from spell check in OS X 10.4?

    Hi all, I accidentally added a misspelled word to the spell check dictionary and i was wondering how to remove it. I noticed there were already a few similar questions, but i could not get their solutions to work, as they were obviously using a new v

  • Error 1 occurred at Invoke Node in openvi.vi

    Hello,  in openvi.vi, I use Invoke Node to run showchannel2.vi,  I met problem about error 1. please see attachment file. This problem have been described below absolutely.   Error 1 occurred at Invoke Node in openvi.vi Possible reason(s): LabVIEW: 

  • Cant get finder to run

    Hello, I have a black macbook which I bought a while ago (more than a year) and in december I installed leopard. It runs great but I realized it made my computer a bit slower, when I started the computer it took an unusual amount of time for the bar

  • ITouch shows up in source list but disappears once it starts syncing

    When I plug in my first gen iTouch it shows up in the sources menu on iTunes and begins to sync. After a few seconds the syncing stops and iTouch disappears from source list. The iTouch never appears in my computer as a device with removable storage