Is there any oauth2 library exist for ColdFusion 11?

I have designed a Restful component using Coldfusion 11. Now I need to think of securing this REST service.After searching for sometime
I found HTTPS + oauth2 is the best combination for securing REST service.
In the official OAuth 2.0 — OAuth page,  We have libraries for different languages. But there is nothing listed for ColdFusion.
Any one having any kind of knowledge if we have a library for oauth2 in ColdFusion?
Can I depend upon some Java library ? If yes , any library suggestion?

Here is an example.  Of course the conversion rules must be set up in the materail master for that material.
report zrich_0002.
data: input type p decimals 3 value '10.000'.
data: begin of xtmp,
      menge type mseg-menge,
      meins type mseg-meins,
      end of xtmp.
data: imara like mara.
* Get base UOM
select single * from mara into imara
            where matnr = '000000000040006541'.
* The uoms must be of the internal format, check against T006a
* do conversion
call function 'MATERIAL_UNIT_CONVERSION'
     exporting
          input                = input
          matnr                = imara-matnr
          meins                = 'GLL'  " Must be internal
          meinh                = 'OZA'  " Must be internal
     importing
          meins                = xtmp-meins
          output               = xtmp-menge
     exceptions
          conversion_not_found = 01
          input_invalid        = 02
          material_not_found   = 03
          meinh_not_found      = 04
          meins_missing        = 05
          no_meinh             = 06
          output_invalid       = 07
          overflow             = 08.
check sy-subrc  = 0.
Regards,
Rich Heilman

