Can anybody provide some sample for http adapter.

both http outbound and http inbound.
invloves client side program and server side program.

Hey,
For HTTP adapter NO  need Sender Agreement,Since it talks to the Integration Engine (ABAP) directly & the HTTP request should contain all relevant header info insender side
  http://<server>:<port>/sap/xi/adapter_plain
/people/community.user/blog/2006/12/12/http-to-rfc--a-starter-kit
http://help.sap.com/saphelp_nw04/helpdata/en/82/f4993c03e0cd37e10000000a11405a/content.htm
Cheers
Agasthuri

Similar Messages

  • Can anybody provide some documentation or SAP treasury management?

    Dear folks,
    Can anybody provide some documentation or books to learn SAP treasury management?
    Thank you very much in advance.
    Ray

    Hi Ray,
    to start with, check the wiki:
    Treasury and Corporate Finance Management - ERP Financials - SCN Wiki
    Treasury - Risk Management - ERP Financials - SCN Wiki
    Hope this helps.
    best regards,
    Johannes

  • HI Experts,Can anybody provide model programs for Aging analysis

    Appriciate your service.
    Thanks and Regards,
    Viswanath

    You can look at the transaction S_ALR_87012178.  But a sample code would be
        select bukrs kunnr gjahr belnr budat wrbtr WAERS XBlnR SHKZG
        zbd1t vbeln zfbdt
        into corresponding fields of table it_bsid from bsid
            where kunnr in s_kunnr
              and bukrs in s_bukrs
              and blart in s_blart
              and zfbdt le wa_budat.
    "Aging to be considered based on baseline date not postingdate if not change appropriately.
      loop at it_bsid.
        add it_bsid-zbd1t to it_bsid-budat.
        if it_bsid-shkzg = 'H'.
          it_bsid-wrbtr = -1 * it_bsid-wrbtr.
        endif.
        move corresponding it_bsid to output.
        l_days = syst-datum - it_bsid-zfbdt.
        if l_days le 30.
          move it_bsid-wrbtr to output-thirty.
        elseif l_days le 60.
          move it_bsid-wrbtr to output-sixty.
        elseif l_days le 90.
          move it_bsid-wrbtr to output-ninety.
        elseif l_days le 120.
          move it_bsid-wrbtr to output-onetwenty.
        else.
          move it_bsid-wrbtr to output-over120.
        endif.
       append output.
      endloop.
    Albert

  • To read COMTRADE file in Labview there is an example provided. Can somebody provide the sample .cfg and .dat files required for its working?

    To read COMTRADE file in Labview there is an example provided. Can somebody provide the sample .cfg and .dat files required for its working?

    Thanks for the reply.
    But this library doesn't contain any sample .cfg and .dat files which can be read and understood. Can you please provide the same?

  • Can anybody provide AIX shell script for Oracle Apps R12 instance backup

    Hi
    Can anybody provide AIX shell script for Oracle Apps R12 instance backup? Manually, i am able to backup but i donot have shell script to schedule through crontab.
    Help me please.
    Thanks

    Rman can be used for Database, not for Application tier. Again, I assumed you are looking for a script to backup the database. For the application tier, you can simply do a filesystem backup.
    I still do not understand your concern? Is it about using crontab? If so, then check here --> man crontab <--

  • I installed Adobe FlashPlayer version 13.0 however I am getting an error message "Plug in error". Can anybody provide an answer. I already uninstall the version and install it again with the same results. Thanks.

    I installed Adobe FlashPlayer version 13.0 however I am getting an error message "Plug in error". Can anybody provide an answer. I already uninstall the version and install it again with the same results. Thanks.

    Adobe admits to a Flash problem here:
    http://forums.adobe.com/message/6285851#6285851
    YOu can apply the fix they show and tehn wait for them to fix the problem

  • Can anybody recommend a webcam for my G4 Powerbook..?

    Hi all,
    Can anybody recommend a webcam for my G4 Powerbook..? Can i buy an external iSight cam or stick to a logitech product for example.
    I would really appreciate several replies/suggestions to compare compatability, quality and price issues.
    Thx in advance,
    shane
    G4 powerbook 15inch   Mac OS X (10.4.7)   1.67GHZ 1MG Ram 100GB hard drive

    In addition to specific devices your options are:-
    Any Firewire DV output (6 pin to 6pin) Camcorder
    Any Firewire Web cam
    Any USB cam that has Mac drivers and this Utility http://www.ecamm.com/mac/ichatusbcam/
    The chances are that any USB cam is going to have Windows drivers (if you need them for a Intel)
    8:55 PM Wednesday; January 31, 2007

  • Can anybody provide the SQL query to find the files uploaded in a particular folder?

    Hi All,
    Can anybody provide the SQL query to find the documents (document name) uploaded in a particular folder? While clicking on folder in
    GUI I'm hitting the Timeout error. I would like to find the files uploaded into this folder from SQLPLUS.
    Any help is greatly appreciated.
    With best regards,
    Nevin

    Nevin,
    Be great if we could know the version of Portal. For Rel. 1, here's the query
    select id,masterthingid from wwv_things
    where siteid = &site
    and cornerid = &corner
    &site - Content Area id
    &corner - Folder id
    if you don't know the folder id, use
    select id from wwv_corners where siteid = &site
    and name = &folder
    Hope this helps. I have run into this situation before. Usually, the culprits were
    one of the following:
    1. Junk Characters in description of item (caused due to Copy-Paste)
    2. Special Characters in the File name
    Hi All,
    Can anybody provide the SQL query to find the documents (document name) uploaded in a particular folder? While clicking on folder in
    GUI I'm hitting the Timeout error. I would like to find the files uploaded into this folder from SQLPLUS.
    Any help is greatly appreciated.
    With best regards,
    Nevin

  • How can we provide F4 help for parameter field.

    Hi All,
    How can I provide F4 help for parameter field.
    Regards,
    Amar

    hi,
    different ways of applying search help are :
    you can use anyone:
    1)   CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST'
    or
    2) 
    can follow these simple steps for search help:
    go to se11==> put some name after ticking search help radiobutton==> create==>
    then tick " elementery search help " and press enter ===>then put description and table name in selection method ===>then put the field on which u want search help
    in search help parameter==> tick IMP EXP ==> write 1 in lpos and spos===>save and activate===> double click on table name ===>  select that field and press *search help tab* above===> then copy
    3 )
    methods of applyind search help:
    For search help sometimes we use MATCHCODE----->when we apply it directly to parameter or select option.they are obselete now ii.For search help sometimes we CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' ??------->if we want to populate data of internal table as search help.
    iii.For search help sometimes we declare tablename-fieldname in selection?------>if that field in that table is having seach help or check table ..F4 will be avaliable directly.
    also:
    Fixed value of domain can also work as search help.
    i hope it will help u a lot
    thaks and regards
    rahul sharma

  • Can anybody provide me the link between these tables

    Hello,
    Can anybody provide me with the link between these tables.
    Is there any link for the CTSNUMC and PNTPR
    1) /SAPSLL/CTSNUMC
             Fields: STCTS
                       CCNGN
    2) /SAPSLL/PRGEN
            Fields : ATTR20A
                      ATTR05A
                      ATTR10A
                      ATTR05B
    Common field -
    GUID PR
    3) /SAPSLL/PNTPR
            Fields : PRVSY
                    : GRVSY
    Common field -
    GUID PR
    4) /SAPSLL/PRODUCT_SELECT_UI_S  "This is Structure
             Fields : QUAL_STA  " Product Status
                   Common field : CCNGN, STCTS
    5) /SAPSLL/PR
               Fields : CRTSP  " Product Created on
                        : CHTSP " Product Changed on
    Common field -
    GUID PR
    6) /SAPSLL/PRT
          Fields : PRTXT  " Materail Desc
    Common field -
    GUID PR
    I have common fileds for all the tables to join them except for the tables /SAPSLL/CTSNUMC and
    SAPSLL/PRGEN.
    Any suggestions will be apprecaited.
    Regards,
    Kittu

    Hi,
    Thank you every body for your time...
    I am closing this thread as there was no response and I think I solved it.
    Regards,
    Kittu

  • Can anyone provide a pdf for starting with webdynpro

    can anyone provide a pdf for starting with webdynpro

    Hello,
    I would suggest to consult the web dynpro area here at SDN (<a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/developerareas/webdynpro">link</a>). Here you can find tons of information. (links to general information, example programs, pdf's, etc.). Once you got yourself familiar with web dynpro, another resource is help.sap for more detailed information.
    Regards,
    Christophe

  • HT1918 i want to change the country from USA to EGYPT in the itunes but i get a message saying, u have remaining balance which is 0.44 USD, how can i find some thing for 0.44 USD to spend this sum so i can switch my account to the right store??

    i want to change the country from USA to EGYPT in the itunes but i get a message saying, u have remaining balance which is 0.44 USD, how can i find some thing for 0.44 USD to spend this sum so i can switch my account to the right store??

    Buy something for more than the balance and charge the remainder to a credit card, or write Apple and ask them to keep the balance.
    iTunes Customer Service Contact - http://www.apple.com/support/itunes/contact.html > Get iTunes support via Express Lane > iTunes > iTunes Store

  • May you please provide some information for Cisco 1600 AP is better than Juniper AP ?

    Hello all,
    May you please provide some information for Cisco 1600 AP is better than Juniper AP ?
    I would like to know some comparison test between Cisco 1600 AP with Juniper AP.
    Thanks very much !
    Crows

    you cannot compare like this you need to compare it with model by model just compare the data sheet of both .But remeber cisco has larger portfolio and is ranked better then juniper in Gartner report  2013 you can you that in reference.
    ********Do rate helpful posts*************

  • [SOLVED]Can pacman provide some sound after finishing installing

    I usually let pacman download and install something in a screen and working on another screens. But I can't know immediately when the instalI finished if I don't return to the screen where pacman is installing something.
    Can pacman provide some sound after finishing installing? Or are there any other methods are suitable for this? And I guess tools like wget or axel may need this.
    Last edited by ArkChar (2012-12-05 06:30:35)

    You probably can make a script that wraps pacman, and plays a sound (ffplay, ffmpeg, mplayer, aplay, whatever) and plays a sound when pacman returns. Better than nothing I guess.
    Something like this:
    pacmansound
    #!/bin/bash
    pacman $@
    ffplay ~/Music/pacman_done.ogg
    I'm not sure if this works, but you get the idea.

  • Can anybody send a sample app on JSF

    can anybody send a sample app on JSF

    Four examples come with JSF RI. MyFaces also has an example that shows how MyFaces components work. Also, look at http://www.jsftutorials.net/jsf-development-guide/examples-and-tutorials.html
    Sergey : http://jsfTutorials.net

Maybe you are looking for

  • Chinese characters failed to display on songs in rip from my own CDs

    My old hard disk was dead and I lost some of the songs that I had on my computer.  So I tried ripping my own CDs into iTune.  Unfortunately, all the Chinese characters failed to display properly.  The songs in my old ipod showed those characters nice

  • Migrate From MS Access 2003 to Oracle using Oracle SQL Developer 3.0

    Hello All, I am trying to migrate Access DB .mdb using the Oracle SQL Dev 3.0 Data Migration Wizard, everything go very nice and smooth until the Capture Step, for sure am using the online mode, in the Capture Step the list of available databases is

  • Need to add text to a field in ALV_GRID

    Hi guys, I am working on a ALV_GRID report where I have a requirement...I have one field which is for debit and credit indicator, so what I have to do is ..if field has got 'A' in it then I need to print 'Yes' in this particular filed in the output a

  • Saving from CS3 to MX

    Hello all, I am currently in an animation class in my senior year of HS. We're working on a pretty big animation but our school only has Flash MX and i have CS3 on my mac at home. I have the file here from school and i can open it perfectly fine, but

  • AcroPdf Active X control with Reader 9.0

    Hi Guys, We have been developing a Windows .NET based solution that displays PDF files. We have been using the AcroPDF.dll active X component which further launches the AcroRd32.exe. Observations: 1. Upon installation of Reader 9.0, we no longer see