Transfer GL data into SEM exchange

Hi,
I am trying to transfert data from oracle GL to ABM going through exhange .
I am having trouble with the transfert the filters are not working.
example: I have account numbers starting from 3100 to 8130
when i enter the rules for my expense account.
I get all the accounts from 3100 to 8130.
But let's say enter the filter from 3100 to 8120 it fails
and it also fails for any other filter and i always get an error like this one.
create_update_activa_record: PDS ID :expense does not exist for Model : 20 Please create the PDS and rerun the collection.
create_rule_collections: ORA-01400: cannot insert NULL into ("EAA"."EAA_RULE_COLLECTIONS"."ACTIVA_COLLECT_ID")
main: ORA-01400: cannot insert NULL into ("EAA"."EAA_RULE_COLLECTIONS"."ACTIVA_COLLECT_ID")
Process Completed with Ret Code : -9999
SQLERRM: User-Defined Exception
why would it work for accounts from 3100 to 8130
but not for 3100 to 8120
thanks

Greg,
i'm repeating myself, but the two steps are
- Then II also have to repeat what I said in my quotation.
1) start with SBIW in r3 and then
- Do you think these two steps is the correct and without gaps sequence?
- After calling SBIW in R/3 one will have a tree with the a lot of menu options. Have you said which one shoud be executed? And it's not necessary to run  SBIW, it's just enough (another entry to the same screen) to run RSA5 or RSA6 as I wrote in the quoted in my reply link in order to copy a datasource on BW side.
2) activate the InfoSource on BW via RSA1.
- One should replicate the datasource in BW (most of BW is just revoked by RSA1 t-code ), then link it with the activated transfer rules (or data transformations) to the active already infosource.
Then construct data flow (transformations and data transfer packages) to data targets.
These are clearly not two steps.

