CO-PA generated extractors for custom characteristics

Hi, gurus!
I have user-defined (transaction KEA5) characteristic WWVD in CO-PA. This char. has some values defined (transaction KES1). Values grouped in user-defined hierarchy (transaction KES3). Characteristic WWVD used in some Operating Concern. When I generate CO-PA extractor for the Operating Concern, I got generated extractors for characteristic WWVD - 0G_CWWVD_TXT. Everything is fine.
Question: is there any way to generate extractor for user-defined hierarchy for characteristic WWVD? or I should create it by myself as generic datasource or somehow else?
Thanks,
Andrew.

hi andrew
u can use link to see document on How to COPA.
https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/biw/g-i/how to co-pa extraction 3.0x
hope it helps.
assign the points if it works.

Similar Messages

  • Is table maintenance generator only for custom table?

    hi ,
    i have doubt is table maintenance generator only for custom table?

    hi swamya,
    Table Maintanance Generator is used to create/change/delete table entries in a particular table.
    In the production system, end-users will not be having access to transaction codes like SE11 and SE16. Developers will not be having access to many transaction codes including the above two.To view the contents of the database table, we will use SE16n in Production system. All these authorizations will be maintained by BASIS team, by creating access profiles.So in order to edit or create the contents of a database table, we should go for table maintenance generator. In real time, authorizations will be maintained in production system.
    The second reason is, we can edit or create multiple entries at a time, using tablemaintenance generator.
    Apart from that we have options like 'Enter conditions' in table maintenance screen SM30.
    hope this helps in clearing ur doubt.
    Regards
    Saurabh

  • Extractor for Material Characteristics - Variants

    Hello Gurus,
    There are few characteristics that we have configured in ECC system for Materila. If you go to MM01 or MM03-> BASIC DATA 2 -> Client Specific configuration -> There is an option of creating a Cross-Plant CM. You can create additional characteristics once you click the Configure Variant button. There are values that are assigned to the Characteristic Value Assignment.
    I would like to know is there a Standard Extractor, that gets these characteristics.
    Thanks in advance
    Full points to right answers

    Thanks for your reply again.
    The following are the parameters:-
    Basis Datasource : 0MATERIAL_ATTR
    Client: 100
    Class Type: 001 (Material Class) It does not allow me to select any other class
    Obj Table: MARA
    Datasource Type: ATTR
    Datasource : 1CL_OMAT001
    And then I double click on characteristic, to add my characteristics.
    The system generates a TEXT DATASOURCE for individual text characteristics, which when using RSA3 gets the relevant data.
    But when I execute the datasource 1CL_OMAT001, it does not retrieve any data.
    Just to clarify: The SBIW node says "Maintain Data Sources for Classification Data".
    Does it mean, it will extract data from the CLASSIFICATION tab of the MM03.
    B'cas I am interested in the "BASIC DATA 2" tab -> Client Specific Config-> Configure Variant (button).
    Thanks

  • F110 Automatic payment program for customer.

    i want to generate BOE for customer with interest document.
    i had post invoice and interest document and based on this two document i want to generate one sp. g/l document i.e.BOE.
    but instead of one document, system generate two document i.e separate for RV and interest posting.
    and i want to post single documet in g/l

    I noticed there was a mistake in the document number.

  • SNMP for custom M-Beans.

    Hi,
    About a year ago I asked this question both in the newsgroup and BEA
    support and I was told that the next Weblogic server release will allow
    SNMP exposure of custom M-Beans.
    Is this still in the works or has it been abandoned completely?
    Thanks,
    Dejan

    Hi Brian J. Mitchell,
    AdventNet ManageEngine JMX Studio product provides you to enable SNMP support
    for the Custom Mbeans and the deployment of generated SNMP agent in WebLogic
    server. This also helps you to monitor or generate traps for custom MBeans.
    For more informations, refer the following URL:
    http://manageengine.com/products/jmx_studio/index.html
    http://manageengine.com/products/jmx_studio/help/app_mgmt/managing_mbeans.html
    Thanks,
    Siddig.S
    "Deyan D. Bektchiev" <[email protected]> wrote:
    Thanks Brian.
    I know that the documentation still says that it is not possible and
    I
    had an open Enhancement request with BEA more than a year ago to have
    this functionality included.
    At that time (it was before 8.1) I was told that their next version will
    have the ability to manage custom M-Beans via SNMP but even today we
    still don't have it.
    That is why I wanted someone from BEA to comment on that... to no
    success so I'll have to reopen my support case and ask officially.
    Regards,
    Dejan
    Brian Mitchell wrote:
    "Deyan D. Bektchiev" <[email protected]> wrote:
    Is this still in the works or has it been abandoned completely?
    Deyan,
    As of the current 8.1 documentation, it states...
    * "While you can create your own MBeans (custom MBeans) to manage the
    applications or services that you deploy onto WebLogic Server, the
    WebLogic SNMP agent does not recognize these custom MBeans as SNMP
    managed resources. You cannot configure the WebLogic SNMP agent to
    monitor or generate traps for custom MBeans."
    * = [SOURCE: http://edocs.bea.com/wls/docs81/snmpman/snmpagent.html]
    I haven't heard any news about this effort (BEA folks please correct
    me if I'm wrong!). Perhaps opening a BEA eSupport Ticket and request
    this as an enhancement (change request).
    Hope this helps...
    Brian J. Mitchell
    Systems Administrator, TRX
    email: [email protected]
    office: +1 404 327 7238
    mobile: +1 678 283 6530

  • Difference between Customer Generated Extractors and Generic Extractors

    Hi all,
            Can anyone please tell me the difference between Customer Generated Extractors and Generic Extractors.  I know that for all modules Generic extraction is possible by creating a datasource(RSO2) on top of a table, View or SAP Query in SE11.  What are customer generated extractors like LIS, CO/PA and FI/SL. 
    What kind of extraction is used for FI/AR and FI/AP.  To my understanding we have BW Content Extractors.  Can anyone explain the extraction method and delta extraction for AR and AP.
    Thanks,
    Sabrina.

    Hi,
    Customer generated extractors are running on top of statistics data collection process in R/3. They extract data from statistical tables already available in R/3 and also use the mechanism already provided in R/3 to capture the delta.
    For example, PO data goes to statistical table S012 (it is an LIS table) and you can build a generated extractor on top of it. The difference between such extractor and a generic one is the fact that these extractors (eg LIS) use the same mechanism of capturing delta that the statistics table was doing (for example data that goes into S012 is also captured by these generated extractors). Some system tables and structures are generated automatically to support this functionality, you do not have to develop anything for this.
    Generic extractors on the other hand simply let you pull data from table/view/query etc. You have to develop code/functionality to support delta capturing for such extractors. If you built a generic extractor on top of S012 (it is a statistical table - LIS), you can pull its data to BW, but you do not have the delta capturing functionality in such case, you will have to code it yourself.
    As a thumb rule, you go with the standard/generated extractors, and use generic extractors only if it is necessary to be so.
    FI/AR and FI/AP extractors are part of business content (I think) and support delta functionality. To get detailed info on these, you can also look at help documentation -
    http://help.sap.com/saphelp_nw04/helpdata/en/ee/cd143c5db89b00e10000000a114084/frameset.htm
    cheers,

  • Using BW Content Extractors, BW CUSTOMER GENERATED EXTRACTors

    Hi all,
    Can anyone tell me in which circumstances do we go for BW Content Extractors or BW Customer generated extractors.
    what is the difference between both these extractors.
    Thanks,
    Maddy

    Hello,
    Re: Difference b/w  BW content  extractors n customer generated extractors?
    Difference between Customer Generated Extractors and Generic Extractors
    Hope it will help you.
    Regards,

  • Business content Extractors and customer generated extractors

    Hi Gurus,
    I have following doubts on Extractors can u please clarify the following
    1) what is the difference betwwen Business content Extractors and customer generated extractors?
    2)why FI-GL and COPA are called as customer generated extractors ?
    3)what is the difference between FI and Fi-sl and why FI-SL comes under customer generated extractors Extractors why not FI ??
    Regards,
    Nagarjun.

    Hi,
    You will go for Business Content extractor when the Customer requirement match with the content extractor delivered by SAP, other wise you will customize or create a Generic Extractor.
    Check the below link:
    http://help.sap.com/saphelp_nw70/helpdata/en/42/c9bd342fdf1368e10000000a1553f7/frameset.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/80/1a66d5e07211d2acb80000e829fbfe/frameset.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/c1/ea683cc5e8ca68e10000000a114084/content.htm
    i am not sure abt the customer generated extractors

  • Generate outbound idoc for Customer Master

    Hi Developers,
    I have requirement to generate outbound IDOC for Customer Master Data. I need to send customer master data through an Outbound IDOC. Can we generate an outbound DEBMAS06 idoc? Can someone help me finding a solution to this problem?
    Thanks in advance for helping.
    Regards,
    Gajendra

    Hi,
    If you have done all the required settings (logical system, partner profiles, distribution model), then either transaction BD10 / BD14 will help you generate the IDOC.
    If you want to send the idocs automatically, then you will to configure some program.
    Unlike transaction data, Master data IDOCS are not triggered immediately, you will have to do the required configuration in SPRO.
    Transaction SPRO
    SAP Customizing Implementation Guide -->
    SAP Web application Server --> Application Link Enabling --> Modeling and Implementing Business Processes -->
    Master Data distribution --> Replication of Modified Data --> Creating IDOCS from Change Pointers
    Take a look at this thread.
    Re: automatic Idoc outbound
    Regards,
    Ravi
    Note : Please mark the helpful answers
    Message was edited by: Ravikumar Allampallam

  • CRM Extractors for Product & Customer

    Hi Experts,
                     Iam new to CRM, can any one provide me the extractors for Product and Customer. Here we are trying to extract Product and Customer data from CRM source to BW/BI target, so if i know the extractors for the above it will be really helpful. Also if there is any step by step guide for the same it would be a great help.
    Thanks in advance
    Shiv

    Hi all, this may be too late based on the posted dates, but this is a current issue for me that I have found solution for now and I will post up anyways same thing.  There is very little documentation so hopefully this is helpful for whoever else has unique requirements to use this delivered functionality.
    Finally I am able to find a solution to this problem and now my system is tracking all status changes and providing me detail conveniantely on duration and time between status changes.
    There are some table entries that need to be created plus a couple notes that will help.  This applies to people who are not getting any data whatsoever in their CRMD_TSS_DTRACK table or 0CRM_TSS_DTRACK extractor.
    Goto transaction --> SMW3FDCUST and make the following entries:
    BDoc Type BUS_TRANS_MSG
    Context mBDoc Notification (additional calls)
    Sequence 50
    Service Function CRM_UPLOAD_BW_TSS_DTRACK_SRV
    and
    BDoc Type BUS_TRANS_MSG
    Context mBDoc Notification Multiple (additional calls)
    Sequence 50
    Service Function CRM_UPLOAD_BW_TSS_DTRACK_SRV
    and
    BDoc Type BUS_TRANS_MSG
    Context mBDoc Initial Load (additional calls)
    Sequence 50
    Service Function CRM_UPLOAD_BW_TSS_DTRACK_SRV
    To also ensure your statuses are being captured after all your configurations have been made, be sure that for these 2 key notes you have the approriate corrections existing in your system:
    1024652 - This ensures your custom statuses groups are captured in table and extractor (once you have enhanced it of course)
    1239530 - Ensures that all status changes are captured according to your configurations
    Thanks.

  • Generating XML for an instance of a custom type

    I apologize for a silly question...
    How do I use the codec object that <autotype> generates for a custom type?
    The schema and WSDL files are written by hand, <autotype> generates java representation
    of the types along with serializer/deserializer classes for nested types and the
    main codec class fine. Now I need to manually generate XML for a particular instance
    of my custom type (at runtime). The codec class declares XML_TYPE as a private
    variable while it seems to be exactly what needs to be passed to codec’s serialize(),
    and the codec class is a final class... so how’s this class supposed to be used?
    Same with de-serialization.
    Any help will be greatly appreciated!
    Dmitriy

    also see http://edocs.bea.com/wls/docs81/webserv/customdata.html#1052981
    Bruce Stephens wrote:
    >
    Hi Dimtriy,
    I've attached an example using a custom codec with clientgen. If you
    could take a look and see if this ser/deser can provide you with some
    guidelines on what is required. Also, if you could bundle a small
    example that illustrates your custom type, it would be helpful.
    Thanks,
    Bruce
    Dmitriy Myaskovskiy wrote:
    I apologize for a silly question...
    How do I use the codec object that <autotype> generates for a custom type?
    The schema and WSDL files are written by hand, <autotype> generates java representation
    of the types along with serializer/deserializer classes for nested types and the
    main codec class fine. Now I need to manually generate XML for a particular instance
    of my custom type (at runtime). The codec class declares XML_TYPE as a private
    variable while it seems to be exactly what needs to be passed to codec’s serialize(),
    and the codec class is a final class... so how’s this class supposed to be used?
    Same with de-serialization.
    Any help will be greatly appreciated!
    Dmitriy------------------------------------------------------------------------
    Name: custom_codec.zip
    custom_codec.zip Type: Zip Compressed Data (application/x-zip-compressed)
    Encoding: base64

  • Last Dunning Data not generated for customer account

    Hi Gurus,
    I have run the Dunning for a customer, it was successfully data generated to the customer account and able to see dunning history until 1st  and 2nd runs, but 3rd and final dunned but no data generated for the particular customer.
    In this time i find few other line items are additioned to the previous line item.
    The 3rd dunning days are already exceeded the grace days, but not data generated because of additional items are not eligible for dun this time they have good enough time as grace days.
    So this is caused, and no data generated to the for the respective line item which has to get the data for it's 3rd dun.
    When i run for some future time 3rd dunning was successfully got and data updated, for additional items also got dunned 1st reminder this time because they are also eligible this time..
    In my dunning procedure i have selected for always dun for all intervals and print line items for last dun.
    Your inputs are highly appreciated.
    Thanks in advance, points are avails.
    Thanks,
    Vyas

    Hi
    Any Updates on this ..
    Thanks in advance,
    Vyas

  • How to generate an outbound IDOC for customer Invoice

    Hi
    I want to configure that if I create a invoice using TCODE FB70 it should automatically create a outbound IDOC ACC_BILLING( for customer).How I can achieve this. Can any one give me complete step by step help.
    thanks in advance.
    karunb

    You should be able to use it using 'change pointers'.
    For this you will first need to activate change pointer for this message type (check SALE > modelling..>Master data distribution). Next, you will need to setup your ALE config for this IDOC/message type.
    In ALE, you will be able to either run a standard SAP report adhoc, or schedule it such that all changes recorded using change pointer (changes including new customerr records) are collected as IDOCs and sent.
    This is a standard SAP scenario, you only need to do the config/setup to get there. You may wish to read more on change pointers to understand this.
    cheers,

  • Limited Support for Time characteristics 0FISCPER/0CALMONTH/0CALQUARTER

    The time characteristics 0FISCPER/0CALMONTH/0CALQUARTER are converted into Character type value in Universe which results in following problems on switching to Webi based reporting from current SAP BI front end tools.
    Problem 1: Sorting does not work correctly using the Key Value or Description as both are being treated as Character values. While setting up the Custom sort sounds like a workaround, the sort list has to be generated for all possible months/quarter/year combination that will be seen in the reports. Not a good solution when business analysts has to build their own reports from Universe.
    Problem 2: Using range selections (E.g. between, greater than, less than etc) in Universe conditions/prompts does not yield correct results due to the same fact that all values are treated as characters. Possible workaround is use this kind of conditions in BI query variables directly. But, this does reduce the flexibility of selections a lot, especially when users are used to simple ways of making range selections in BEx.
    Problem 3: keying in the prompt values for these characteristics/dimensions (both Key and text) is very cumbersome due to format issues. E.g. 1/2010 is no more recognized as valid fiscal period. You have to enter key value as K4/001/2010 or Text value JAN 2010 or January 2010 (based on text selected in query/infoobject). Only way of simplifying user input is to use LOVs and let users always select from LOVs. But, the users lose ability to simply key in values.
    Problem 4: The default LOVs generated for Fiscal period takes values from the master data and hence might show all available fiscal periods including special periods 00,13 thru 16 etc. even though they may not be relevant to the underlying report (e.g. a Sales report). This can confuse users who are not used to seeing these periods before. Possible workaround is to apply filters on LOV using condition and in some cases this should fix the problem.
    While some of the workaround for above problems sound acceptable (3 & 4), the others are not in my opinion(unless there is a better workaround anyone else have). My question is to experts from SAP is, can we expect better support for these objects in future Service packs? If not, then perhaps we need to move away from using this objects in reporting and use 0FISCPER3, 0CALMONTH2, 0CALQUART1 in combination with 0FISCYEAR/0CALYEAR to overcome above issues.
    Though  this can mean  (1) good amount of backend changes to include these Infoobjects in underlying Infoproviders, if there are not present already (2) User training to explain them to use these new time char fields instead of the ones they are already used to.
    I'm fairly new to BO and might have overseen somethings. I have already searched the BO forum related to this topic and did not find any satisfactory answers. Any input on this is greatly appreciated.
    Thanks & Regards,
    Sree

    The issue is that these InfoObjects are not Data Type DATS in BI, they are NUMC and PERI7. Only InfoObjects of type DATS will be converted to Date format in the BO universe.
    Workarounds:
    - instead of using these time characteristics to filter results, consider using transaction dates, such as posting date.
    - create a customer InfoObject ZFISCPER which is a transformation of 0FISCPER to DATS data type.
    - create a custom variable in the WEBI reports which looks at the key for 0CALMONTH and only considers the first 2 characters which should identify the month (e.g. 01 = January, etc.). You can then sort on this and it avoids the year concatenation issue (e.g. JAN 2008, JAN 2009, JAN 2010).

  • Unable to generate spool for two tables in report output

    Hi,
    I created report with two custom containers displaying two tables in output. When I execute the report in background spool is created only for one table in top custom container.
    What should be done to generate spool for both the tables in two different custom containers.
    Thanks,
    Abhiram.

    Hi,
    Check the bellow link for your requirement.
    <<link removed>>
    Regards,
    Goutam Kolluru.
    Edited by: kishan P on Feb 2, 2012 1:50 PM

Maybe you are looking for

  • Hi, My I-phone taking too much time to get charge

    Hi, My I-phone taking too much time to get charge... I am charging through computer. It does not show whether its charging or not. Morning it was 40% , till now it 60 % after that it never moved...I have switched off my mobile and charging but percen

  • Is there any way to reduce the JPEG compression ap...

    I'm wondering if there is any way to reduce the fierce amount of JPEG compression applied to photos taken with the 6220 classic? I'm 99.99% sure that there isn't, but I thought I'd ask anyway. I'm a professional graphic designer with 15 years experie

  • Satellite C855D-S5209 DVD drive does not read dvds

    I was trying to install some software for the first time on my Satellie laptop and the dvd drive was unable to read or recognize the dvd installer discs.  Any help would be appreciated thanks.

  • Removing "Doc Type" tag

    We are using our PI system for sending cxml messages back and forth from customers to our R/3 SAP system. My question is that when we receive the cxml documents from our customers, we need to remove the <Doc Type> tag for PI to process it. However, w

  • My iPad locked up while playing a game.  Now can't turn it off or do anything.

    Nt iPad locked up while playing a game.  Now I can't get it to shut down or do anything.  The buttons don't do anything.  Help!!