No data in datasource 0CO_PC_ACT_1 and 0CO_PC_ACT_10

Hi all,
I am extracting data for CO.i found that there is no data in  datasource 0CO_PC_ACT_1 and 0CO_PC_ACT_10 in rsa3,but in their bas table there are records.
In rsa3 i tried to extract data by providing period but still its showing 0 records.i have one doubt wht format of period i should enter in extractor selection.
Wht should i do to extract data in these datasources.
And one more doubt i have is wht are the bas tables for datasources :0CO_PC_ACT_10,0CO_OM_CCA_P_HR.
Thanks,
Piyush

Hi:
  Please check if the SAP Note below is applicable to your system.
Note 1398733 - "Extractor 0CO_PC_ACT_1 does not extract all data"
Regards,
Francisco Milán.

Similar Messages

  • How to check data in R/3 and BI for MM module

    Hi Gurus,
    I loaded the data into the MultiProvider and have created a query too. Now i need to do data reconciliation. I need to check the data in the fields Receipt Quantity and Receipt value and Issued Quantity and Issued value. Already checked the TCode MB5B and MB52. Its of no use.
    Regards,
    Pramod A

    Amit,
    If you dont have authorization for RSA3, then contact your administrator to get the authorizations or else if you have authorizations for either SE11 or SE16 then just check out the tables of that datasource and then you can find whether the data is available or not.
    Hope it helps...
    *****Assign Points*
    Gattu

  • Error while loading data from DataSource to InfoCube/DSO through DTP

    Hi Friends,
    I am trying to load data from DataSource to InfoCube/DSO through DTP and getting the following error:
    Exception in substep: Extraction completed
    Processing terminated
    Data package 1 / 30.04.2009 22:38:30 / Status 'Processed with Errors'
    When i see the detail message it says:
    Syntax error in routine "convert_to_applstru", line 25 of generated program"
    I checked all my transformation and looks ok. I was able to load data earlier and i getting this error all of sudden. Does some one know what is this routine "convert_to_applstru" ?
    Thanks,
    Amit

    Hi Arun,
    Where do i see this generated program in RSRV. I dont see this in RSRV. Please guide me.
    Thanks,
    Amit

  • How to populate data for 2LIS_40_REVAL, 2LIS_43_POSCAS and 2LIS_44_POSREC

    Hi
    How to populate data for 2LIS_40_REVAL, 2LIS_43_POSCAS and 2LIS_44_POSREC datasources at RSA3?
    I'm very new to retail BI.
    I think there is no setup tables for Retail infosources.
    Any IDoc or BAPI activation is required or other procedure?
    We are in BI-700 SAPKW70015 support pack R/3 side
    and SAP_BW 700 Support pack SAPKW70016 &
    BI_CONT 703 Support pack SAPKIBIIP9 BI side
    Can anyone guide me how to load data?
    Points assured
    Thanks in advance
    Ramana P

    Dear Ramana,
    There is no setup table for POSCAS and POSREC.This has to be popuated with a BADI Implementation. 
    As of PlugIns 2002_1_470 and 2002_2_470, POS data is update into BW the 2LIS_44_POSREC and 2LIS_43_POSCAS extractors using a BADI. To be able to update data into BW, the relevant implementation for the BADI must be activated in each case. You can activate the implementation in transaction SE19. The implementations are as follows:
    POS_EX_REC_PI2003_1 for extractor 2LIS_44_POSREC
    POS_EX_CAS_PI2003_1 for extractor 2LIS_44_POSCAS
    Once the activation of BADI , create the back ground jobs for the 44 application and the data is pushed into Delta queue and it can be loaded into BI .
    Hope this helps you.
    Thanks,
    Krishna Charan

  • Extract Data Based on Year and Month

    My clients have taken an Oracle DB TimeStamp field and
    downloaded it to Access in a TEXT field format.
    Sample data: 20060401001348CS
    All I am trying to do is extract data based on year and
    month. I have equal to 200604*, 200604%. Have also tried to used
    LIKE.
    Nothing works. It just can't be that dificult. Please help.
    Thanks

    After breaking my inquiry down into bits and pieces the
    problem is not just the LIKE, it is a combination of events. The
    entire picture is this:
    User selects Year from a drop down (2006), then selects month
    from drop down (04). I then build a variable called
    EventReport Date with the statement <cfset EventReportDate
    = Session.InquiryYear & Session.InquiryMonth & "%">
    It correctly displays as 200604% - When used by itself as
    below, it works just fine.
    WORKS
    <cquery name="GetEventCount" datasource="CountyDB">
    Select count(AD_ID) as EventCount, TYCOD, TYP_ENG, CURENT,
    CDTS
    FROM aeven
    WHERE CDTS LIKE '#EventReportDate#'
    Group By AG_ID, TYCOD, TYP_ENG, CURENT, CDTS
    </cfquery>
    WORKS (additional WHERE criteria)
    <cquery name="GetEventCount" datasource="CountyDB">
    Select count(AD_ID) as EventCount, TYCOD, TYP_ENG, CURENT,
    CDTS
    FROM aeven
    WHERE ((AG_ID = '#Session.InquiryAgencyCode#') AND (CURENT =
    'T'))
    Group By AG_ID, TYCOD, TYP_ENG, CURENT, CDTS
    </cfquery>
    FAILS **** There is something wrong with the combination of
    the WHERE clause items
    <cquery name="GetEventCount" datasource="CountyDB">
    Select count(AD_ID) as EventCount, TYCOD, TYP_ENG, CURENT,
    CDTS
    FROM aeven
    WHERE ((AG_ID = '#Session.InquiryAgencyCode#') AND (CURENT =
    'T')
    AND (CDTS LIKE '#EventReportDate#'))
    Group By AG_ID, TYCOD, TYP_ENG, CURENT, CDTS
    </cfquery>
    NOTE: There is not an error message, it just comes back with
    zero records.
    MORE LOST THAN EVER! Thanks for your help
    Ron

  • How to set a date string in a textbox which bind to a Date type datasource

    Hi,
    I found i can't set a default date value in a textbox which bind to a Date type datasource. Even i tried copying a date string which is picked by the calendar date picker and copy the exactly same string into my source code. It just doesn't work and gives me error said "Invalid date value".
    My source code is like this:
                    oEditText = (SAPbouiCOM.EditText)oItem.Specific;
                    oEditText.DataBind.SetBound(true, "", "dtFrom");
                    oEditText.Value = "09/08/2010"; //DateTime.Now.ToString("dd/MM/yyyy");
    Any suggestion?
    Thanks!
    Lan

    Hi,
    oItem = oForm.Items.Item("10")
    oEdit = oItem.Specific
    oEdit.String = Format(Today.Date, "dd/MM/yyyy")
    or
    datestring = oForm.Items.Item("10").Specific.value
    datepass = Left(datestring, 4) & "/" & Mid(datestring, 5, 2) & "/" & Mid(datestring, 7, 2)
    dtDocDate = Date.Parse(datepass)
    Thanks,
    Mahesh

  • Data Extraction from CRM and Informatica

    Hi Guru's,
    Could any one tell me how to extract the data from the CRM and Informatica in to BW.
    Please give me the steps.
    Thanks in advance....

    Steps for Extracting data from CRM:
    Configuration Steps
    1.Click on ->Assign Dialog RFC destination
    If your default RFC destination is not a dialog RFC destination, you need to create an additional dialog RFC destination in addition and then assign it to your default RFC destination
    2.Execute Transaction SBIW in CRM
    3.Open BC DataSources.
    4.Click on Transfer Application Component Hierarchy
    Application Component hierarchy is transferred.
    5.SPRO in CRM .Go to CRM->CRM Analytics
    6.Go to transaction SBIW-> Settings for Application specific Data Source ->Settings for BW adapter
    7.Click on Activate BW Adapter Metadata
    Select the relevant data sources for CRM sales
    8.Click on Copy data sources
    Say yes and proceed
    9.Logon to BW system and execute transaction RSA1.
    Create a source system to establish connectivity with CRM Server
    A source system is created. (LSYSCRM200)(Prerequisites: Both BW and CRM should have defined Back ground, RFC users and logical systems)
    10.Business content activation for CRM sales area is done
    11.Click on source system and choose replicate datasources.
    KJ!!!

  • Trying to extract data from Datasource, getting an S:RSSDK:300 error

    "While pre-viewing data using UDC DataSource - we get ""S:RSSDK:300 Query execution failed: ERROR:  Relation 'ZV1' doe s not exist  Message no. RSSDK300"" error "
    Any help would be greatly appreciated

    Hi Raj,
    The issue we were facing was an Netezza issue. When import table into the Netezza Data Warehouse we import table into the wrong structure. We simple moved the table over to the right structure within the Netezza Data Warehouse and we were able to preview data from Datasource.

  • Extraction Procedure for DataSource 0FI_GL_1 and 0FI_GL_2 for BW

    Hi Gurus,
    I was just wondering if there is any special extraction procedure if i want to use DataSources 0FI_GL_1 and 0FI_GL_2. I have already activated the datasources in an Old R/3 version 4.6b and have done all the mapping and loading. My only concern is the scheduled loading of the data. How do I deal with the changes because I 've read in a couple of White Papers that these specific datasources have No Delta Extraction. Will I have a scheduled deletion of data and have a full load everytime i want to load the new data? Any help will be most appreciated. Thank you in advance.
    - Kit

    Hi,
    0FI_GL_1 and 0FI_GL_2 support only Full loads. To delete the previous request you can schedule it in the Process Chain delete request variant.
    SAP has provided Delta enabled DataSources for these. 0FI_GL_6 instead of 0FI_GL_1 and 0FI_GL_7 instead of 0FI_GL_2.
    [0FI_GL_6|http://help.sap.com/saphelp_nw70/helpdata/en/0a/558cabb2e19a4db3097b81bba4fd0e/frameset.htm]
    [0FI_GL_7|http://help.sap.com/saphelp_nw70/helpdata/en/78/fc168f3955754c8bf1474870138a53/frameset.htm]
    Hope this helps.
    Regards,
    Gaurav

  • I want to create generic master data attribute datasource on ANLA table .

    hI,
    I want to create generic master data attribute datasource on ANLA table .
    and have to activate delta load.
    Is it possible for delta upload on this table?
    if it is possible then on which field i can create genric delta?

    1.I want to fetch quantity ,inventory no , serial no.......
    I have to enhance that datasource.....
    2.else i can create master data for asset number using ANLA
    I have opted 2nd option

  • Some of the Master Data Attributes DataSources not visible in RSA5

    Hi Experts,
    After installation of R/3 ECC 5, some of the master data attributes datasources are not visible in RSA5.
    Do i need to do any other settings to get them.
    Awaiting response....
    Thanks in advance.....
    Rafi

    Hi Prakash,
    Thanks for quick response. I have checked those tables. i found that i have same datasources as it is in RSA5.
    For example: i have 0SALE_DIST_TEXT in both RSA5 and ROOSOURCE, how i can have the attributes for the same.
    also i don't have attributes datasource for Customer Group1...5, Material Group1...5, sales office etc.,
    Anticipating your response,
    Thanks
    Rafi

  • Generating Master Data Export DataSources Error

    Hi Guys
       I 0VENDOR info object to be exported to other BI system . Iam using Generating Master Data Export DataSources. When I right click on 0vendor and say Generate export data source it shoud create 80VENDORM , 80VENDORT. But when I am doing that its saying generation successfull (what ever the success message)..when I go check the Infosources / Data Soruces / Info Provder and try to search 8zvendorM...I couldnt find this...Also I searched with vendor in all the tabs...Iam only finding 0VENDOR but not the new created once..Can any one tell me where should i check for it...Also ,please note that...Iam also using the same function Generate Export DS for one DSO and I can see this one in the Unassigned nodes of the Info Source TAb......
    Please let me know the sol ASAP
    regards

    Hi PB and Voodi
    I tried with Voodi's Sol and am still not able to find the 80VENDORM and 80VENDORT ....Where as PB's...I cant find the generated objects.in the settings tab...Can you please let me know what will be the issue and how to find this Data Sources....
    Please let me know ASAP...regards

  • Targets for Datasources 0FI_GL_21 and 0FI_GL_20

    Hi All,
    Could you please tell me what are the Targets for the Datasources 0FI_GL_21 and 0FI_GL_20.
    Thanks in advance.
    Veerendra.

    hi,
    the data target for datsoure are:
    0FIGL_C20 : 0FIGL_C20 (G/L Accounts: Transaction Figures (Replicated))  standard cube
                             0FIGL_R20 (G/L Accounts: Transaction Figures (Direct))  virtual cube        
    0FI_GL_21:   Not able to find
    regards,
    mahesh

  • I have had my IPAD2 for quite a while but haven't activated my cellular data for about a year.  I am now trying to activate and when I go to cellular data, turn it on and try to tap view account i just get a message that says "connection to server lost".

    I have had my IPAD2 for quite a while but haven't activated my cellular data for about a year.  I am now trying to activate and when I go to cellular data, turn it on and try to tap view account i just get a message that says "connection to server lost".  I could swear the last time I used cellular data you would see the signal in the upper left corner and I only see "no service" there, I am in a location where I know I should have service.  Is there something I should do to my IPAD?  I tried resetting, I tried clearing cookies and history in Safari (after reading a post n these discussions).  I don't know what to do next. My IOS version is 6.1.3.  I did go into Network from the general tab and I see it says "SIM not provisioned".    HELP and Thank you in advance.

    Hello Theresa818,
    Thank you for using Apple Support Communities!
    It sounds like the cellular data will not activate for some reason on the iPad.
    I found this article that will help you resolve this issue here, named iPad (Wi-Fi + Cellular Models): Troubleshooting a cellular data connection, found here http://support.apple.com/kb/TS4249
    Check for a carrier settings update.
    Update your iPad.
    Toggle the Cellular Data setting off and on under Settings > Cellular Data.
    Restart your iPad.
    Tap Settings > General > About. Locate the Carrier entry and make sure that your carrier is correct.
    If your SIM card has SIM PIN enabled, try turning it off: Tap Settings > Cellular Data > SIM PIN.
    Make sure you're in an area of good coverage. If the cellular data connection works in another area, contact your carrier to report the original affected area.
    Reset network settings: Tap Settings > General > Reset > Reset Network Settings.
    Restore the iPad as new.
    If none of the above steps resolves the issue, make an appointment at an Apple Retail Store, contact your carrier, or contact AppleCare to troubleshoot further.
    I know you may have done one or two of the steps here, so you can skip those.
    Take care,
    Sterling

  • How to compare delivery date in schedule lines and PGI in outbound delivery

    Hi,
    I want to create a report to monitor and compare different dates in sales and delivery process.
    One of my key figure is the comparison between date confirmed to the customer, that I can find in the schedule line of the sales order, and the actual goods issue date from the outbound delivery.
    But I can't succeed in making the link between delivery and schedule lines, means between LIKP and VBEP.
    Would you have any idea?
    Thank you.

    It seems there's no exact (table) connection / link between delivery item and schedule line item.
    Those who were searching for this thing (link / connection between delivery item and schedule line) were recommended to use FM "RV_SCHEDULE_CHECK_DELIVERIES".
    This FM calculates the delivered quantity for each schedule line, so it makes link between the delivery item and schedule lines - however if you check the code it's quite sophisticated...
    (if you put a breakpoint in the FM and display a SO in VA03, you can check how the parameters have to be populated with data).
    Schedule Line and Delivery Link
    Edited by: Csaba Szommer on Aug 5, 2011 12:03 AM

Maybe you are looking for

  • Get data from two list simultaneously using REST

    Is it possible to query two list in the same time? url: http://sites.com/url/_api/web/lists/GetByTitle('List1') url: http://sites.com/url/_api/web/lists/GetByTitle('List1' and 'List2') Thanks in advance

  • Which scenario we need to choose ?

    Hi experts, For inventory which scenario we need to implement i.e 1.Inventory management with non-cumulative key figures or 2.Inventory management with SnapShots. Please guide me what is the difference and which is the best. Full points will be assig

  • WBS element field

    I would like to know the ref field in FI tables for WBS element PRPS-PSPNR. I checked on BSEG-PROJK but it does not seem to refer PSPNR(WBS element) in PRPS. Any help is appreciated. Thank you

  • Adobe Interactive Form - Signature Software

    Hello dear fellow members, we are currently using CIC sign it software Plugin in our Adobe documents for signature. Currently we are upgrading the reader to Adobe X. and there comes the problem. CIC sign IT plugin in not compatiable to this version o

  • Uknown file format when trying to open Sample

    Hi, I am using Flash 8 and I tried to open one of the sample files (animation.fla) that comes with the Sample.zip archive in http://www.adobe.com/support/documentation/en/flash/samples/ and I get the following error: "Undefined file format" I can't o