Similar Messages

  • Load Historic Sales Data into SEM

    Hi experts,
    I have a requirement in my project where as part of system readiness check it has been asked to "Load Historic Sales Data into SEM".Does anyone know as to how to proceed with the requirement.
    Has anyone dealt with this kind of requirement ever ?
    If yes can you tell me the steps please.
    Watever information you guys have please share it with me.
    Usefull answers will be rewarded subsequently.
    Thanks in advance,
    Abhinav Mahul.

    Hi Abhinav,
    Hav you integrated your system with BW system.
    If yess then you need to upload all previous sales information from CRM system to BW system.
    Secondly, copy all the CRM sales order data residing in an infocube to be replicated to a sales planning sales order infocube of SEM.
    This is what is meant by Loading historic sales data into SEM.
    To do this you would require a SEM/BW consultant.
    You can use a funtion name 'COPY' in BPS-SEM to copy one sales infocube to other.
    Best Regards,
    Pratik Patel
    <b>Reward with Points!</b>

  • How to transfer XML-Data into a WebDynPro-Application?

    An external partner has a calling interface that sends a HTTP-Redirect to a specific application-url and transfers all the data in one POST-Parameter.
    The value of this POST-Paramater (CALLINTERFACE) consists the XML-Data.
    <form id='InterfaceData3' method='post' action='/ProduktFrontController/Start'>
    <textarea cols="80" rows="30" name='CALLINTERFACE'><?xml version="1.0" encoding="UTF-8"?>
      <authentifizierung version="1.0">
           XML-Data.....
      </authentifizierung>
    <br>
    <p><input id='button1' type='submit' name='Button' value='Absenden'></p>
    </form>
    Standard-Java:
    In our Java-Application we can read the POST-Value (XML-Data) via the HTTPServletRequest-Object/Instance.
    WebDynPro-Java:
    IWDProtocolAdapter protocolAdapter = WDProtocolAdapter.getProtocolAdapter();
    IWDRequest request = protocolAdapter.getRequestObject();
    String xmlData = request.getParameter("CALLINTERFACE");
    In WebDynPro for ABAP I couldnt find a equivalent solution /technic to read the POST-Parameter-Value.
    So I have to write a lot of annoying 'glue-code':-(      (HTTP-Request-Handler for reading, Shared Memory / Objects for transfer to WebDynPro ABAP),
    (Remark: It's no solution to transfer XML-Data via a URL-Parameter because it is too big (> 1 KByte) and the external partner doesn't support this option!).
    My questions:
    1) What technics for transfering Data (not only 2 or 3 Parameter) form external web-applications into WebDynPro ABAP applications does SAP support?
    2) Is it possible to reach the calling HTTP-Request from WebDynPro-ABAP? (MayBe via ABAP-Callback-Functions)
    Sincerely
    Steffen

    Hi,
    thank you for your answers:-)
    In conclusion the result is:
    1) There is no "direct" way to read POST-Parameter in WebDynPro ABAP
    => You have to write a wrapper in BSP or an ICF -  HTTP_REQUEST_HANDLER
      (A  ABAP-Class that implements the Interface "IF_HTTP_EXTENSION"
         that reads the POST-Parameter-Value and transfers the value into a reachable localtion for WebDynPro-Abap.
    2) For parsing the XML-Data I can use for example STRANS tcode or  Simple Transformations
    3) For transfering the Data between the BSP / the Request-Handler and WebDynPro for ABAP, I can use for example SharedMemory, Shared Objects.
    Regards
    Steffen
    Edited by: Steffen Spahr on Jul 19, 2011 8:35 AM
    Edited by: Steffen Spahr on Jul 19, 2011 8:55 AM

  • Interface to transfer the data into payroll

    hi folks,
    I need to transfer the time data entry found in CATSDB intp payroll. what is the interface or BAPI FM that I can use?
    Also , I need a clarification - is the data stored in CATSDB table - the final time data of the employees ?
    Thanks
    Vinu

    Hi Vinu,
    You can use the function module BAPI_CATIMESHEETMGR_INSERT for inserting the data into CATSDB table. (Transaction CAT2).
    The function module BAPI_CATIMESHEETRECORD_GETLIST is used to read the data from CATSDB.
    The function module BAPI_CATIMESHEETMGR_CHANGE is used to change the existing records.
    Please close the issue with points(appreciate) if it helps.
    Good luck.
    Venu

  • Transfer sales data into SOP

    Dear All,
    We have a very unique require i.e. -
    We want to plan our production based on past three months actual sales billing qty. As these information is already available in SAP hence we do not want to enter this information in MD61. Best of my knowledge we can transfer / copy  this information directly into SOP. Will any help me out by means of giving step by step process.
    Thanks in advance.
    Regards,
    Amol

    Thanks Dear,
    I tried as per ur suggestion and facing following deficulties -
    T code - MC87
    Transfering data from SIS = S003
    Data available in S003 in periods and not in date.
    when I transfer SIS data I am getting the error as given below.
    In 1st pop up I have to fill up source infor structure -
    I have entered -
    Info structure = S003
    Version = &(
    From = 01.08.2006
    To = 01.10.2008
    I am geting the folowing warning in another pop-up -
    DATA AS FROM 01.09.2008 ONLY (PLANING START) CAN BE COPIED.
    If I ignor this warning system does not copy any information.
    Regards,

  • How to read a table and transfer the data into an internal table?

    Hello,
    I try to read all the data from a table (all attribute values from a node) and to write these data into an internal table. Any idea how to do this?
    Thanks for any help.

    Hi,
    Check this code.
    Here i creates context one node i.e  flights and attributes are from SFLIGHT table.
    DATA: lo_nd_flights TYPE REF TO if_wd_context_node,
            lo_el_flights TYPE REF TO if_wd_context_element,
            ls_flights TYPE if_main=>element_flights,
            it_flights type if_main=>elements_flights.
    navigate from <CONTEXT> to <FLIGHTS> via lead selection
      lo_nd_flights = wd_context->get_child_node( 'FLIGHTS' ).
    CALL METHOD LO_ND_FLIGHTS->GET_STATIC_ATTRIBUTES_TABLE
      IMPORTING
        TABLE  = it_flights.
    now the table data will be in internal table it_flights.

  • Additional licensing to transfer BW data into Hyperion Platform

    Dear all,
    I already posted a similar question in BI Forum some months ago, but I didn't receive any real answer...now I hope this might be the right place...
    I know (as SAP says, at least till some year ago...) that "extracting data from SAP BW <b>by any means</b> requires additional licensing!".
    Well, now we are in a software selection phase for a CPM tool and we are discussing about two options: SAP and Hyperion. This last one (and its sales people) <a href="http://www.hyperion.com/solutions/environment/sap.cfm">assure us</a> a no-cost integration between (the already existing) BW data and its BI platform, thanks to "a sophisticated engine that delivers high-performance extraction from SAP NetWeaver BI using SAP BAPI function calls".
    Our SAP account manager (with the sales office support), on the contrary, asserts that additional licensing is required.
    Where is the truth ?!
    Thanks in advance...
    Bye,
    Roberto

    Hi Roberto,
    In my experiences with SAP and in particular to pricing and licensing, the final answer usually comes to the SAP account manager.  They always have the pricing list with them. In regards to SAP, listen to the guy from SAP.
    Regards,
    John Ta

  • Best way to put binary-data into string?

    Hi there!
    What I want to do is to transfer binary data via HTTP/GET so what I have to do is to transfer binary data into a string.
    Currently I do this the follwing way:
          byte[] rawSecData = new byte[4]; //any binary datas
          ByteArrayOutputStream secBOS = new ByteArrayOutputStream(4);
          DataOutputStream secDOS = new DataOutputStream(secBOS);
          for(int i=0; i < rawSecData.length; i++)
            secDOS.writeByte(rawSecData);
    secDOS.flush();
    String secData = secBOS.toString();
    System.err.println("Lenght of resulting String: "+secData.length());
    I know that this way already worked fine, however I now set up my system up again with another linux-distro and now strange things happen.
    e.g. the secData string differs in lenght from run-to-run between 2 and 4 and I don know at all why?
    Transferring the binary-stuff into string-stuff (e.g. short-binary 255 255, String: 65536) is not possible for me because of various reasons.
    The funny thing is that I remeber that this already worked some time ago and I can figure out why it now doesnt...
    Please help!

    First of all thanks a lot for your help!
    Yes, I already think its an encoding problem, but how can I specify the encoding in my application in a portable way. I dont have an idea what to do.
    My applikation should run as applet on many different 1.1+ VMS (msjvm, netscape-1.1.5, ...).
    Thanks again, lg Clemens

  • Upload bulk data into sap?

    hi all,
    let me know is there any methods to upload bulk data into sap and can same data be modified , delete , add. please correct me if i am wrong. what i know is that we can do with lsmw method, as i am new to lsmw method please let me know where to hunt for lsmw documentation.
    thanks,
    john dias.

    Hi John-
    According to SAP, The Data Transfer Workbench supports the automatic transfer of data into the system. The Workbench is particularly useful for various business objects with large amounts of data. It guarantees that data is transferred efficiently and ensures that data in the system is consistent.
    Further, The Legacy System Migration Workbench (LSMW) is a tool recommended by SAP that you can use to transfer data once only or periodically from legacy systems into an R/3 System.
    For your purpose you might be helped by the following two links-
    'Data Transfer Workbench' - http://help.sap.com/saphelp_47x200/helpdata/en/0d/e211c5543e11d1895d0000e829fbbd/frameset.htm
    'Using the LSM Workbench for the Conversion' - http://help.sap.com/saphelp_46c/helpdata/en/0f/4829e3d30911d3a6e30060087832f8/frameset.htm
    Hope these links help,
    - Vik.

  • How to transfer the Legacy Transaction Data into SAP R/3

    Hi Experts,
    I  have  issue with legacy transaction data transfer  to R/3 system. My clients want to see  last 3 years legacy transaction data into SAP R/3 system.  But I am not sure whether it is possible or not.
    Please let  me know any possibilities to transfer the legacy tansaction data into SAP.
    Please help me out from this issue.
    Advanced Thanks,
    Chandra

    Hi Sunitha,
    Here legacy sytem is MRP for Retail Sales.
    And format is excel. Since three years data available in
    existing system.
    Please let me know if any further information required.
    Regards,
    Chandra

  • How can i get my oxygen 8 to transfer data into Logic?

    i use an Oxygen 8 midi-keyboard and the Presonus firebox-interface with my Logic pro 7.
    how can i get my oxygen 8 to transfer data into Logic?
    its like there is no connection between the two.
    but its not the cables, since everything was running fine before.
    can anybody help me ?

    Go into the Audio MIDI Setup utility and check to see if you see it there. Considering that the Oxygen 8 is class compliant, you should just be able to plug it into the Mac. Perhaps, all it needs it to be recycled (turn it off and on again).
    jord

  • SAP (ECC) extractor to transfer data into Non SAP System

    Hi Experts,
    Scenario : We had a requirement to decommission the existing SAP BW system and merge it into Non SAP BI system (say MSBI).
    Existing BW system getting data from standard extractor and populating till cubes.
    Now If this SAP BW system will be decommissioned and all the data needs to be moved to new Non SAP System BI.
    What will be the approached for this smooth transfer.
    Will SAP (ECC) std extractor will be used to move the data into non SAP BI system ? How ?
    Any documentation and experience will be helpful.
    Thank-You.
    Regards,
    VB

    Hi VB,
    First you need to identify that your MSBI system support BCI(business content integration) method. For example Informatica support BCI and provide RFC plugins to integrate with SAP. If your MSBI support BCI method then you can use standard dataextractors to extract data in new BI system. You will also need to plan the reporting model and how the extracted data will be feeded in your BI datamodel/reporting side. You may use some transformation reference from your existing SAP BI system.
    Thanks
    Amit

  • How to transfer IDOC - E1EDL24 segment data into my_itab?

    Hi Experts,
    Am trying to transfer data from a Segment-E1EDL24 to an itab of fs_itm_data.
    data: begin of fs_itm_data,
    tapos(6),
    nista(18),
    altme(3),
    end of fs_itm_data.
    So, when u see this E1EDL24 segment in WE31, there are lot of fields in it.
    And am getting the data as,
    idoc_data-segnam = E1EDL24
    idoc_data-sdata = 00001012345678 (i.e. POSNR+MATNR)
    So, to do dump this segment data into itab, am wrting code by using OFF SETTIng ; like,
      fs_itm_data-tapos         = edidd-sdata+0(6).
      fs_itm_data-nista         = edidd-sdata+146(15).
      fs_itm_data-altme         = edidd-sdata+161(3).
    1 - but, I dont think that, this is correct practice
    2 - if there is no value for Alt UNIT of edidd-sdata+161(3), wht happens?
    3 - If MATNR varies in its length, like 1 - 18?
    so, let me know that,
    1 - How to transfer this segment data into this itab?
    THANQ

    If I understand ur requirement correctly then u need to move idoc_data-sdata to an internal table itab.In that case no need to move data from idoc_data-sdata to itab directly using OFF SETT.
    1st declare one wrokarea of type E1EDL24.
    data: w_E1EDL24 type E1EDL24.
    Now move the content of idoc_data-sdata to the workarea.
    move idoc_data-sdata to w_E1EDL24.
    Now u can do field by field assignment to move data from w_E1EDL24 to ur table.
    fs_itm_data-tapos = w_E1EDL24-tapos.
    fs_itm_data-nista = w_E1EDL24-nista.
    fs_itm_data-altme = w_E1EDL24-altme.
    Here I am assuming that field names in the structure fs_itm_data are same as field names in the segment w_E1EDL24.
    Regards,
    Joy.

  • Easiest way to transfer contacts/data from old phone (5) to new (6 and 6 ). I did "back up to this computer" for both phones. After activation (verizon) do I just plug into iTunes? One phone is still using iOS7 (is that a problem?, other is iOS 8.1.

    What is the best/safest way to transfer contacts/data from old phones (5) to new (6 and 6 ). I did "back up to this computer" for both phones. After activation (verizon) do I just plug into iTunes? One of the old phones is still using iOS 7, will that be a problem?  (the other has iOS 8.1).

    The following has instructions on how to transfer to a new iPhone using either iCloud or iTunes: Transfer content from an iPhone, iPad, or iPod touch to a new device - Apple Support

  • Extracting/Reporting on SEM data into BW

    Hi Experts,
    I have new requirement of reporting on SEM-PDCE.
    For this I have to fetch data of SEM PDCE into BW.
    Can you please provide me links or steps how to do that.
    I hve never work in SEM.
    IF anybody has documents relating to SEM or SEM PDCE or extraction of SEm data into BW, please mail me at
    [email protected]
    Please help me out in this..
    THanks in advance
    Sorabh

    Hi Sorabh,
    Here is the extract from sap site.
    SAP Strategic Enterprise Management (SAP SEM) delivers end-to-end capabilities to support the entire performance management life cycle
    this has following facilities:
    Business planning and simulation -- Capabilities for strategic planning, financial statement planning, and investment planning enable you to update budgets more frequently, meet changing business conditions, and combine traditional, bottom-up budgeting with top-down strategic planning. SAP SEM also encourages a more collaborative budgeting and planning process -- while helping you integrate and align strategic, operational, and financial plans.
    Business consolidation -- Capabilities for currency translations, automated eliminations, and performance calculations support financial reporting standards required for consolidations, such as U.S. and local Generally Accepted Accounting Principles (GAAP) and International Accounting Standards (IAS). SAP SEM also helps you implement management consolidations based on user-defined organizational units and user-defined hierarchies.
    Strategy and performance management -- SAP SEM helps you translate strategies and objectives into meaningful plans for every segment and department of your enterprise. Capabilities for use of the Balanced Scorecard, value-based management, and risk management enable business users to make proactive decisions and understand how individual functions or organizations are contributing to the broader corporate strategy.
    Stakeholder relationship management -- SAP SEM provides support for communicating enterprise strategy, current plan data, and strategic initiatives to the different stakeholder groups. Capabilities for portal-based investor polling and information collection, as well as analysis and modeling of stakeholder feedback, facilitates the two-way communication needed to incorporate stakeholders into strategic management processes.
    link to documentation
    http://help.sap.com/saphelp_sem40bw/helpdata/en/3a/c670373bbf0303e10000009b38f842/frameset.htm
    Also go through these links.
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/biw/s-u/sap%20bw%20business%20planning%20and%20simulation%20-%20how%20to%20guides%20list.htm
    https://websmp202.sap-ag.de/sem
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/biw/d-f/enhancements%20bw-bps%20formerly%20sem-bps%20in%20sapnetweaver%2004.ppt
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/biw/d-f/frequently%20asked%20questions%20-%20planning%20with%20sap%20netweaver%20bi.faq#q-6
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/5d90209f-0501-0010-59a2-9243ac94a4d7
    Also there are some good threads on this topic
    what is the difference between BW 3.5 BPS and SEM BPS 4.0
    BW- BPS and SEM- BPS
    SEM-BPS VS BW-BPS
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/biw/s-u/sap%20bw%20business%20planning%20and%20simulation%20-%20how%20to%20guides%20list.htm
    https://media.sdn.sap.com/public/eclasses/teched04/BW253_files/Default.htm#nopreload=1
    https://www.sdn.sap.com/irj/sdn?rid=/webcontent/uuid/3040dd5d-0501-0010-baa8-fc0aafa88c40 [original link is broken]
    http://help.sap.com/bp_biv235/BI_EN/html/BW/CostCtrPlan.htm
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/biw/d-f/enhancements%20bw-bps%20formerly%20sem-bps%20in%20sapnetweaver%2004.ppt
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/5d90209f-0501-0010-59a2-9243ac94a4d7
    http://help.sap.com/saphelp_nw04/helpdata/en/05/242537cedf2056e10000009b38f936/frameset.htm
    http://help.sap.com/bp_biv335/BI_EN/html/BW/CostCtrPlan.htm
    http://help.sap.com/bp_biv335/BI_EN/html/BW/SalesPlan.htm
    Re: SEM 5.0 Installation guide
    Re: Merge an SEM-BPS System to BW System
    SEM/BW integration into Enterprise Portal?
    SEM 4.0 with BW 7.0
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/biw/d-f/frequently%20asked%20questions%20-%20planning%20with%20sap%20netweaver%20bi.faq#q-6
    Re: SEM vs BW
    http://help.sap.com/saphelp_nw04/helpdata/en/e3/e60138fede083de10000009b38f8cf/frameset.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/44/b21f98be886a45a4bb7e123e86e4c2/content.htm
    Re: SEM 5.0 Installation guide
    Re: Merge an SEM-BPS System to BW System
    SEM/BW integration into Enterprise Portal?
    SEM 4.0 with BW 7.0
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/biw/d-f/frequently%20asked%20questions%20-%20planning%20with%20sap%20netweaver%20bi.faq#q-6
    Re: SEM vs BW
    ***pls assign points,if links are useful**
    Regards
    CSM Reddy

Maybe you are looking for

  • How to modify Find and Change indicator?

    I use Find and Change in Applewors 6. At present, this operation finds what is specified but the indicator is colored green and is open, and hard to locate on a page when looking for a single letter. I changed it from its original pale orange to what

  • Why is the service SO bad?

    I have been a Verizon Customer for over 10 years, and lately the services are getting so bad that I most likely will be going to another carrier at the end of my contract. 1)     Over the past 2 years, I have noticed more and more dead areas, where I

  • CMP beans, VCafe IDE and " finder-expression "

    I am building CMP beans, and am trying to make some finder methods. VCafe allows you to make the string for the "<finder-query>" element in the weblogic-cmp-rdbms-jar.xml, but I can't find UI to also add a "<finder-expression>" element to the finder-

  • Update XML using DOM parser

    I am using Dom parser in java to parse xml.I am able to retrive data from xml.Can any one help me in updating an xml when data is modified in the user interface.I am created interface in html with three fields namely UserName , LastLogin, Modified fi

  • Can't understand CSS

    I am trying to make an HTML webpage. But I am having a hard time changing the appearance of my menu buttons. The starting point of my work could be seen on this address: http://www.batzorig.com/gallery2 As you can see, at the moment there are only tw