Regarding extraction

Hi All,
When i am going to Activate Transfer Rules I am getting one error message can you please help me out how do i rectify that and give me the steps.
here the error message
Error generating program
Message no. RSAR245
Diagnosis
An error occurred in the program generation:
Program / Template:   RSTMPL80
Error code / Action: 6
Row:        49
Message:    Statement concluding with "...LIKE" ended unexpect
Procedure
If the problem occurred during the data load or transport, activate the transfer rule.
If the problem persists, search in the SAP note system under 'RSAR 245'.
Please do me favourable
Thanks a lot
phanidhar

Hi Phanidhar Padakanti 
Just go to RSA1 click on the corrosponding infosource double click on it.
it willl show u the communication strcture and transfer structure just copy it  and
do the things . In u r case it seems to be some transfer routine problem..check the
routines if any if not proceed with RS_TRANSTRU_ACTIVATE ALL.
Hope itz Helps..!
Regards
R M K
**Winners don't do different things,They do things differently...!**
> hi,
>
> can you please tell me the where can i find out
> transfer structure can you please tell me
>
> thanks
> phani

Similar Messages

  • Regarding Extracting Data from SAP CRM

    Hi,
    1) What are steps to extract data fron  SAP CRM? I heared that we get different types of errors while extracting data from SAP CRm to BW when compared to BW
    2) From which tables BW system is getting data when we extract data from SAP CRM Lead management, Opportunities, Activities and CIC?
        Can anybody please let me know the answers for these ..........
    Thanks in Advance,
      Sowji
    [email protected]

    Hi Sowjanya,
    Pls ch this link:
    regarding bw crm extraction
    CRM extraction
    CRM Extraction
    http://help.sap.com/saphelp_nw2004s/helpdata/en/be/92fb3b28904f73e10000000a114084/frameset.htm
    http://help.sap.com/bp_biv335/BI_EN/html/BW/SalesAnalysis.htm
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/f2910623-0c01-0010-de8f-d1926988a986
    http://help.sap.com/bp_biv135/html/bw.htm
    http://help.sap.com/bp_biv135/html/BW/SalesAnalysis.htm
    http://help.sap.com/bp_biv235/BI_EN/index.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/af/ed833b2ab3ae0ee10000000a11402f/frameset.htm
    http://help.sap.com/bp_biv235/BI_EN/index.htm
    http://help.sap.com/saphelp_nw2004s/helpdata/en/af/ed833b2ab3ae0ee10000000a11402f/frameset.htm
    http://help.sap.com/bp_biv235/BI_EN/html/BW/CRMAnalytics.htm
    http://help.sap.com/saphelp_crm50/helpdata/en/1a/023d63b8387c4a8dfea6592f3a23a7/frameset.htm
    Steps:
    1) Activate the application component hierarchy (tcode RSA9). Changes made to the application component hierarchy in the CRM system can be transferred to the BW using the "Edit Application Component Hierarchy" (SBIW - Postprocessing of DataSources).
    SAP Note 434886 must be implemented in CRM 3.0 before the application component hierarchy is activated.
    2) Activate the Business Content DataSources (tcode RSA5).
    Select/enter the application component and choose Execute (F8).
    To compare the shipped and active versions, choose the 'Select Delta' pushbutton. If there is no active version of the DataSource, it is selected automatically.
    To activate the shipped version, choose the 'Transfer DataSources' pushbutton.
    3) Management of the versions of the BW-Adapter metadata (tcode BWA5). All DataSources are displayed that are managed by the BW Adapter.
    As in transaction RSA5 (Service API Metadata Activation), the 'Select Delta' function can be used to select the inactive DataSources or compare shipped and active versions.
    You can also go directly to the screen for maintaining DataSources that are managed by the BW Adapter.
    The 'Compare Version' function makes a detailed comparison of the shipped and active versions.
    All BW-Adapter metadata is considered when versions are compared:
    Header information (Table SMOXHEAD)
    Mapping information (Table SMOXRELP)
    Global selection conditions (Table SMOXGSEL)
    Attribute key fields (Table SMOXAFLD)
    Datasources used in CRM-BW extraction are:
    0crm_sales_act_1,
    0BBP_STSMA_TEXT
    0CRMFOCST_TEXT
    0CRM_ACCPLN_ATTR
    0CRM_ACCPLN_TEXT
    0CRM_BILL_BLCK_TEXT
    0CRM_CANC_PARTY_TEX
    0CRM_CANRSN_TEXT
    0CRM_CATEGORY_ATTR
    0CRM_CATEGORY_TEXT
    0CRM_CLASS_TEXT
    0CRM_DECOTP_TEXT
    0CRM_DECO_TEXT
    0CRM_DIRECT_TXT
    0CRM_ECROPT_TEXT
    0CRM_FINCLASS_TEXT
    0CRM_ITM_OBJ_TYPE_T
    0CRM_ITM_TYPE_TEXT
    0CRM_JRGUID_TEXT
    0CRM_OBJ_TYPE_TEXT
    0CRM_OPGUID_TEXT
    There many more!
    Check the datasources in rsa6 of crm system under CRM node. Documentation is available in SAP help.
    *pls search SDN For more info*
    *pls assign points if info is useful*
    Regards
    CSM reddy

  • Query regarding extraction

    I have a IP which has following selection:
       Controlling Area
       Profit Center
    I want to restrict profit center values as follows:
    Only those profit center values should be extracted from R/3 which satisfy following criteria:
    Logic:Leave first two characters from profit center and pick up next two characters. The value that you get should be PP or PD. For example, suppose profit center values in R/3 are as follows:
    UPPPNS
    UPQWSJ
    UPVGBG
    UPZGNS
    UPPDSO
    Then only UPPPNS and UPPDSO should be extracted. Rest others should not be extracted. How do i achieve this ?
    Regards,
    Tej Trivedi

    Hi,
    You will have to write a selection routine something like this
      l_t_range-sign = 'I'.
      l_t_range-option = 'EQ'.
      l_t_range-low = '*PP*'.
    append L_T_RANGE.
      l_t_range-sign = 'I'.
      l_t_range-option = 'EQ'.
      l_t_range-low = '*PD*'.
    append L_T_RANGE
    Re: Selection Filter for an InfoPackage

  • Regarding extracting data from r/3 to BW 3.5 using CO-PA

    Hi All,
    I want to extract the following data from r/3 to bw3.5
    General Ledger (GL)
    Profit Center Accounting (PCA)
    CO-PA
    How to extract.please provide some steps in R/3 and BW.
    Thanks
    Vasu.

    Hello!
    These links are actually helpful and I thank you for them.
    I need further help though on the step before all the steps mentioned here.  Particularly, what is the step before RSA9 and RSA5 so that CO-PA can contain the quantity field that BW wants to see?
    Currently, CO-PA account-based contains only the quantity field MEGBTR but they need MBGBTR as suggested in SAP note 438207.
    However, when looking at RSA5 or even KEB0 the field MBGBTR does not exist under CO-PA account-based.  Only MEGBTR exists in the list.
    How do we add please MEGBTR in CO-PA?  Or is this done in CO-PA or in BW only?
    Thank  you very much in advance.
    Maria

  • Regarding extract data from r/3 to BW3.5

    Hi,
    Before i extracted data from flat file to BW.
    Now i am extracting data from r/3 to bw.This is the first time to extract.
    Please give steps to extract data from r/3 to bw using LO's and please give some directions for generic also.
    Please do the needful for me.
    Thanks

    Hi,
    <b>For LO:</b>
    Refer this link:
    http://www.sap-img.com/business/lo-cockpit-step-by-step.htm
    Also refer to the weblogs by Roberto:
    /people/sap.user72/blog/2004/12/16/logistic-cockpit-delta-mechanism--episode-one-v3-update-the-145serializer146
    /people/sap.user72/blog/2004/12/23/logistic-cockpit-delta-mechanism--episode-two-v3-update-when-some-problems-can-occur
    /people/sap.user72/blog/2005/01/19/logistic-cockpit-delta-mechanism--episode-three-the-new-update-methods
    /people/sap.user72/blog/2005/04/19/logistic-cockpit-a-new-deal-overshadowed-by-the-old-fashioned-lis
    /people/sap.user72/blog/2005/02/14/logistic-cockpit--when-you-need-more--first-option-enhance-it
    other doc
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/f83be790-0201-0010-4fb0-98bd7c01e328
    Bye
    Dinesh

  • Regarding extracting the images of the signatures from the signed pdf

    We are using a TOPAZ sig pad Model: T-LBK750SE-BHSB-R to sign pdf documents using acrobat plugin.
    The PDF has  more than one signature field to sign.
    All this happens in a web application that uses Javascript to submit the pdf.
    We also have a requirement to capture the signature as a image.
    However, the customers (one or more) will only sign the pdf  and so, we will somehow have to extract the images of the signatures from the signed pdf.
    Could you please let me know if this can be done using pdf apis (like IText etc) or some other server side APIs.

    If you set up standard password security so that form filling and signing existing digital signature fields is allowed, you should be OK.

  • Regarding extract structures.

    Can anyone please let me know of extract structures of finance module or for accounting., as at interview asking
    extract names, can anyone share if had any document.
              Thanks in advance.

    http://help.sap.com/saphelp_nw70ehp1/helpdata/en/65/7beb3cad744026e10000000a11405a/frameset.htm

  • Regarding extraction using LO cockpit

    We need to extract data from GL Accounting(eg. datasource like 0FI_GL_10) using LO cockpit. We have activated the above datasource using RSA5. Where is this datasource available in "LBWE" at the R3 side?

    Hi JADA AMITH KUMAR,
    If ur using any FI Datasources for Extraction no need to goto LBWE Transaction, Why bcoz there is no set-up tables for FI datasources.
    what u have to do in R/3 is:
    1. Activate the Datasorces by using RSA5 Transaction code.
    2. Check those Datasources In RSA6 Transaction code.
    3. Check the data in the Extract checker RSA3.
    BW SIDE:
    1. Replicate the Datasources & Assain the datasources.
    No need to fill the set-up Tables for FI datasources***
    No set-up Tables for FI Datasources***.
    For FI( Finanace) need not to use LBWQ,LBWE...
    Thanks,
    kiran.
    IF HELP FULL ASAIN THE POINTS***
    Message was edited by:
            kiran manyam

  • Question regarding extract

    Hi,
    When we run incremental extract from 1 database to OBIEE database, let say we start the extract at 22:00, is there a way to control the date/time to which the extract has to spot, for example:
    Extract start at 22:00
    Data up to 20:00
    Thank you,
    F.

    Are you using DAC? then read the below else let me know.
    I would say you no need to bother about the data when you are using dac. If you look at the Prune days is always >=1
    This would extract the data last extract date-Prune days.
    Whatever you do changes those are no use.
    If helps mark

  • Regarding Extract checker

    hi all,
    my senerio is, i want to extract the data from R/3 Data sources in to flat files through Extarct checker.
    when i am doing the same by giving
    data source 0CO_OM_OPA_5
    data records/ call  15000
    No of ext calls       10
    it is showing the total records as 150000, but when Iam incresing the data records/call and No of ext calls the toal is increasing.
    can any one tell me how can i check the total no of records in that paricular data source other than extract  cheker method.
    Thanks in advance
    upendranath

    Hi Upendranath,
    I guess there is no limit.
    You can also check this blog for more info on RSA3:
    /people/sajeed.ms/blog/2006/02/12/extract-checker
    Bye
    Dinesh

  • Details regarding extract  structure

    Hi
    I am new to BW .. i am asked to find from where data for  particular set of fields are coming from ie the tables they come from. The application component is 04 SHOP FLOOR CONTROL.i was given a link . http://help.sap.com/saphelp_erp2005vp/helpdata/en/b7/413f3f2615e07fe10000000a114084/frameset.htm
    In this link the table of origin is blank . I want to know from which table is the data being populated.
    Thanks in advance.

    hi,
    <b>
    Table-Field--Descrption.</b>
    AFKO  VERID  Prod. Version
    AFKO  WERKS  Plant
    AFPO  LTRMI  Act.deliv.date
    AFPO  MATNR  Material
    AFVG  ASVRG  Scrap quantity
    AFVG  GRUND  Reason
    AFVG  LMNGA  Confirmed qty
    AFVG  MEINH  Act./Op. UoM
    AFVG  MGVRG  Operation qty
    AFVG  VORNR  Oper./Act.
    AFVG  XMNGA  Confirmed scrap
    With rgds,
    Anil Kumar Sharma .P

  • How to extract data from a structure?(Data Dictionary)

    Hi all,
           This is regarding extracting data from a structure.
    For Eg:if we want to extract data from a structure ADDR1_DATA,How will we do that in report programming?Structures on its own has no existence unless it s attached to a database table or view.when am using 'Where used List' on that structure also I am not getting any database tables or views.What can I do about this?
    Thanking you,
    anjaly

    HI Anjaly,
    as you said structure does not have any value .. unless something is added to it..
    So just use the structure to define the type of the sttructure you want..
    Or to include it in your itab like..
    data : Begin of itab occurs 0.
           include structure ADDR1_DATA.
    data  i type i.
           end of itab.
    you cannot directly extract data from the  structure ADDR1_DATA..
    regards
    satesh

  • Regarding SAP HR to SAP BW extrction (generic)

    Hi Masters,
          I have been assigned a work regarding extracting the data from  sap hr to sap bw thru generic extraction, i odesnt have much knowledge on generic extractors...can anyone help me out...If possible plz send me in the form of some documentaion..My mail id is [email protected]
    Regards
    Uddu

    Hi Uday,
    Check this thread Generic Extraction
    Also check this doc:
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/84bf4d68-0601-0010-13b5-b062adbb3e33
    Hope this helps...Let me know
    Regards,
    R.Ravi

  • CRM employee (business partner) & org unit extraction question

    Hi all,
    I have a question regarding extracting business partner and org unit in CRM. Basically user wants to report on employee level and org unit level.
    When I looked at the org unit hierarchy datasource (0BBP_ORGUNIT_HR01_HIER), it does not include the employee. I also tried the DS 0BP_UNAME_ORGUNIT_ATTR, but that does not give me the org unit of an employee.
    Any hint is highly appreciated.
    Best regards,
    Ben

    HI
    Try this DS  0CRM_POSITION_ATTR,here u will get the org.unit,but u need to add the users (employees) in the data source.
    Sridath..

  • Extraction of document flow from CRM

    Hi experts,
    I am currently struggeling with a generic extractor that will load the document flow from CRM into BW. My problem is that the load takes too long, due to the number of links in the document flow. I use a SAP FM called SREL_GET_NEXT_RELATIONS to get the document links and it works fine. The problem occurs when a campaign is linked to a transaction, since the campaign at my client can have more than 10 000 transactions and those transactions is then linked to other transactions and so on. This makes extraction of the document flow very large and slow to load.
    Is there any standard way of extracting the document flow that I am missing?
    Does anyone have any experience regarding extracting the document flow from CRM and would like to share their knowledge?
    Help are appreciated!
    /Sebastian

    there's a reason why SAP does not deliver extractors for things like this
    sometimes you need to face the end users (or project managers) with the "impact" of their requests... who would ever be able to look at a document flow that contains 50 transactions each of which linked to 1000 (or more) campaigns again each of which linked to a couple of other transactions?
    anyways, you should talk to some very experienced ABAPers if you really wish to continue with this request, rethink your approach or, what I would strongly suggest, rethink your initial request to get this into BI (if your not using web reporting, reporting on this will already crash in Excel versions 2003 and lower)

Maybe you are looking for