Push data from BW 3.5 to XI 3.0 via ABAP proxy

Hi,
  I have the following scenario: I´m in BW 3.5 trying to send data to XI 3.0 via ABAP proxy. I´ve already found a "How-to" to do build this scenario, but something does not work. I think that problem is when a try do the logon from BW to XI because I got the message "logon data not provided" on http service in XI. I´ve already configure an RFC Destination(SM59) as R/3 connection(type 3) and another as HTTP connection to R/3(type H) and both are correct. Someone knows where I configure the user/pass to logon from BW Intergration Server to XI Integration Server?
Regards,
Rafael Soares

Hello fellows!
   I discovered that my problem was configuration on SXMB_ADM transaction.
   Thank you very much for your help!
Best regards.
Rafael

Similar Messages

  • Need to Push data from BI to XI

    Hi Experts,
    We have a requirement to push data from BI to XI(using Open Hub).
    we found some document, in which excute method is selecting from specific open hub table,
    we have more than 5 open hub destinations to send data to XI.
    do i require to create like this 5 classes or do u have another other method  to create one class
    and use it for all objects.
    this is the sample code, which give hardcoded open hub name.
    DATA:
    lt_data TYPE zpushdbpush_table_datarow_tab,
    ls_data TYPE zpushdbpush_table_datarow,
    ls_applid TYPE zpushdbpush_table_process_id,
    l_db_line TYPE /bic/ohnwl_oh_xi,
    l_db_tab TYPE TABLE OF /bic/ohnwl_oh_xi.
    SELECT * FROM /bic/ohnwl_oh_xi INTO TABLE l_db_tab.
    LOOP AT l_db_tab INTO l_db_line.
    CLEAR ls_data.
    MOVE-CORRESPONDING l_db_line TO ls_data.
    APPEND ls_data TO lt_data.
    ENDLOOP.
    Thank You.
    Manjula.B

    Hi Manjula,
    I'm implementing that soluction... Have you?
    Now I'm having problem with the code when says:
    lt_data TYPE zpushdbpush_table_datarow_tab,
    ls_data TYPE zpushdbpush_table_datarow,
    ls_applid TYPE zpushdbpush_table_process_id,
    So, when activating that code does not generate... The system return error informing that the TYPE zpushdbpush_table_datarow_tab does not exist... can you help me on that?
    With ANY kind of information?
    Thanks!
    Best regards,
    Demétrius

  • Push data from BW 3.5 to XI 3.0

    Hi SDN,
    I have to design an interface to push data from an Infospoke of BW to XI which does the necessary mapping and forwards it to a FTP server.
    I am using ABAP proxies to communicate with BW. Can somebody suggest me the approach to push data from BW to XI based on some selection criterion...What sort of development it requires on BW side in order to push the data to XI.

    Siva Devireddy.
    Check this Link
    https://www.sdn.sap.com/irj/sdn/search?searchvisible=false&selectedcustomprops=sdn_product(value=Exchange%20Infrastructure),sdn_product_release(value=3.0)&SearchPluginName=sdn_library.
    Thanks
    sat

  • How to push data from primary mdf file to seconday ndf files

    how to push data from primary mdf file to seconday ndf files
    rathnakar

    I'd try them over here.
    SQL Server forums on MSDN
    Regards, Dave Patrick ....
    Microsoft Certified Professional
    Microsoft MVP [Windows]
    Disclaimer: This posting is provided "AS IS" with no warranties or guarantees , and confers no rights.

  • Push data from XI to BW 3.1c ??

    Hi Gurus,
    Can anyone tell me, is it possible to push data from XI to BW 3.1c for a Non-SAP Source System?? and how ?
    any document links are welcome. [email protected]
    Cheers
    Praveen
    Message was edited by:
            Praveen Vujjini

    Praveen,
    3.1C supports XML datasources - you can use that to push data from XI to 3.1C...
    Arun
    Hope it helps...

  • Pushing data from abap system to SLD

    Hello,
    I am pushing data from my abap system to SLD.
    Job SAP_SLD_DATA_COLLECT is successfully finished but the job SAP_LMDB_LDB_0000000001. is not visible in sm37 in solman.
    Hence technical system is not visible in LMDB.
    Please guide me
    Thanks and Regards,
    Akshay

    HI Akshay
    I hope you had make sure that in SM61 you have assigned batch servers for the jobs.
    Can you try to sync your LMDB with SLD once. There is option in LMDB to sync the data, Just see if you are getting the technical system details.
    Also, please check the rfc destinatoin with ICM port if it is stable.
    RFC LMDB_SyncDest<X> is using ICM Port 80<NR>
    You can proceed as below
    Please De-Activate the Sync Job in Solman_Setup -> System Preparation -> Prepare Landscape -> Set Up LMDB.
    Execute transaction 'SM59'.
    Locate the HTTP Destination -> 'LMDB_SyncDest<X>'.
    Switch to Edit mode.
    Change the Service No to 5<XX>00 where XX is the instance number.
    Then makesure the Authorization and Connection test are working.
    Then Re-Activate the synch job, via Solman_Setup -> System Preparation -> Prepare Landscape -> Set Up LMDB
    Apart from that, can you check below note if it is applicable for you
    1615263 - LMDB: Incremental Content Sync Job remains "Scheduled"
    Regards
    Rishav

  • Push data from sap business one to ECC with XI

    Hi,gurus:
    Have you ever configured the scenario?We wanna push data from sap business one to ECC with XI,and vice versa.
    We know that b1i have this funtion,but in our scenario,we need to create some addon table both in b1 and ecc,so does it mean that I can't use b1i in my special scenario?
    We wanna utilize XI to solve our issue,then the scenario may be abapproxy to soap,or soap to abapproxy.But the problem is, how to program in the b1 side both in sender and receiver.Do you have any information about that?

    Xinjiang,
    The method to connect SAP Business One and ECC 6 using XI would be B1iSN2007.  You could of course develop something your self using ABAP, IDoc and the Business One SDK, but B1i does this today and has 6 built in Business Scenarios.  You can of course customize the existing scenarios and/or create your own much easier and faster than creating the whole thing from scratch.
    If you are specifically interested in not using B1i ... you would want to post your question in the XI forum here on SDN.
    Hope that helps,
    Eddy

  • Confused How to push Data from Oracle DB Tables into Hyperion Planning?

    HI
    I m Newbie to ODI. My DataSource is Oracle 11g Database (HR Tables) and my Target is Hyperion Planning.
    I successful imported Oracle DB HR tables into ODI and Hyperion Planning Dimensions Like(Employee) but i dont understand in " ODI Interface" how i am going to do Mapping between Oracle tables and Planning application Dimension, am i doing wrong way?
    I am confused if i have to push Data from Oracle 10g HR Tables into Hyperion Planning am i following right approach ?
    Looking for your guideline...
    Regards
    Sher

    Hi John
    Well i have working knowledge in ODI, i did whole complete cycle and i did customization project for Oracle EBS to Data warehouse though ODI.
    What, I am NOT able to figure out How to LINK Hyperion Planning Outline to Oracle EBS HR Tables. cause in Hyperion Outline i m able to view Dimensions Not particular Column to map with EBS HR Table (column).
    Eample:
    In EBS HR we have Employee Number in Per_all_people_f but in Hyperion Planning Dimension is ONLY Employee.
    Your response highly appreciated.
    Chreeez
    Sher

  • How to get and maintain Http persistent connection to get pushed data from

    At MangoSpring ,www.mangospring.com we are working on application which uses IMPS protocol where we always required to receive data pushed by server.
    To achive this we'll have to maintain one persistent Http connection on client side, so that we can be notified whenever some data is pushed by server.
    Reply With Quote

    our problem is :: " How to get and maintain Http persistent connection to get pushed data from Server "

  • I was transferring data from my old iMac to my new iMac via Time Machine. After about 4 hours, the electrical power fluctuated and turned off my wi-fi. Now most of my necessary programs are useless. How do I erase and start over?

    I was transferring data from my old iMac to my new iMac via Time Machine. After about 4 hours, the electrical power fluctuated and turned off my wi-fi. Now most of my necessary programs are useless. How do I erase that mess and start over?

    Hello there, LynnS.
    The following Knowledge Base article and it's referenced link should get you started with the Erase and Install of Mavericks:
    OS X Mavericks: Erase and reinstall OS X
    http://support.apple.com/kb/PH14243
    Once you've gone through those 2 articles, this article should help you with restoring from your Time Machine Backup:
    OS X Mavericks: Recover your entire system
    http://support.apple.com/kb/PH14185
    Thanks for reaching out to Apple Support Communities.
    Cheers,
    Pedro.

  • How to push data from BW into SAP R/3 system???

    Hello,
    We have faced a problem. We need to push compressed sales data from BW to SAP R/3 system. But We don't know how to do it.
    Does it exist the standard instruments for it (without ABAP development)?
    How to integrate BW and SAP system?
    We will be much obliged you for your recomendations and advices.

    Hi Igor,
    I'm not aware of any standard out of the box mechanisms for moving Sales data back into SAP ERP. There are some delivered "retractors" for business scenarios like financial planning and consolidations where updated data is sent back to SAP ERP in a closed loop scenario. These retractors have been written in ABAP.
    I would suggest that you search the latest BI content to see if there is anything for sales data retraction. There might also be information in SAP note on how to do this in code.
    To send data from BI, you can also use the 'open hub' feature to extract the BI data to a DB table or file for example. This could then be read by a program to load SAP ERP. The loading would have to be custom development.
    Sorry I can't help you more - I fear you will most definitely have some custom development in this case.
    Cheers,
    Mike.

  • How tp push data from VDS view to Identity Store

    Hi,
    i have created a view in VDS which connects two datasource. Both the datasource are DB. i'm joining 2 table from two different DB server.
    i want to push this view data from VDS to identity store. Please help.
    Regards,
    Pricy

    hi Ben,
    Thanks for ur reply
    i have my view tree in VDS as o=join, the value seen under this tree has to be pushed to idm.
    For Ex:  o= join
                      uid=mary
                      uid=sam
    i need to push the attributes related to mary and sam into IDM.
    As specified, i have created a directory repository to point this vds, i have given the value of starting point as o=join
    in the 'Fromldap' pass i nthe destination tab i have inserted the template from source which has attribute only dn.
    When i run the job, it stores only the value o=join in the table.
    How to get the values under o=join tree . Please help.
    Regards,Pricy

  • Push data from one BW system to another BW system

    Hi:
    I am aware of the process using export datasources to pull data from one BW (source) system into another BW (receiving) system. But is there a way/process where by the source BW system can push the data to the receiving BW system?  Thx

    Hi:
    If you don't get any better replies, think about Triggering Events from SOurce BW and these events will start the Pull from Target BW.
    E.g., Create P-Chains or ABAP Programs in Source BW. Here, whenever data needs to be pushed, an Event will be triggered in Target BW.
    In target BW, that raised Event will kickoff Process Chains, ec.
    Let me know if you want to ivestigate this option.
    Ram C.

  • Pushing Data from Parent to children

    Hi,
    my users need to put a data on a parent account and not level zero and I need to think of a
    way to push the value down (all of it to 1 child or the average to all childs)
    TRAVEL 100
    acc_62110 100
    acc_62115 #mi
    or
    TRAVEL 100
    acc_62110 50
    acc_62115 50
    My account dimension is dense and we are talking about 30 parents and ~150 lev0 members
    I thought that since it's all done within the block it should be relatively easy to push data to the children and then CALC Dim(account).
    I used :
    FIX ( @MATCH ("Operating Expenses", "acc_6*"))
    "input currency"(
    IF ( @SUM (@LSIBLINGS ( @CURRMBR ("Account"))) ==#MISSING)
    "input currency" = @PARENTVAL ("Account");
    ENDIF;)
    ENDFIX
    and
    "input currency"(
    IF ( @ISMBR ( @LIST (@MATCH ("Operating Expenses", "acc_6*"))))
    "input currency" = @PARENTVAL ("Account") / @COUNT (SKIPNONE , @CHILDREN (@PARENT ("Account")));
    ENDIF;)
    however both methods take ~25 seconds which is too long just for that.
    when I did it account by accout
    FIX (@CHILDREN ("Travel"))
    "input currency" ="Travel"/ @COUNT (SKIPNONE , @CHILDREN ("Travel"));
    ENDFIX
    it took 12 seconds which is still too long (i guess 5-6 will be good)
    Does anybody have any idea why does it take so long to run it whithin a cube and how I can shrten the calc?
    BTW - I do not want to set the agg missing to off as it caused problems when they deleted values
    thanks
    kobi

    The simple answer here is to revisit the reason why the users have to put data on a parent account in the first place.
    Could you not add a new member for the parent as an input that they could use?
    i.e.:
    Total Revenue
    ....+ Revenue 1
    ....+ Revenue 2
    ....(etc.)
    Becomes:
    Total Revenue
    ....+ Total Revenue Input
    ....+ Revenue 1
    ....+ Revenue 2
    Yeah, it's that simple. The point is that if you cannot convince the users that inputting at upper levels is bad (which it is), then you need to find someone else that can (convince them...). The usual reason users want to do this is so they can see "Total Revenue" as both a total and an input, which is easier to see in a template. However, it shouldn't be difficult to point out how much more sense it makes to either allocate items down or classify the input separately from the totals. The straight up allocation works too, but I figured you already ruled that out or the thread would seem rather trivial.

  • Push Data From Sql server 2012 (Express) to Sql Server 2012 (Standard) (i.e. Client to Server)

    Hi all,
    I’m new to this new idea /task/work.
    My Idea: To push data to server (Sql Server 2012 Standard or Enterprise Edition).
    What I’m having? :
    1.A server pc (Windows  Server 2012 + Sql Server 2012 Standard or Enterprise Edition installed).
    2.Two or three Client pc in number (lets us say Windows Server 2012 + Sql Server 2012 with Express Edition installed).
    3.These 3  machines (1 server + 2 client pc) are in communication with one and another(LAN).
    4.Assume that, I'm having one database let us say “Company_DB” with single table “Tbl_Employee”(as of now) in server and similarly in both reaming client PC too.
    i.e.
    Server is having Company_DB (Database), is having table Tbl_Employee
    Client A is having Company_DB (Database) , is having table
    Tbl_Employee
    Client B is having  Company_DB (Database) , is having table
    Tbl_Employee
    What I did ?:
    Step 1: Suppose that, today I entered/created  10 employee details in Client A (say 1 to 10).
    Step 2: On the next day, I created some more employees (say 5 employees i.e 1 to 5)
     in Client B.
    What I need?
    I need to push/send/store these records (i.e. total 15 employees details) should be present in my SERVER PC.
    I googled for the same, found some suggestions like SSIS or
    Import/Export wizard etc…
    How can I achieve this?, and this should happen for some regular intervals like 3/5 hours without any duplicate data.

    sounds like Merge replication to me
    http://www.databasejournal.com/features/mssql/article.php/1438231/Setting-Up-Merge-Replication-A-Step-by-step-Guide.htm
    Please Mark This As Answer if it helps to solve the issue Visakh ---------------------------- http://visakhm.blogspot.com/ https://www.facebook.com/VmBlogs

Maybe you are looking for

  • HI SAP experts, I want learn SAP BANK LOCK BOX CONFIGARATION

    Hi  SAP experts I would like to Learn SAP bank Module , Specially for Bank lock Box Configaration . So Kindly give the Information which website it has been provide the Material  and that would be Free of cost thank YOu Ranamka

  • Not booting after update (10.6.4)

    I updated my MacBook the other day and after rebooting, it gets to the gray screen with the apple logo and the spinning disk. It then just sits there. I have tried booting to safemode, resetting the smc and nvram, I've run Disk Utility from CD and re

  • OS X 10.3.2 with OS 9.2.0

    I am currently running OS X 10.3.2 with 9.2.0 on my iMac G3 500. I've heard people saying not to install OS X 10.2 or higher without updating to OS 9.2.2 first. I am running 10.3.2 fine with OS 9.2.0. Is there an error I can't see that I created by r

  • Developing a replica of SMS applicatio​n

    Hi All , I am working on getting a BB application, which can be a replica of the inbult messaging service , developed which can perform the following : -> Real time message sync through the BB application. -> On the basis of the message  sync , the B

  • Fstab nfs mount options not used

    I  mount an nfs4 share from fstab with this; 192.168.1.250:/ /mnt/SERVER_NYTT nfs rw,hard,async,intr,rsize=49152,wsize=49152,proto=tcp 0 0 What I get is this;( $ mount:) 192.168.1.250:/ on /mnt/SERVER_NYTT type nfs4 (rw,relatime,vers=4,rsize=32768,ws