Data source not extracting Noted Items

Hi All,
I want to extract records from fbl3n and Noted Items.
I feel 0fi_gl_4 extracts from the same. My issue is it doesnt pick the Noted Items.
I read and came to know Note number 411758 helps to bring this, but our ECC sustem is in 617 component and we are getting
error message as SAP Note 0000411758 cannot be implemented.
Can you help me with New SAP Note or do I require to do any config?
Regards,
Venkatesh

Hi Kiran:
  Take a look at SAP Note 609847 - "BW: missing info for Info sources 0SGR, 0SCN, 0CGR".
Regards,
Francisco Milán.

Similar Messages

  • Data source and Extract Structure

    Hi all,
    I have a doubt on Data source and Extract Str,
    when i used one info cube with some char and kf's
    after i did extraction shall we change the extract strcuture prequently other wise better to use all the predefined extract strcuture hide in data source.
    if i hide in datasource after extraction i want to use some of hide fields, so we can use it? if we can use how can we extract data for that specified hide fields to bw side.

    If you wont to create the genaric data source at that time
    you can create cube with some char and kf.
    after extraction you wont to modify the structure ? if you mofify
    the structure then replicate the data source and delete the data
    and upload the data from r/3 to bw.its not correct way every time modifying the
    structure.if you put hide means that fields are not coming to
    bw side.if put modify the hide field ,first goto rsa6 edit data source
    remove the hide check box and save after come to bw replicate the data source
    delete the data and load the data (if you wont full data for hide field)
    if you dont load full load means only available upto data only what ever field you modify the
    hide to unhide,

  • Help Me "Data Source - Not User Data Source"

    Hi All!
    I have written an addon in Service Call Form To add new Matrix in this form with code as follows:
    Dim oLink As SAPbouiCOM.LinkedButton
    oFormServiceCall = SBO_Application.Forms.GetFormByTypeAndCount(60110, 1)
            oItem = oFormServiceCall.Items.Item("159")
            oNewItem = oFormServiceCall.Items.Add("Matrix1", SAPbouiCOM.BoFormItemTypes.it_MATRIX)
            oNewItem.Left = oItem.Left
            oNewItem.Width = oItem.Width
            oNewItem.Top = oItem.Top
            oNewItem.Height = oItem.Height
            oNewItem.FromPane = 8
            oNewItem.ToPane = 8
            oMatrix = oNewItem.Specific
            oColumns = oMatrix.Columns
            oColumn = oColumns.Add("#", SAPbouiCOM.BoFormItemTypes.it_EDIT)
            oColumn.TitleObject.Caption = "#"
            oColumn.Width = 20
            oColumn.Editable = False
            '// Add a column for BP Card Code
            oColumn = oColumns.Add("callID", SAPbouiCOM.BoFormItemTypes.it_LINKED_BUTTON)
            oColumn.TitleObject.Caption = "Call ID"
            oColumn.Width = 20
            oColumn.Editable = True
            oColumn = oColumns.Add("subject", SAPbouiCOM.BoFormItemTypes.it_EDIT)
            oColumn.TitleObject.Caption = "Subject"
            oColumn.Width = 120
            oColumn.Editable = True
            oColumn = oColumns.Add("customer", SAPbouiCOM.BoFormItemTypes.it_LINKED_BUTTON)
            oColumn.TitleObject.Caption = "Cust.Code"
            oColumn.Width = 30
            oColumn.Editable = True
            '// Link the column to the BP master data system form
            oLink = oColumn.ExtendedObject
            oLink.LinkedObject = SAPbouiCOM.BoLinkedObject.lf_BusinessPartner
            oColumn = oColumns.Add("custmrName", SAPbouiCOM.BoFormItemTypes.it_EDIT)
            oColumn.TitleObject.Caption = "Cust.Name"
            oColumn.Width = 120
            oColumn.Editable = True
            oColumn = oColumns.Add("itemCode", SAPbouiCOM.BoFormItemTypes.it_LINKED_BUTTON)
            oColumn.TitleObject.Caption = "Item Code"
            oColumn.Width = 30
            oColumn.Editable = True
            oLink = oColumn.ExtendedObject
            oLink.LinkedObject = SAPbouiCOM.BoLinkedObject.lf_Items
            oColumn = oColumns.Add("itemName", SAPbouiCOM.BoFormItemTypes.it_EDIT)
            oColumn.TitleObject.Caption = "Item Name"
            oColumn.Width = 100
            oColumn.Editable = True
    And code to bind data to matrix
    oDBDataSource = oFormServiceCall.DataSources.DBDataSources.Add("OSCL")
            'oUserDataSource = oFormServiceCall.DataSources.UserDataSources.Add("OSCL", SAPbouiCOM.BoDataType.dt_LONG_TEXT)
            oColumn = oColumns.Item("callID")
            oColumn.DataBind.SetBound(True, "OSCL", "callID")
            oColumn = oColumns.Item("subject")
            oColumn.DataBind.SetBound(True, "OSCL", "subject")
            oColumn = oColumns.Item("customer")
            oColumn.DataBind.SetBound(True, "OSCL", "customer")
            oColumn = oColumns.Item("custmrName")
            oColumn.DataBind.SetBound(True, "OSCL", "custmrName")
            oColumn = oColumns.Item("itemCode")
            oColumn.DataBind.SetBound(True, "OSCL", "itemCode")
            oColumn = oColumns.Item("itemName")
            oColumn.DataBind.SetBound(True, "OSCL", "itemName")
    But It's error when Run at the row is bold. This error:
    oColumn.DataBind.SetBound(True, "OSCL", "callID")     Run-time exception thrown : System.Runtime.InteropServices.COMException - Data Source - Not User Data Source
    Please help me fix problem.
    Thanks
    Edited by: Tao lao on Mar 5, 2008 3:10 AM

    I think, u can't bind the system table system columns to the column of the matrix in the form which is bound to the same table.(though, m not sure on this.) service call is by default bound to OSCL. If u try creating a user defined column in OSCL and then bind it, it works. but, if CallId is already bound on form, and u r bnding it one more time, it will give you error.

  • Single Standard data source which extracts material master and vendor master data

    Hi all,
    I have a client requirement where user wants to view material master and vendor master in a single report. Is there any standard data source which extracts both the data together..
    Thanks!
    Arvind

    Hi,
    Two are different master info objects and can't get them from one data source.
    think about multi provider or  info set on two master data objects to club them.
    Info object - 0MATERIAL and  data source - 0MATERIAL_ATTR
    Info object - 0VEDNOR and data source - 0VENDOR_ATTR
    Thanks

  • Header business data does not apply to item

    I have a document that i want to delete but the system won't allow me to do any changes due to error message we are receiving when entering this order "Header business data does not apply to item". Please help me reject the this order. By the way, the document is Debit Memo Request.
    Hope to hear from you guys. Thanks in advance.

    Hi Riyaj,
    To answer your questions:
    1. There were no preceding docs existed.
    2. I already put reason for rejection, however, there is a warning message that it cannot be deleted.
    3. I am creating a Debit Memo Request. I want to do some changes to this particular document but Information Message "Header business data does not apply to item" keeps on appearing.

  • File data source not found with guest login???

    Hello everybody,
    i'm working with BIP 10.1.3.2.1 on Win2003/Tomcat.
    Everytime if i call a report with a file data source directly via url or in the gui via guest login i get the following error message: "File data source not found: <file data source name>".
    If i use a login in the gui which have the explizit permision to use this data source then there is no problem. Well at this point u might say then use this account, but - if i call a similar report with a database data source directly via url or guest login in the gui everything works fine. So, where is the point? Any ideas?
    Best regards
    Ralf Kanis

    Hi guys,
    I'm running into exactly the same issue. The problem seems to occur only when the report being accessed by guest is a file data source. The only other option I could think of is setting up SSO for BIP and the application issuing the URL to the report.
    Could'nt find anything else in the documentation or known issues list that might fix this without having to setup Single Sign On. Any further luck with your investigation? I'd appreciate any feedback.
    Thanks
    Jonathan Cruz

  • PLIKZ field for COPA data source not there in Extract structure.

    Hello all,
    When I create a data source for COPA the PLIKZ field from the segment level is not maintained in the Extract structure and it is not replicated to BW also. But the other field GJHAR is maintained in the Extract structure which is also there in the segment level!!
    Clarify me why it is not available in extract structure? Also we are in 4.7 version and 3, 5 in BW.
    Points will be assigned!!!
    Thanks
    Ram

    Hello Friends,
    Could some one help me why the field PLIKZ is not available in the Extract structure when i create a COPA Data source?
    Need ur suggestions urgently!!!
    Helps please
    Thanks in advance once again

  • No data in R/3 data source after extraction!

    Hello All,
    i am extracting the data from R/3 source system ( 4.7 ides system).
    after succesffully transferring the data source and replicating it to the BW, i had created a infocube and scheduled the info package so that R/3 data source data gets uploaded into the Info cube created.
    after scheduling in the header tab of monitor screen i found the error messege as "no data in R/3 data source, check your data source in R/3".
    is it that data does not exist in R/3 Business content data source or is that data has not uploaded into BW?
    can nay body here thorw some light onto it?
    Ravi

    Hi Ravi,
    Please check the tables associated with your datasource and look if the data is available inthe respective tables.
    You can also check the extracted records in T.code RSA3 in R/3 for your datasource.
    Hope it helps!!!!
    Regards,
    Amit

  • Newly added field in the data Source not getting populated

    Hello All,
    We have added few fields in the Data Source. The Data Source is based on the InfoSet. We have included the field in the Infoset and have updated the code to fetch the value for the newly added fields.
    When we perform the test extraction for this Data Source in RSA3, the newly added fields are not getting populdated with the value. In the system generated query's selection list, the newly added fields are not selected.
    Please let mw know how to get the newly added field selected in the system generated query of the infoset.
    Regards,
    -Purnima

    Hi,
    As you said you have added the filed in Info Set. Have you included the same in data source? try if not.
    If you are trying to create a query in source system to check the data. I guess in R/3 (ECC) then you have to include the new field in slection critera (ther is an option available on top menu).
    I would suggest before creating any query go to RSO2 select the data source. Display the field structure and check if the filed is there or not. You maysee Infoset level data directly by data display from top menu. Try that optionas well to check.
    I hope it will help.
    THanks,
    S

  • Data source not getting replicated

    hi all,
    i have created a generic datasourc  and when i tried to replicate the datasource in BI, its not getting replicated at all.\
    the datasource is active in rsa5.
    I tried to replicate the application component but still  the particulate datasource is not getting replicated.
    I tried to store the data source in ECC in separate application component and try to replicate in Bi.,But still cannot replicate.
    how to replicate the datasource?

    Hi,
    Please check if you r not replicating the daat source first time:
    1. Delete teh PSA records if any.
    2. Check if your replication trial create  lock entry in daat base tables.
    3. After deletion of whole datasource along with teh data , try replicating teh datasource again.
    IF new datasource:
    Go to rsa6 activate teh data source , check in RSa3 the extraction is proper.
    log off from all teh sessions and of both BW and R/3 system.
    Log in to BW and select teh r/3 system and replicate full data source.
    Also check teh daat source RFC is activated and restored as well.
    Thanks
    Mukesh

  • Delta enabled generic data source not updating delta

    HI,
       Created one Delta enabled generic datasource with the help of ztable .Fill the content of table by manual entries.
       While executin init,records are extracted from R/3 system. After made a change in table entries , it is not captured in RSA3.
       Data source is avaialble in RSA7 after execueting init.
       Delta type== TIME STAMP
       fIELD NAME=zTIME
      SAFETY LIMIT=30 SEC
    ITS FROM 'NEW STATUS FOR CHANGE RECORDS'
    Please help me on this issue..
    Regards,
    MohammeD

    how did you create your data source? - based on view, table for Function Module?
    If it is based on a View or table, ideally delta should have worked. If it is not working, please chedk the data type of the field. Make sure that delta field (i.e. ZTIME) is getting updated evertyime you change any record in ztable. While extracting data in RSA3 in delta (D) mode, make sure you also give the target system ID. Also try runnign the delta infopackage in BW if it fetches data.
    If nothing works, try creating your data source again.
    If it is based on Fuction Module, you will have to include the delta functionality in your code.
    Regards,
    Gaurav

  • Delta  enabled  generic data source not generating delta

    Hi Experts,
    I am simply clueless bt where I went wrong.Please have a look and explain.
    I first created a z table in r\3 with one field as timestamp.
    Then I created a delta enabled datasource for this table, in the delta enabled field I selected Timestamp.
    Safety interval left blank.
    Delta was chosen as "ADDITIVE DELTA".
    After that I saved my data source and replicated the same in BI server.
    Then I created an Infopackage to initialize the delta and then one more infopackege was created as delta .
    Initialization was successfull.
    Now I triggered the delta infopackage to bring delta to PSA
    BUT
    it does not bring the delta ,rather each time it brings in ALL records to PSA . This is the problem m facing .
    PLEASE EXPLAIN ME IF YOU CAUGHT ANY MISTAKE IN THE ABOVE FOLLOWED STEPS.
    waiting for reply
    Manish Sharma

    Hi Teja,
    Thanks for your reply, I checked the same .
    The initstate field has the value 'X'.
    I checked in RSA3 but upon test extraction it says 0 records selected.
    Pls investigate more on this.
    Manish

  • Data source Enhancement for Sales Item

    Dear SDN Mates,
    We are enhancing the data source 2LIS_11_VAITM, when i try to enchance extraction structure it is not allowing to enhance. Showing a message :"2LIS_11_VAITM does not allow enhancing or append structure"
    Mates if you came across these difficulties please let me know and suggest any ideas.
    Thanks and Regards
    Arun S

    Hi,
    Have a look at these links:
    [SAP BW Data Source Enhancement|https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/302d4b15-5847-2a10-93bb-9c45d9f06b16]
    [Data Source Enhancement|Data source Enhancement Code Samples;
    Hope it helps...
    Regards,
    Ashish
    Edited by: Ashish Tewari on May 11, 2009 12:16 PM

  • Data source 0CCMS* extraction failed

    Dear Expert,
    I am trying to extract the following data sources from our ECC6.0 system.
    0CCMS_ASR_DATA
    0CCMS_DSR_DATA
    0CCMS_WEBAS_STATREC_DATA
    but the error message "Error 6 in function module RSS_PROGRAM_GENERATE" always come up once the extraction process started.
    Please your help on this.
    Thanks and Regards,
    Budi

    The problem is that this  datasource are a kind of exotic
    datasource-type. There are Segmented datasources.  That is,  if you look
    at their extract structure e.g.  CCMSBI_DSR_EXTSTR  the datatype of the
    fields cannot be interpreted correctly by RSA3.
    You can check them in transaction RSA2 and you will see that
    both of them are of Type SEGM, therefore it is not possible to
    test them from RSA3.
    regards,
    Colin |Moloney

  • Data Source for CRM Servies item 0CRM_SRV_PROCESS_I

    Hello BI Experts,
    When Extracting with 0CRM_SRV_PROCESS_I
    with Transaction 'RSA3' in CRM System,
    I'm not always getting the Product ID  even though
    I can see  that Product id Exists in transaction CRMD_BUS2000116 - Maintain Service Processes ,
    Please advice,
    kobi

    Hi,
    Then triggered the initialization of delta without data transfer for data source -0CRM_SRV_PROCESS_I.
    Request gets loaded into the target and is activated successfully?
    if you ran info pack - init without data transfer then what you loaded to target?
    But when I open the scheduler -> initialization options for source system, I could see that the initialization was not successful?
    Mean is there any error?
    You ran info pack - init without data transfer? then whats the info pack log says?
    is it green status with 0 reocrds or red?
    Delete old init if exist.
    Re run info pack - init without data transfer and check it.
    Thanks

Maybe you are looking for

  • Date calculation in report

    Hi, in rpt i need to show the diff b/w 2 dates. i.e., (END_DATE- START_DATE). so i have created 2 formula variables on END_DATE- START_DATE. i just wanna confirm whether i created it properly or not. Procedure: Under Formula Variable-->New Variable.

  • Safari doesn't open ftp site

    Every time I try to access a ftp site through safari it opens firefox. It used to open the ftp site but now it doesn't work. Any suggestions? I'm using version 2.0.4 Thanks

  • Trying to view playback on an external monitor

    I need help understanding why I can't view my playback correctly. I've tried what I think is all troubleshooting possibilities. I am running FW out into an XL2 to a NTSC monitor. View/External Monitor/All Frames is selected and I have tried an array

  • I want to move the location of my iTunes Library db file but keep the media in it's existing location. Is this possible?

    I want to move the location of my iTunes Library db files to a new location without moving the whole lot, including my Media file [Music, Films etc etc files]... in this case I want to move the Library db files to my iCloud Folder so I have a backup

  • Word PrintOutput Template Customizations

    I looked through the various forums and did not see a post on this, so I apologize if one already exists. I would like to know if anyone has had any experience editing the Microsoft Word Templates found in the PrintOutput folder of Captivate 4? I hav