Similar Messages

  • Is there any java library like MSDN

    is there any java library like MSDN ? probabily you will say java docs .....but java doc dont show any example code.
    MSDN gives syntax+example code almost everything.
    java docs gives the syntax ....but they dont carry example codes. I have downloaded java docs.
    what you people use ? is there any other better thing ?is there any java library which carry example code along with syntax?
    plz share your experience
    thanks

    is there any java library like MSDN ? probabily you
    will say java docs .....but java doc dont
    show any example code.For TONS of examples try here
    It also has very detailed explanations with these examples as to why they work (or don't work, if that's the case).

  • Is there any third party software for itunes that will do this:

    Is there any third party software for itunes that will organize the browser window. Ideally I would like the third browser window (album name) organized by "main albums" "compilations" "bootlegs" "singles"
    It would look like this for the Beatles
    Main
    1963 Please Please Me
    1965 Help
    etc.
    Compilations
    1970 Red Album
    1990 Greatest Hits
    etc.
    Bootlegs
    1985 Ultratrax 1
    etc.
    CD Singles
    1999 Whatever
    This info would be marked on either the info or option tab when labeling.
    If this has not been made, one of you nerds should make it, it would be great and you could charge $3 for it and I buy it. and so would 100,000 other people.

    If you haven't already, try looking through the Apple Downloads specifically for iTunes.
    http://www.apple.com/downloads/macosx/ipod_itunes/
    There might be something there that is at least similar to the app your looking for.
    edit: There is one shareware that is an iTunes plugin called Multi-tunes. With it you can create multiple iTunes libraries, one library called "Main" one called "Bootlegs" etc, and Multi-Tunes will allow you to quickly switch between them from within the iTunes window. Not exactly what your looking for but close.
    http://www.apple.com/downloads/macosx/ipoditunes/multitunesdavidcaldwell.html
    Message was edited by: Zookalicious

  • Is there any VIEW or FM for pulling data from VBAK, VBAP?also for VBEP,VBBE

    Hi Experts,
    1) Instaed of using JOINS and FOR ALL ENTRIES, am looking to use any view or FM for pullinmg the data from, VBAK & VBAP,
    So, pls let me knwo that, Is there any VIEW or FM for pulling the data from the above  of tables
    2) Instaed of using JOINS and FOR ALL ENTRIES, am looking to use any view or FM for pullinmg the data from, VBEP & VBBE,
    So, pls let me knwo that, Is there any VIEW or FM for pulling the data from the above  of tables
    3) Am guessing FOR ALL ENTRIES is better than JOINS in PERFORMENCE perspective, Is am I correct?
    thanq
    Edited by: Srinivas on May 9, 2008 5:36 PM

    Hi Srinivas,
    You can use the view WB2_V_VBAK_VBAP2 for fetching data from VBAK and VBAP instead of using a JOIN. Note that, in the view, item data fields will have a I following the field name (POSNRI, MATNR_I are the item data fields from VBAP). The master data fields of VBAK are the same.
    As far as i know, there are no standard views provided by SAP for VBEP and VBBE. Not sure if FM exists either.
    While using FOR ALL ENTRIES clause make sure that you specify the entire primary key (EX. if selecting from VBAP specify VBELN and POSNR) as fields for selection or in the selection criteria. Its much better if you have the primary key in both. This is really important because without specifying the entire key and using FOR ALL ENTRIES will drastically bring down the performance. And also, If you are fetching not more than 100 or 200 entries using the clause it is fine, beyond that its same as using a select statement within LOOP...ENDLOOP.
    So, you have to decide whether to use FOR ALL ENTRIES or a JOIN while selecting data depending on the requirement. If you don't have the entire key either in fields for selection or selection criteria, then its better to use a JOIN or VIEW.
    The following is an example for using FOR ALL ENTRIES clause effectively.
             Select VBELN
                        POSNR
                        MATNR
                From VBAP
                  into Table T_VBAP
              For All Entries in T_DATA
              Where VBELN eq T_DATA-VBELN
                  And POSNR eq T_DATA-POSNR.
    I hope this helps, Please let me know if you need further assistance.

  • I ther any SQL developer version for SunOS 5.10 (Unix)

    Is ther any SQL developer version for SunOS 5.10 (Unix). If it is available, please tell me from where it can be downloaded and how it can be installed?

    <p>You can use any of the downloads except the Mac or Linux ones.
    <p>We separated out the Windows downloads because that's the largest audience we have. So there are 2: one is the full install, and one which allows users to point SQL Developer to an existing, installed JDK. This means that you don't end up with duplicate or even multiple JDKs installed.You can download either of these. If you don't have the JDK installed, you might as well install the full build. The other thing about the full install is that it includes an early JDK release and many users prefer to use the latest JDK.
    <p>The entry for the "multiple platforms" is exactly the same build and code as the Windows without JDK. Both of these require you to download and install or already have a JDK installed.
    <p>I try to make this page clearer for each release. It seems I'm not there yet!
    <p>We certify on Windows, Linux and the Mac. There is a page detailing certification specifics see the home page of SQL Developer. We do not certify SunOS, but Unix platforms are supported. This means that you can use SQL Developer, but any issues you run into must be tested against a certified platform before we'll track the bugs.
    <p>Sue Harper</br>
    Product Manager

  • Is there any free music downloads for iphone 4

    is there any free music downloads for iphone 4?

        brooks2062,
    Congratulations on recently purchasing an iPhone! I have the iPhone myself and love it, so I am sure you will as well. In regards to downloading music on your device, the best way to complete this task is going to be going through iTunes or the Apple App store. The Apple App store should have several 3rd party applications you can download music and play on your device. In addition any music that you have saved in your iTunes library can be synced and transfered to youre device.
    Thank you,
    Georgep_VZW
    Follow us on Twitter @VZWSupport

  • Is there any forums formated specially for iPhone?

    Is there any forums formated specially for iPhone? I need it so i can direct people for a game. thanks

        brooks2062,
    Congratulations on recently purchasing an iPhone! I have the iPhone myself and love it, so I am sure you will as well. In regards to downloading music on your device, the best way to complete this task is going to be going through iTunes or the Apple App store. The Apple App store should have several 3rd party applications you can download music and play on your device. In addition any music that you have saved in your iTunes library can be synced and transfered to youre device.
    Thank you,
    Georgep_VZW
    Follow us on Twitter @VZWSupport

  • Is there any way to search for a term using the Firefox search field, and have the results automatically open in a new tab?

    Is there any way to search for a term using the Firefox search field, and have the results automatically open in a new tab? When there was support for Google Toolbar, I was able to do this; now, whenever I want to search for something, I have to open a new tab to do it, and cut-and-paste my search into the search field in the new tab. I used to be able to highlight, drag, and drop something into the search field and have it automatically open in a new tab. This is enough for me to switch to Chrome . . .

    Set a preference to have searches from the Search Bar (upper right) automatically open all searches in a new tab
    #type '''about:config''' in the URL/Location/Address bar and press the Enter key
    #if you see a warning, accept it (promise to be careful)
    #Filter = '''browser.search.openintab'''
    #in the lower panel, double click the item (or right-click and choose "Toggle") to change the value to "true"
    #close the about:config tab and test
    #See:
    #*For help with opening/using about:config, also see: http://kb.mozillazine.org/About:config
    #*Also see: http://kb.mozillazine.org/About:config_entries (click on "Browser", scroll down to browser.search.openintab)
    '''Search Bar''': http://support.mozilla.com/en-US/kb/Search+bar
    '''If this reply solves your problem, please click "Solved It" next to this reply when <u>signed-in</u> to the forum.'''
    About Google toolbar............
    Google decided that they will no longer produce the Google Toolbar for Firefox 5 and newer version. It is best to move on to other alternatives than to try any "hacks" to the toolbar that may or may not perform in the future. Future versions of Google toolbar will only work with IE7-9. Google Toolbar is not available on any other browser, even Google's own browser.
    *http://googletoolbarhelp.blogspot.com/2011/07/update-on-google-toolbar-for-firefox.html
    *https://support.mozilla.com/en-US/kb/google-toolbar-not-compatible-firefox?s=google+toolbar&r=0&as=s
    *http://www.google.com/support/toolbar/bin/answer.py?answer=1342452&topic=15356%29
    *Google Toolbar 8 FAQ (IE only): https://www.google.com/support/toolbar/bin/answer.py?hl=en&answer=1111588
    '''''To access your Google Bookmarks visit''''' www.google.com/bookmarks.
    Alternatives:
    *http://kb.mozillazine.org/Using_Google_Toolbar_features_without_toolbars
    *https://addons.mozilla.org/en-US/firefox/addon/googlebar-lite/
    *https://addons.mozilla.org/en-US/firefox/addon/gbookmarks-google-bookmarks-fo/

  • Is there any BTE or Badi for Vendor Outgoing payment posting

    Hi Experts,
    My client who want the bank commission deduction at the time of vendor outgoing payment on the net values. the bank commission is fix of Rs. 0.07 Paise Per Rs. 1000/-
    The scenario is as below:
    Client who deduct the deduction at the time of Invoice for e.g. can bhade, Sanstha anamat , Prakriya Kharch ,Vahtuk Bhade, Share anamat etc. this deduction are directly update the Accounting GL .
    after that the client pay the vendor dues amount. in this they deduct some deduction through Account (FI) (E.g. Sanstha Audit fee, Shikshan fund, machine anamat) & After deducting the Accounting deduction they calculate bank commission on the net amount (Invoice amount - FI deductions = Net amount)
    Dear Expert, Please help me to work out this problem. in sap at the time of invoice we deduct the deduction as per client required & get the vendor due amount properly.
    but at the time of vendor outgoing payment i had done the FI side deduction manually but i can't get the bank commission on the net dues amount. client required automatic bank commission deduction on the net amount.
    is there any BTE or BADi for Vendor outgoing payment?
    Please help me to workout this issue.
    Warm regards,
    Dhananjay Rahane.

    ok

  • Is there any difference viewer software for reports??

    Hi,
    Is there any difference viewer software for viewing differences between two oracle reports??
    Thanks for ur suggestions!
    Madhu

    Any version control software, like CVS, allows for line-to-line comparison of different versions of the same file. The problem with reports is that to understand differences you need to save the reports in human readable format that can be REX-file.

  • After upgrading to OS Mavericks, I realized that the Partition for Windows is gone. I have really important data on this drive without a back up. Is there any way I can get this data before reformatting. Is there any third party software for receiving the

    After upgrading to OS Mavericks, I realized that the Partition for Windows is gone. I have really important data on this drive without a back up. Is there any way I can get this data before reformatting. Is there any third party software for receiving the data or any possible way? Money is not a limitation to this fix. Please help!!!

    sure pretty simple.  make a backup of your current settings
    http://support.apple.com/kb/HT1766?viewlocale=en_US
    then restore device from old backup you need pics off of
    then import pics to computer
    http://support.apple.com/kb/HT4083
    you may need to save pics to camera roll first
    then restore the new backup and sync pics back to phone via itunes
    Peace, Clyde

  • Are there any WWI flying games for the mac?

    Are there any WWI flying games for the modern mac? (Computer)
    The only one's I can find are on line.
    Which isn't always an option when traveling.

    You might want to search in the App Store.
    Phil

  • Is there any system level support for RAW files from an Olympus XZ-10 camera.  I use Lion and iPhoto version 9.4.2

    Is there any system level support for RAW files from an Olympus XZ-10 camera.  I use Lion and iPhoto version 9.4.2

    If there is I can not find it - Google provides a list of possible methods form Adobe and others
    LN

  • Is there any exit or badi for "F-59"?

    Hi,experts,
      is there any exit or badi for "F-59" after "SAVE"?
      Thanks in advance.

    Hi ,
    You can search an exit for your program by using:
    CALL CUSTOMER statement ,it will give you all the function
    exits in your program and then in their included you can set a breakpoint
    and check which one gets triggered while the save option or
    You can also search a BADI for any particular transaction ,
    for that first go to T-Code-SE24 and give
    the Object Type as CL_ExitHANDLER.
    Then double click on to Get_Instance Method and set
    a brakpoint on the line:
    CALL METHOD cl_exithandler=>get_class_name_by_interface.
    Next step is to execute your T-Code f-59.
    It will go into debugging mode.
    Start debugging by writing EXIT_NAME in the checking area while debugging.
    This EXIT_NAME will give the BADI'S used with each screen processed.
    Hope it helps
    Regards
    Mansi
    Edited by: MANSI  ASNANI on Mar 25, 2009 7:06 AM

  • Is there any built in software for reading EPUB. In iTunes or iMac ?

    Hi All,
    Is there any built in software for reading EPUB. In iTunes or iMac ?
    Is there a kind of plug in for iTunes that let you read EPUB files ?
    If nothing is provided, what woul be the best alternative ?
    What's the best software for reading EPUB on an iMac ?
    Many thanks.
    Bests,

    There's nothing built in. I don't know what the best is, but you could try this:
    calibre - E-book management

Maybe you are looking for