I am trying to create a generic datasource - quantity field is hidden?

Hi all,
I am trying to create a new generic data source using the function module, when i am trying to save the dataosource. I am getting an error message :
Unit field waers.for field dmbtr of data source abc is hidden?
Can anyone let me know how to solve this?
I can see there is one amount field called dmbtr used in the extract structure and it contains the unit field waers.
Thanks

Hi pooja
            here u has to maintain reference field to dataelement  dmbrs  in order to get this field in to datasource.
for this   1.go to extract structure
              2.then go to currency/quantity fields tab
              3.give the unit type waers for field  dmbrs
              4.thensave the extract structure and
              5.go to data source and make sure the field is selected
i hope this solves ur problem
satty

Similar Messages

  • Error creating  a generic datasource

    Hi Experts,
                  I am trying to create a  generic datasource  from table T549Q. I get following error message.  
    Extraction from 'pool tables and cluster tables is not permitted'. Any workaround for this issue?. I appreciate your feedback on this issue.
    Thanks,
    Varun.

    You should use the FM Extraction to extract data from cluster table.
    See the below link
    Generic DS
    Regs
    Gopi
    Assign points if it helps...

  • Problem in creating a generic datasource with infoset

    Dear Expert,
      I have to create a generic datasource with infoset. I linked the infoset with a test program below. In the program, I have one selection option, which is s_order. After creating an infoset and a datasource, this selection option 'SELECT_S_ORDER' is added to my extract structure. However, after try filtering with this SELECT_S_ORDER, it doesn't filter data at all. Why? I want to filter data with my s_order.
    REPORT  ZBI_DS_TEST.
      tables: vbak.
    * DATA
      field-symbols: <vbak>  type vbak.
      data:   t_vbak      type table of vbak,
                w_vbak     type vbak,
                t_vbak2    type table of vbak,
                w_vbak2    type vbak.
    * SELECT-OPTIONS
      selection-screen begin of block b1 with frame title text-001.
        select-options:  s_order   for  vbak-vbeln.
      selection-screen end of block b1.
        start-of-selection.
    * <Query_head>
       perform sub_select_data.
       loop at t_vbak into w_vbak2.
         move-corresponding w_vbak2 to vbak.
    * <Query_body>
       endloop.
    *&      Form  sub_select_data
    *      Select data
    FORM sub_select_data .
        select *
        into    table t_vbak
        from   vbak
        where vtweg = 'IP'.
    ENDFORM.                    " sub_select_data

    What do you mean by linking program with infoset?
    Do you get the field in your RSA3 Tcode?

  • How to create a generic datasource from function module?

    Dear experts,
    I have created a generic datasource from function module. For this extrator, I created a function module and a structure.
    I have now some difficulties to continue:
    In this function module, i get data from different transparent tables. Then i put these data into an internal table.
    I just don't know what is the relatioin between the structure i defined and this internal table.
    I should make "iTab structure AA" in the source code?
    Thanks

    Hi..
    check this
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/84bf4d68-0601-0010-13b5-b062adbb3e33
    Generic Extraction via Function Module
    /people/siegfried.szameitat/blog/2005/09/29/generic-extraction-via-function-module
    1. Create s structure with the fields that you need from the 4 tables . Activate.
    2. Goto SE 80 Select The Function Group , Copy , Select the Function module
    " RSAX_BIW_GET_DATA_SIMPLE " and Give a New name starting With
    Y or Z .
    3. SE37 ->Your Function module name -> Change , In table tab give your structure
    name by deleting the associated type given in " XXXX " .
    4. Now select source code and Do the coding . Give Data source name in Coding .
    In your case you have to take data from more that 1 table .
    5. Activate the Function Group .
    6. In RSO2 Create the Data source , Give the Function Module Name , And Save.
    7. RSA3 -> Give data source name and Check for the Records .
    Creation of custom datasource. (Using function module)
    .Create a function group .
    . Structure ZTXXXX
    Create function module (i.e. ZTESTXXX) .
    . Create the data source using transaction (RSO2).
    . If structure exists for the table parameter of your function module then ok else create a structure for the table parameter ‘        ’.
    Test the datasource in R/3 using transaction RSA3.
    Transfer the data source to BW –System and replicate it in the BW-System.
    Message was edited by:
            shiv

  • Steps to create a generic datasource from SAP CRM

    Dear Forum,
    Could you please provide me with the steps to create a generic datasource from SAP CRM
    Thanks for you time and efforts
    Regards,

    Hi,
    Initially create a view or identify the table to create generic extractions, remaining process is same in all data bases such as CRM........
    GENERIC EXTARCTIONS:
    https://www.sdn.sap.com/irj/sdn/wiki?path=/display/bi/generic%2bextraction
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/d3219af2-0c01-0010-71ac-dbb4356cf4bf
    Generic Delta:
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/84bf4d68-0601-0010-13b5-b062adbb3e33
    Assign points if these are useful.
    Rgs,
    I.R.K

  • Creating a Generic Datasource using Function Module

    Hi Guru's
                  We are tryin to create a Generic datasource using function module, we have found few old how to guides for doing the same but it is not effective and need to be altered. Can anyone suggest me the latest step by step procedure to create the above, also if you have the how to guide kindly paste the link as it will be a great help at this point.
    Thanks in advance
    Regards
    Liquid

    Hi,
    Please goto the Following links  :-
                                                                          PDF
    1)         http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/c062a3a8-f44c-2c10-ccb8-9b88fbdcb008?quicklink=index&overridelayout=true
    2)        http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/a0f46157-e1c4-2910-27aa-e3f4a9c8df33?quicklink=index&overridelayout=true
                                                     SAP Forum
    3)        Re: DataSouce based on FM
    4)       http://forums.sdn.sap.com/post!reply.jspa?messageID=10050614
    5)       https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/a0f46157-e1c4-2910-27aa-e3f4a9c8df33
    6)       Re: Generic datasource with functional module
    7)       Generic Extractor (FM based) - Delta Enabled
    Regards
    Obaid

  • Error while creating the generic datasource

    Hi gurus,
    i am creating the generic data source by using the table KONP when i am saving the data source at RSO2 it is giving the error like
    Field KBETR with reference field KONWA: reference table RV13A is replaced by ZOXTRD0145.
    Then giving the error
    invalid extract structure template KONP of datasource.
    can anyone help me on this issue,
    Thanks and regards,
    Suresh.

    Hi Gurus,
    actually the table KONP is reffering some fields from RV13A like below
    MXWRT     MXWRT     CURR     RV13A     KONWA
    GKWRT     GKWRT     CURR     RV13A     KONWA
    PKWRT     PKWRT     CURR     T001     WAERS
    FKWRT     FKWRT     CURR     T001     WAERS
    RSWRT     RSWRT     CURR     T001     WAERS
    KWAEH     KWAEH     CUKY                                                                     
    UKBAS     UKBAS     CURR     RV13A     AWEI1
    KBRUE     KBRUE     CURR     RV13A     BKONW
    the issue is here RV13A is an structure not the table, so no key fields are present,
    so how i can made the view for these
    points will be assign to correct answer
    Thanks & Regards
    Suresh

  • Trying to create a sequence, from 3 fields

    I need to come up with a mechanism to generate the primary key for a table.
    the table looks something like
    Co | Permit | Episode | a | b | c | Co2 | Permit2
    the co2 and permit2 are foreign keys to another table. Co and Permit are just copies of Co2 and Permit2. So then I am adding another field "Episode" to create the primary key.
    so I would have something like
    1-00001-1 a b c 1-00001
    1-00001-2 a b c 1-00001
    1-00002-1 a b c 1-00002
    1-00002-2 a b c 1-00002
    1-00002-3 a b c 1-00002
    1-00003-1 a b c 1-00003
    I wanted to use a seq to generate this, but since it is multiple fields it is not a continues number where a 1 or multiple needs added on. Do I use a sequence here? Trigger?
    Any suggestions?

    John,
    I am not necessarily saying that this is the way to go, but am just providing you with what you originally asked for, as an option to consider. The following trigger would insert numbers into the episode column in the manner that you specified:
    CREATE OR REPLACE TRIGGER episode_trigger
    BEFORE INSERT ON table_name
    FOR EACH ROW
    BEGIN
    SELECT MAX (temp_max)
    INTO :NEW.episode
    FROM (SELECT 1 temp_max
    FROM DUAL
    UNION
    SELECT MAX (episode) + 1 temp_max
    FROM table_name
    WHERE co = :NEW.co
    AND permit = :NEW.permit);
    END episode_trigger;
    null

  • Invalid Extract Structure error while creating "Generic DataSource" on a view...

    Dear All,
    I have created a view on following tables MARA, AFKO and MSEG. The Table/Join condition is as follow:
    AFKO--AUFNR  = MSEG--AUFNR
    AFKO--PLNBEZ = MARA--MATNR
    I have included all the fields from MSEG and other all fields from MARA and AFKO. The view is created successfully and contents/records are also being fetched/displayed from this view.
    See screen shot as well:
    But when I go to RSO2 to create a "Generic DataSource" on this view. I get a series of warning messages and then error message "Invalid Extract Structure" and therefore I'm unable to create my DataSource on this view. See below screen shots of warning and error messages.
    Other warning messages are as follow:
    Field GAMNG with reference field MEINS: Reference table MARA is replaced by ZOXPRD0150
    Field PLSVB with reference field PLNME: Reference table PLKO is replaced by ZOXPRD0150
    Field PLSVN with reference field PLNME: Reference table PLKO is replaced by ZOXPRD0150
    Field LODIV with reference field MEINS: Reference table MARA is replaced by ZOXPRD0150
    Following is the screen shot of error message:
    1. How can I get rid of this error message and be able to create my "Generic DataSource" on top of this "View"?
    2. What should I do to resolve the above warning and error messages?
    I will appreciate your reply.
    Many thanks!
    Tariq Ashraf

    Hi Vipul,
    as you can find in CKIS table, the reference feild for value feild "WERTN" is missing.
    As per the table the reference feild is HWAER. This should have been used in place of FWAER.
    Try mentioning this in your view and this should work.
    Also I am a little enthusiastic to know, what are you trying to get from the datasource.
    If you are trying to get the cost estimate of multi level BOM, not (just one child level), then this approach may not work.
    There is a BAPI that gives such itemization split. Just FYI, in case you are looking for multi level explosion.
    "BAPI_COSTESTIMATE_ITEMIZATION".
    Hope this helps.
    Naveen.A

  • Problem while creating generic DataSource using table

    Hello all,
    I am creating a generic DataSource using table EKBE. It is giving error " invalid extract structure template EKBE ". The reason is " The system tried to generate an extract structure with the template structure EKBE. This operation failed, because the template structure quantity fields or currency fields, for example, field MENGE refer to a different table (EKPO)".
    Could you suggest how to approach?
    Thanks,
    Zak.

    hi zahir,
    In your case the reference table used for quantity is ekko and the field is meins.
    and the reference table used for currency is ekpo and the field is waers.
    So you are not taking data from a single table. so you better create a view give the table name ekbe and select the corresponding fields you want.
    Add MEINS and WAERS and as well your required field in the view for example Zview and for Quantity field mention Zview as reference table and reference field as MEINS same for WAERS.
    try this if it doent work, tell me what error you are facing.
    with regards!
    ramesh

  • Creating generic datasource

    Hi Experts,
    while i have created a generic datasource from RSO2 and when i am trying to check data for that datasource it is giving that that datasource is not there in the source system.
    can any pls explain how to solve this and when i am creating datasource i could not able to give the specific application for the data source. where should we assign source system for this generic datasource.
    thans,
    sree

    Hi,
    Which type of data source you have created.are you able to see your data source in RSA6??
    If you are able to see it there then only you can use RSO2 for it.
    Try RSA2 for the data source and see if it shows you or not.
    You have to put in transaction or master or text and then check in RSO2.
    Generally the data source is assigend to the area which it belongs..like if the datsource is related to SD module then create it in the SD application area.You can also create a Z apllication area for generic data source and assign them to the newly created data source...but still should prefer to create in the area related to the data source...and replicate them to BW.
    Thanks
    Ajeet

  • Implementing Outer join Views in creating Generic datasource

    Guys,
    Iam bringing the Purchase document level data from R/3  into BW.I have couple
    of other Ztables also from which i need to collect the information.So iam going to create a generic datasource based on the view.
    In case of Database view it is taking inner join, which is undesirable since the
    final data coming out of view will be reduced as we join the main base tables with ztables..Since Ztables may have very less data.And inner join gives complete information only if all tables contain the information given out in the view output.
    One option is to use maintainance view which uses outer join. Is it recommendable
    to use maintainance view in case of basing the Generic datasources on the view.
    Please inform me if any of you have done generic datasources using database view.Any idea in this regard is welcome.

    Hi,
    I think you may have to develop your Generic Datasorce with "Function Module" since there is no common field.
    Regards,
    Suman

  • 'table does not exist' when creating generic datasource

    I went to SBIW->Business Content DataSources->Transfer Business Content DataSources-chose "content delta". it said 'comparison bct <-> cust version ' then it counted thru several objects for a few minutes and finished with no warnings.
    then I selected each datasource under co-om-cca and activated those with no problems.
    problem: now when i try to create came generic datasource using co-om-cca application component i get mssg when saving 'the specified table does not exist'...so now it isn't even letting me create a datasource at all using a standard application component either.
    I have been having many problems with creating datasources and using application components and this is why I did the first paragraph because I don't know what else to try.
    Please help, thanks.

    I have answered my own question.  I wasn't entering the view/table and it was my own complete oversight.

  • Creat generic datasource"customising undependent of mandant is inadmissibl"

    Hello,
    I am creating a generic datasource through for a SAP (MCSI) table:
    1. After entering the DS name and descriptions and table name, by saving i recieve the error message: "repository change: customising undependent of mandant is inadmissible". With this error, i cannot save the datasource.
    2. By clicking on the delta generic: How can i configure the fields (the table is for sales order):
      - Field: Which field can i choose: For example there are the fields "data analysis date, data analysis month, .. and ...
    - Do i have to choose "Stamp or kalender" radio button and for which reason
    - The intervalle (smaller and higher value)
    3. The datasource is to transfer data in BI.
    Thanks
    Ar.

    Hi
    I hope your first problem is solved ( because of server used QA not DEV)
    2. By clicking on the delta generic: How can i configure the fields (the table is for sales order):
    - Field: Which field can i choose: For example there are the fields "data analysis date, data analysis month, .. and ...
    Ans : Its depends upon which date you business want your delta shuld work, click the F4 help and choose from drop down table.
    - Do i have to choose "Stamp or kalender" radio button and for which reason
    Again for Transactional data we used TIMESTAMP and for Master data it should be CALENDERDAY.
    - The intervalle (smaller and higher value)
    For TIMESTAMP +/-30 mins and for CALENDERDAY +/- 2 Days.
    3. The datasource is to transfer data in BI.
    Yes, Many std. datasources are provided by SAP which also we can modify by doing enhancement.
    Also we can write our own DS as per need and requirement.
    Thank-You.
    Regards,
    Vinod.

  • Cannot create R3TR OSOA Version from a Generic Datasource

    Hello my friends,
    I need your help, please,
    I have created a Generic Datasource, this generic datasource extracts data from a View in ECC, when I create the datasource and save it(RSO2 transaction), the system(ECC) only show me the R3TR OSOD object available to transport it, I need see the R3TR OSOA object to transport de datasource from Dev to QA system. So when I transport the datasource, i can't find the active version in QA System.
    I think that this could be an authorizations issue, but i am not very sure.
    This are the steps that I am executing:
    1.- Assign the datasource to an Object Directory.
    2.-The Object generated is OSOD(Delivery version) type.
    Thanks for your help!!
    Regards.
    Antonio.

    HI,
    Have you enhanced any fields if please collect the append structure
    that is the not problem first collect the TR at RSA6 same data source.
    please find the doc how to collect the data source in ECC.
    ECC Data sources Transportation
    Thanks,
    Phani.

