Event for executing data automatically from PI to BI

Hi,
We are using web service for data source. For that we have created a source system web service and we are using PI for transfering flat file data into BI through web service and data source is in BI which is updating data into BI base DSO.
In this PI push the file and data uploaded into BI but this is a manual. Is there any event when PI push the file and the process chain executed automatically because we have to run process chain manually in BI.
Regards

With New G/L in R/3, the tables FAGLFLEXT (totals), FAGLFLEXA, BSEG, BKPF (Line Item) get filled. in BI side u have to use following data model
0FI_GL_10 -> 0FI_GL_10 -> 0FIGL_C10 -> 0FIGL_V10(for Totals)........Datasource 0FI_GL_10 is based on table FAGLFLEXT
0FI_GL_14 --> 0FIGL_O14 (for Line item).  .. ....          .......Datasource 0FI_GL_14 is based on tables FAGLFLEXA, BSEG, BKPF
SAP delivered function module RS_BCT_FIGL_DATA_GET_VC10 pulls data from 0FIGL_C10 to load 0FIGL_V10... Logic for cumulative balances considering carry forward balances from previous year for Balance sheet & P/L reports, is maintained in that function module.
(So, make sure this FM got installed while u installed standard content for GL model
Do the following, to see weather FM got installed.
Goto change mode of virtual provider (ZFIGL_V10). click information icon (blue 'i')
click 'Type/ Namespace'.. Then click 'details' button
If there is no FM, u won't get any data to 0FIGL_V10 and related queries.
And also 0FIGL_V10 uses Financial Statement Version object (0GLACCEXT), which is not available in 0FIGL_C10.
For Balance sheet & P/L reports, 0GLACCEXT is key object, so 0FIGL_VC10 is must.
U should install & load master (attr, hier, text) data for 0GLACCEXT.
http://help.sap.com/bp_bw370/BBLibrary/documentation/B70_BB_ConfigGuide_EN_DE.doc

Similar Messages

  • Populating of the data automatically from one jpanel to other jpanel

    Two different panels are there,for suppose if i give customer id in one panel it should automatically populate or display customer name in a textfield which is present in other panel.
    This can be done using database easily,but i wanted to know how it can be done using flat file system.
    please help me out. with a sample code example...
    waiting for the solution.

    This can be done using database easily,but i wanted to know how it
    can be done using flat file systemcheck out the io library. as for setting the component properties..it's no difference than how you would do it using a database..you would have to extract the data from the result set and populate the component with the data..same thing with flat file.
    if the file is a text file
    BufferedReader in = null;
    try{
        String line = null;  // hold a line of text from the text file
        String result = ""; // hold the result to display in the text area, etc..
        in = new BufferedReader(new FileReader(new File(filename)));
        while ((line= in.readLine) != null){
            // process a line of text from the file
        // update the GUI components
        txtOut.setText(result);
        lblOut.setText(result);
    catch (IOException io){
        io.printStackTrace();
    finally{
         // close the resource
        if (in != null){
            try{ in.close(); }
            catch(Exception e){}
    }

  • Implement paging (prev/next) for jtable data obtained from database

    Hello all, first time poster and relative newbie to java.
    I am trying to learn java and in the process have stumbled upon this issue.
    I have searched through the forum as well as googled my way around for answers. And though I am more informed than I was, I still am a little stumped.
    I would like to implement a table that pulls data from a database (mysql), limits the results, and include prev/next buttons to traverse through the records.
    I think this involves writing my own AbstractTableModel. And I have seen some examples as such. But could use a little more help.
    I will always be pulling 10 rows, but the columns will change depending on query I am using so implementing a more generic set of methods would be great.. To be specific...
    Table: users
    Columns: userid, ufname, ulname, utype, ustatus, etc....
    For selection purposes I only need to show: userid, ufname, ulname. So I figure I write a query like:
    select userid, ulname, ufname from users limit index, 10
    Where index tells the query where to start from then use the results to populate the jtable. I can do this statically but do not quite understand how to implement the next/prev buttons so that the table pulls the next or previous set of data.
    If this can happen without the need to repaint/refresh the frame that would be great.
    sudo code (with comments) would be ok, but a basic working example of this would be even better.
    thank you in advance, if more information is required please let me know.

    tumbleweeds roll by...........

  • Replicate event for several dates?

    Hi,
    I'm using the default calendar application in my Nokia E51.
    Is there a way to copy an event over several days?
    For example:
    "Conference 9-17"
    on Monday-Friday?
    If I select starting date and finish date - the whole days get booked, not only 9-17 each day.
    Anybody know how to do this?
    Thanks alot!

    Hi
    SDN is itself a one-point source for anything related to SAP. (You can check eLearning etc for the same)
    But still, here is one for you to start learning ABAP [http://abap-gallery.blogspot.com/2007/07/step-by-step-learning-abap.html|http://abap-gallery.blogspot.com/2007/07/step-by-step-learning-abap.html]
    Regards
    Raj

  • How to Read the internal table for the data download from the spool

    HI all,
    I have one issue regarding the spool ,we are getting the correct output as per requirement of  user but when we send the same to the user in pdf format they did notget the same.
    they are telling that the due date is missing from the pdf.
    Please advice me how to track the internal  table for the spool data converted intopdf in a readable format.
    the FM used for the above task is : 
    call function 'CONVERT_OTFSPOOLJOB_2_PDF'
    Please reply if any one worked on the same.
    Thanks in advance.
    Gaurav,

    Hi Wang,
    Please let me know how you solved your question.
    Points will be rewarded.
    Thanks,
    Arun.

  • Hierarchy for Master Data Load from BW

    Hi All
    I'm loading Master data from BW infoobject 0Customer. There is no Hierarchy maintained for it in BW.
    Rather than creating hierarchy manually in BPC, I want to include mapping in transformation/conversion file which should roll master data records coming from BW to ALL_CUSTOMERS (member manually maintained in BPC). ALL_CUSTOMERS will be parent node for the hierarchy in BPC. No other levels of hierarchy is required. All the data should have one parent.
    Something like PARENT=*STR(ALL_CUSTOMERS)
    Please share your ideas? Help is very much appreciated.
    Thanks.

    Hi Asif
    If you are laoding master data from BW infoobject, you will not be able to load /specify any value for ParentH1/hierarchy node as BW /BPC does not allow that.
    An option would be to
    1) load hierarchy from a flat file or
    2) to maintain  hierarchy in BW amd load into BPC the normal way
    Regards
    Surabhi

  • Hi I need Event for removal of component from UIEditor

    Hi, JDev team
    I need a event to identify removal of component from UIEditor.
    I have one method of doing this.Apply viewSelectionListener to the UIEditor but i can'nt use this approach for some reasons.Is there any other way out??

    I'm sorry, but Apple does not provide a downgrade path for iOS. Because downgrading is unsupported by Apple we cannot discuss it on these forums.
    You may leave comments at Apple Feedback.

  • Any event for getting Wi_id no from table Swwwihead

    Hi ,
    I am getting wi_id using interface if_swf_ifs_workitem_exit  using method after creation but during this time workitem is not saved to table swwwihead. Is there any event or any other alternative to get the workittem from that table after saving the data and before it goes to the sap inbox.?
    Regards,
    Shwetang

    Hi ,
    I am getting the needed data from the paramenter but my problem is i had made one user decision activity which is going to sap inbox and i have to send thid decision box to lotus notes inbox which i am doing with a program rswuwfml2.
    I am writing this program exit to run this program when the workitem is created and these are getting from the method but the program   rswuwfml2 requires work id  and other details from table swwwiead as when method is populaed this details are not commited o the table.
    I don't want call his program explicity.
    Hope this will clear your doubts regarding my question.
    Thanks
    Shwetang

  • What's wrong with my code for comparing date retreived from db and sysdate?

    Hi all,
    I need to retrive date from the DB and compare it to system date.i have posted the code below.i get java.sql.SQL Exception:Io exception:Socket closed.
    What's wrong with the code?please help me.Thanks in advance.
    public boolean date() throws IOException, SQLException {
    Connection con1;
    long millis = System.currentTimeMillis();
    Timestamp timestamp = new java.sql.Timestamp(millis);
    ResultSet rs4 = null;
    try
    Class.forName("oracle.jdbc.driver.OracleDriver");
    con = DriverManager.getConnection(
    "jdbc:oracle:thin:@abc:1605:xyz",
    "cdf", "cdf");
    Statement stmt_exp = con.createStatement();
    rs4 = stmt_exp.executeQuery("SELECT DATE FROM TABLE_NAME")
    while (rs4.next()) {
    Timestamp timestamp2 = rs4.getTimestamp("expire_date");
    con1.close();
    catch (Exception e)
    e.printStackTrace();
    finally
    //ResultSet rs4 = null;
    //Timestamp timestamp2;
    Timestamp timestamp2 = rs4.getTimestamp("expire_date");
    if (timestamp2.compareTo(timestamp) < 0)  //sysdate < exp date
    return true;
    } else {
    return false;
    }

    Didn't you understand what BalusC said? You're closing the connection and then trying to use the ResultSet. The ResultSet will be closed when you close the connection so you can't use it anymore.
    You should close the connection last thing in your code, probably in a finally. And after you close your ResultSet and Statement.
    People on the forum help others voluntarily, it's not their job.
    Help them help you.
    Learn how to ask questions first: http://faq.javaranch.com/java/HowToAskQuestionsOnJavaRanch
    ----------------------------------------------------------------

  • FM for validating date coming from a file

    HI All,
    I have to validate date that needs to be validated before passing it to DB.
    Is der any FM for same
    I tried CONVERT_DATE_TO_INTERNAL.
    But it accepts date only in one specified format.

    hi,
    try this
    Use Function module DATE_CHECK_PLAUSIBILITY to validate a date.
    1)If you given a invalidate date then it will ask you to enter a valid date.
    2)After changing it to correct value, you can click on SAVE button or if you want to continue with the invalid date then click on USE INVALID VALUE button.
    Try with this code.
    PARAMETER P_DATE TYPE SYDATUM.
    CALL FUNCTION 'DATE_CHECK_PLAUSIBILITY'
    EXPORTING
    date = P_DATE
    EXCEPTIONS
    PLAUSIBILITY_CHECK_FAILED = 1
    OTHERS = 2.
    IF sy-subrc 0.
    MESSAGE E000(ZI) WITH 'INPUT DATE IS INVALID DATE'.
    ENDIF.
    Regards,
    RItesh J

  • Tools for migrating data (documents) from MS SQL to Oracle

    Hi,
    Please let me know if there any tools available for migrating documents from one database like MS SQL to Oracle. Currently our documents are stored in MS SQL and we are planning to implement KM for document management with Oracle as the database.
    Regards,
    Suresh

    The old manual style still works - create the scripts for the migration objects, then use search & replace to rename the schema for all affected objects and finally run the SQL script to create them in the Oracle database.
    - Klaus

  • Steps for Master data upload from ECC6.0 to BI7.0

    Hi experts,
    I need to load material master and customer master data from ECC6.0 to BI7.0 and i could not see the steps to do so in sdn.
    Can anyone please give me the steps from the beging till end usign Business content 0material_attr/text/Hier .
    I Will assign deserving points to all the answers.
    Thanks in advance.

    Hi,
    Steps:
    1. Go to  RSA5 in  ECC6 to Install Business Content D.S.
    2.If you want do any change then Go to RSA6 in ECC6
    3. Replicate DS in BW .
    4. Create Transformation (to connect DS to MD).
    5 Create Info package ( to load from S/S to PSA ).
    6. Create DTP ( to load from PSA to MD Objects ).
    Please let me know if i am missing any steps.
    Ali.

  • Applying order by for the data comming from the formula column

    Dear Friends,
    I am having a report in which some of the columns in which data is comming from the formula columns,but i need the data in asc order.
    How can i do it.
    Please advice.

    I am having a report in which some of the columns in
    which data is coming from the formula columns,but i
    need the data in asc order.Lets say you have this query:
    select empno, sal, comm from emp
    And you have empno, sal, comm and a formula column 'f_percentage' in one group. Add one dummy column in the query, like this:
    select 'temp' temp, empno, sal, comm from emp
    Move this 'temp' column into the second group (drag and drop outside the first group). You don't have to create repeating frame/or need to show this 'temp' column on the report.
    Now if you use break order on formula column, that should work. Make sure you have break order on other columns also. Arrange items (change order) in data model as you needed. Run your report before and after this change and make sure you have same number of rows before and after this change.
    (from reports builder's help)
    "Break Order has no effect on columns that belong to the lowest group of a particular query. Break Order only affects columns in groups that are above the lowest child group of a query"

  • How to update a Z-table in ECC for the data coming from CRM

    Hi Experts,
    I need to store the industry code and description from customer master from CRM into a Z-table in ECC.I have checked the BDOC segments is already there in CRM.This Z-table has to be updated each time when the user save the customer master.This Z-table will be non editable in ECC.
    Thanks in advance.
    Regards,
    Sumit

    Hello,
    Do you synchronize CRM business partner with ECC business partner?
    Because in standard industry code & description are replicated between both objects... so I don't really understand what you try to do.
    Anyway, if you would like to save some information in a Z table each time a business partner gets replicated into ECC, you can register a function module in table COM_BUPA_CALL_FU on ECC to do the job.
    Kind regards,
    Nicolas Busson.

  • What chords do i need for a data migration from macbook 2008 to  macbook air 2012

    My 2008 macbook has a firewire port and my new macbook air 2012 has a thunderbolt port. I have a thunderbolt cable but i can't find an adapter to firewire or the firewire cord? Should I return the thunderbolt cable and surrender the 100 bucks for one-on-one or go through the tedious process of using my external hard drive as the 'messenger boy'?

    There's all sorts of ThunderBolt to FireWire adapters out there. Here's one on Amazon. http://www.amazon.com/Apple-Thunderbolt-to-FireWire-Adapter/dp/B008RXYOKY/ref=sr _1_11?ie=UTF8&qid=1346277186&sr=8-11&keywords=thunderbolt+firewire
    You'd also need a FireWire 800 to 400 adapter. http://www.amazon.com/elago-FireWire-400-800-Adapter/dp/B002TF0ZDQ/ref=sr_1_8?ie =UTF8&qid=1346277133&sr=8-8&keywords=thunderbolt+to+firewire

Maybe you are looking for

  • 10.9.3 updated - now i have graphics issues

    I just updated my mid 2011 mac mini with the radeon hd 6630M graphics to 10.9.3.  Now, the text and images on screen is nowhere near as crisp as it used to be (preupdate).  It looks like someone made everything "grainy".  Text is blurry and it looks

  • Handling events in a while loop

    In a while loop, I need to stop the loop after a change of state from false to true or true to false or I can do this by detecting a certain string from the serial port. Seems like I should be able to do this simply by using a counter which is edge t

  • Opening PDF docs using ipad3

    using an ipad3. need to know how to open PDF docs to view at websites. thanks

  • Request still running but?

    Hi, My request is running , but in the data target the request is set to green why? give me the solution and am not able to see the data in the data target data is there in PSA Thanx in advance, Ravi.

  • Does the apple hardware test, test the optical drive?

    I think my optical drive may have issues. Does the apple hardware test the optical drive?