RFC Call - Retracting data from BI/BPS/SEM to ECC

Hello Gurus,
Since there is no standard retarctors available for SKF and New GL in BPS-SEM we developed a custom retractor.
We call a standard BAPI to post SKF and a BDC to post New G/L.
When we call the RFC function it asks for the user id and password to login into ECC system.
How to handle the SAP log on screen in the program.
Do we pass the userid and password through the ABAp program ?
Please let me know how to handle the logon screen in the foreground and also in the background.
Again this program will be executed in the background .
Thanks for your help guys

This is a duplicate post. Please close the other one.
You should be able to set up a RFC connection in SM59 with a generic userid and password embedded. Give the userid the authorizations to process this and not much else.
Rob

Similar Messages

  • Retract data from BPC 10.0 to ECC

    Hi All,
    We are attempting to retract data from netweaver BPC 10.0 to ECC.  We have followed the how to guide (How To... Retract data from BPC 7.5 NetWeaver to SAP ERP Cost Center Accounting,)  which details steps for version 7.5. 
    We have attempted to implement the transport in the appendix of this guide which implements class ZCL_BPC_RTRCT_SUPERCLASS.  This transport fails as it is missing method GET_APPL_DATA.  Has anyone had any experience with this class in 10.0, or even 7.5?  Alternatively, does anyone have guidliness for implementing retractionto ECC in BPC 10.0?
    Many thanks,
    James

    Hi Rich,
    In BPC 10 NW, the data entered in Input Forms has to be retracted to ECC.
    For this retraction we are following below link.
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/c029accf-6d95-2d10-79aa-cc291180bf73?QuickLink=index&overridelayout=true&59180354379512
    In this document, I am unable to get the details of class ZCL_BPC_RTRCT_SUPERCLASS.
    as it is Z class, i am unable to create in my system.
    could you please help me.

  • How to retract data from SRM 5.0 to BPS 7.1

    Hi eveybody,
    I need to retract the changed data from BPS (BW 7.1) to SRM 5.0.
    I am novice to BW-BPS.
    If there is no standard retractor, what is the solution?
    Can anyone send me documentation , links or steps by steps guide to explain how to do the link please?
    Thanks in advance for your help.
    I'll surely assign points if one can help me.
    My mail is [email protected]
    Nevil

    sorry, i made a mistake in the subject.It shall be :
    How to retract data from BPS 7.1 to SRM 5.0

  • Standard retraction process from BW-BPS 3.5 to sap 4.7?

    Hi all,
    Can anyone explain me the standard retraction process from bw-bps to sap r/3 4.7? is there any doc nor link shd be fine.
    I did happen to search in the sap forums i didnt happen to find any information?
    thanks
    pooja

    Hello,
    Please go through the following links :
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sapportals.km.docs/library/business-intelligence/g-i/how%20to%20connect%20between%20co-pa%20and%20sap%20bw%20for%20data%20retraction
    http://www.scribd.com/doc/17894523/Data-Retraction-in-BI-IP
    Thanks.
    With regards,
    Anand Kumar

  • Process and Code for writing an RFC to retrieve data from IT0006 and IT0655

    Hi,
    Can some body tell me the process and code for creating an RFC to retrieve data from IT0006 and IT0655.
    Its very urgent........
    Waiting for an early reply.....
    Many thanks

    Hello Krishna,
          The process for creating an entry in infotype is as follows.
    1.First you get the personal number lock for upating.You can use function 
        module ' BAPI_EMPLOYEE_ENQUEUE ' or ENQUEUE_EMPREL.
    2.Pass the records to function module ' HR_INFOTYPE_OPERATION' with
       OPERATION - 'INS'.
    3.Unlock the Employee by using function moule 'BAPI_EMPLOYEET_DEQUEUE'.
    Regards,
    Manoj.

  • Process and Code for writing an RFC to retrieve data from IT

    Hi,
    Can some body tell me the process and code for creating an RFC to retrieve data from IT0006 and IT0655.
    Its very urgent........
    Waiting for an early reply.....
    Many thanks

    Inside your RFC you can directly use select on PA0006 & PA0655
    or use FM: HR_READ_INFOTYPE
    if you wan for multiple pernrs then cal the FM inside a loop or you can use the select query for multiple pernrs
    reward points if helpful

  • 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

  • RFC call - RfcClientException: functiontemplate from repository was null

    Hi all,
    We are attempting to retrieve data from the ABAP stack of XI via the RFC adapter.  However the call to the RFC is returning the following error:
    <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="1">
      <SAP:Category>XIAdapterFramework</SAP:Category>
      <SAP:Code area="MESSAGE">GENERAL</SAP:Code>
      <SAP:P1 />
      <SAP:P2 />
      <SAP:P3 />
      <SAP:P4 />
      <SAP:AdditionalText>com.sap.aii.af.ra.ms.api.DeliveryException: error while processing message to remote system:com.sap.aii.af.rfc.core.client.RfcClientException: functiontemplate from repository was <null></SAP:AdditionalText>
      <SAP:ApplicationFaultMessage namespace="" />
      <SAP:Stack />
      <SAP:Retry>M</SAP:Retry>
      </SAP:Error>
    I have already come across SAP note 730870 but it didn't help.
    Any suggestion?
    Many thanks,
    Aldo

    Hi all,
    I have found the problem.
    The mapping to the RFC request was not creating the correct namespace prefix in the root xml element.
    I have downloaded the file rfcnormalizer.jar from SAP note 730870 and used it in my interface mapping.  It solved the problem.
    Regards,
    Aldo

  • How to make this function module as RFC to get data from different system?

    Hi
    I am trying to use following function module . This function module is used to copy data from one cube to another cube within same system however I need a this should happen across two different system. How can I use this function module to make it remote call to different system and do the same function what it is doing ?
    Name of function module -
    RSDRT_INFOCUBE_DATA_COPY
    Any help would be really helpful
    AG

    HI,
      let us say you want to copy the data of a cube in system A to a cube in system B .
      1) create a RFC function module in system B (in this function module  call the function module RSDRI_CUBE_WRITE_PACKAGE to update the data), this RFC function module should have same parametersa as RSDRI_CUBE_WRITE_PACKAGE .
    2) write a program in system A .. read the data from the infocube using the function module RSDRI_INFOPROV_READ and call the RFC function module in system B that you have created..
    for the details of the parameters to pass to these two function modules use the RSDRT_INFOCUBE_DATA_COPY and get the required code
    Thanks
    mahesh

  • How to call the data from BW to R/3

    HI everybody,
    I am having one /BIC/OHZSDS_QCAL in the BW which is created by the BW consultant, this /BIC/OHZSDS_QCAL consist of data in it now i have to call this R/3 and create a report to display. i am not getting any idea how to call this /BIC/OHZSDS_QCAL in the abap and write the code and display the output in R/3. and they are saying to create an RFC here for this, but how to create an RFC and call the data what code i have to write in the RFC function module so that i can get the data in the internal table of R/3 and write my report
    Can anyone help out in this.....
    Thanks in Advance
    Edited by: mhyderali on Oct 7, 2011 8:07 AM

    i have written the code in R/3 like this...
    data : gt_wrex_data type standArd table of ZWREX_DATA,
           P_BWRID TYPE zRSCRMSTATUS-REPORTUID,
           LV_LANG TYPE SY-LANGU,
           gt_return TYPE STANDARD TABLE OF BAPIRET2,
          gt_rscrmvarp TYPE STANDARD TABLE OF zRSCRMVARP,
          gt_wrex_query TYPE STANDARD TABLE OF zWREX_QUERY.
    CALL FUNCTION 'WREX_GET_DATA' DESTINATION 'BD4150'
    EXPORTING
    i_reportid = p_bwrid
    i_logsys = 'BD4150'
    i_no_check = 'X'
    IMPORTING
    e_bw_langu = lv_lang
    TABLES
    e_bw_data = gt_wrex_data
    e_return = gt_return
    i_bw_varsel = gt_rscrmvarp
    i_bw_query = gt_wrex_query
    EXCEPTIONS
    not_found = 1
    internal_error = 2
    not_consistent = 3          .
    IF SY-SUBRC <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    so what's the next i have to do,
    if i write the code in the BW like it is giving me an error  "Function module "WREX_GET_DATA" not found."
    CALL FUNCTION 'WREX_GET_DATA' DESTINATION 'RD4100'
    EXPORTING
    i_reportid = p_bwrid
    i_logsys = 'RD4100'
    i_no_check = 'X'
    IMPORTING
    e_bw_langu = lv_lang
    TABLES
    e_bw_data = gt_wrex_data
    e_return = gt_return
    i_bw_varsel = gt_rscrmvarp
    i_bw_query = gt_wrex_query
    EXCEPTIONS
    not_found = 1
    internal_error = 2
    not_consistent = 3          .
    IF SY-SUBRC <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    so can you please guide me in this, to get the solution who to work and get the data in the R/3
    I am waiting for your reply
    Thanks in advance...

  • How to retract data from BPC Netwaver to SAP R/3

    Hi all,
    I have three questions concerning the retraction of data from BPC to R/3:
    1)Can someone explain me how i can send data from BPC to R/3 (via SAPBI)??
    2)What's a better choice => Can i do this from an infocube or a DSO?
    3)And what is the role of the BAPI's "BAPI_0050_CREATION" and "BAPI_TRANSACTION_COMMIT"
    Or are those not important?

    hi,
    The push principle shows a workaround to start an extractor from the source system.... for this you can try APDs (esp for CRM system)and open hub destinations(OH).
    or
      kindly refer to below document which describes about the COPA retraction as an example for the same
    http://tleterme.developpez.com/bw/how/HowTo_COPA_Retraction.pdf
    also below thread explain that in detail about retractionand has diff links that might be helpful to you
    Retractors to SAP ECC from SAP BI
    regards
    laksh

  • RFC not getting data from XI

    hi,
    in my scenario, XI is passing the data back to RFC, but in my program where i call the RFC, the data is not received. what could be the issue.
    CALL FUNCTION 'ZFFF' DESTINATION 'XI'
    TABLES
           INP   = aaa
           OUT1 = bbb
           OUT2  = ccc.
    COMMIT WORK.
    it was working fine before when i had only OUT1. Later I added OUT2 and then onwards I am not getting data for any of the tables. I have checked in XI, data is being passed out of XI to RFC. No issues in that.
    something seems to have gone wrong in the RFC modfication or the RFC call. can anyone please help.
    thks

    Hi,
    Check the export import parameter declarations & data types in both RFC & XI.
    Put a break point in RFC & check whether it is getting triggered.
    Best regards,
    Prashant

  • How to use RFC to get data from BW?

    Hi all, we need to get data from BW using RFC, I am not  familiar with BW and RFC, would you please give me some advice? Many thanks in advance!

    would you please bring your solution  to light here?
    thank you
    God's blessing
    Andreas

  • Ugrent help. User exit- Read data from BW BPS layout and write to ODS

    Hi,
    I am new to BW BPS and have a req. where i need to read data from BPS layout (EXCEL) and write it to ODS.
    Is there any function module or user exit which read data from excel layout and upload it to ODS. Or can any one help me out how can i write a code for this.
    It is urgent and i need your help.
    Appreciate any kind of input.
    Thanks
    Mamatha

    Dear Mamatha,
    read following documents. i hope it will work for you.
    [http://www.geocities.com/cynarad/reference_for_bps_programming.pdf]
    [Accessing BW Master Data in BPS Functions using ABAP ( Exit Function )|https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/d3dcc423-0b01-0010-4382-aa3e0784b61e]
    Regards,
    Malik
    Give me points if its helpful for you.

  • Transfer class and characteristics data from 3.1i system to ECC 6.0 system

    I have to develop a program to transfer all the classes and characteristics( tcode cl01 and ct04)  in a 3.1i system to an ECC 6.0 system.
    I initially planned to use FMs BAPI_CLASS_GETDETAIL to read from 3.1i and BAPI_CLASS_CREATE to load in ECC 6.0.
    But then I realized that BAPI_CLASS_GETDETAIL does not exist in 3.1i system.
    Could anyone please tell me how to transfer the class and characteristics data from 3.1i to ECC 6.0. What approach and FMs are to be used.
    Thanks,
    Karthik

    Thanks for the reply Madhu.
    We are trying the ALE way, using BD91 and BD92. This way seems to be easier as there is no need to extract data to files.
    IDoc is successfuly sent from the 3.1i system but we are not able to see it in ECC 6.0 system.
    We are checking up the settings.
    Would be very useful if you can provide some more details about the settings to be done.
    Thanks,
    Karthik

Maybe you are looking for