Maybe you are looking for

  • XML Namespace and schemalocation property?

    In many xml examples i see many nameschemas which even dont use in xml like in below example we have defined nameschemas as xsi,aop and one default namespace. If we dont use them what the purpose of defining them.Did not attach the xml as its quite b

  • V4l-dvb development-5 compil errror

    Hi, i try to compil this one, for get some fixes of ivtv and new kernel, using ck kernel i get..   CC [M]  /var/abs/local/yaourtbuild/v4l-dvb/src/v4l-dvb-abd3aac6644e/v4l/bttv-vbi.o   CC [M]  /var/abs/local/yaourtbuild/v4l-dvb/src/v4l-dvb-abd3aac6644

  • How do I stop desktop icons appearing from the right?

    I'm new to Mac (and loving it!) but when new items (drives, downloads, etc) are added to my desktop that appear on the right hand side (unlike Windows which adds from the left). Now I like to keep the Twitter app open on the right hand side of the sc

  • Refurbished macbook pro without leopard install disk - advice

    I've been offered a refurbished mac book pro theough an authorised servicce provider. I have not considered refurbished before but this is a previous gen model with a matte screen (i find glossy unusable and cannot afford to buy a new 17 inch model).

  • Surcharge should be automated  in pricing when order value is less

    Dear all, There is a client requirement where in if the order value is less than 1000 Rs. then a min surcharge of 2% has to be calculated in the pricing procedure automatically. Right now they are giving this condition manually. There is a cond type