Regarding  to enable transfered option for enhanced field  in BI 7.0

Hi Experts,
    I am working on a requirement for which  i have enhanced fields  at RSA 6  extractor level and then  I removed hide options from those enhanced fields and then I had replicate it at BI system but  then what happen na for those fields that i have enhance  transfered option at DataSource  level in BI side  is not enable.Even at Bi level edit button at DataSource  level is disabled.So I cannot even edit it.Iam using Emulated DataSource ( 3.5 DataSource ) in BI 7.0.The DataSource  is available in activate version.Can any body suggest any thing how to enable transfered option in BI 7.0 when it is disabled.
Thanks & Regards
Vinod kumar

Hi
Check if you have Authorization to Replicate/Change / Active for the DS, BASIS Team can help you with this.
R/3 side
Recheck for your enhanced / Appended fields at R/3 Side .
Make sure that you have saved/Activated the Code/DS/Structure.
RSA6 -- Check your DS for the enhanced Fields again / Transport the Same again.
BI Side
RSA13--Source System --Say Replicate DS -- Now see if you can access the enhanced fields here.
As you said you are using emulated DS -- Check if your Transfer/Update Rules are Active for the DS.. Try to activate the same with RS_TRANSTRU_ACTIVATE_ALL / RSDS_DATASOURCE_ACTIVATE_ALL/ RSDS_UPDR_REACTIVATE_ALL...
Hope it helps and clear

Similar Messages

  • Select-options for date field.

    Hi all,
    i need to give select options for Date field.How can i give that.
    Thanks & Regards
    Ravi.

    Hi Ravi,
    Use the Component WDR_SELECT_OPTIONS to include select options in Web Dynpro ABAP. Follow these steps:
    1. In your Component , "Used Componet" tab add Component WDR_SELECT_OPTIONS . Component Use can be any name that you want to give, eg SELECT_OPTIONS
    2. Go to the View where you want to include the Date Select Options. I am assuming that you already have an Attribute of Type DATS in your context.
    3. View: Properties Tab:Create Controller Usage and select
    SELECT_OPTIONS     WDR_SELECT_OPTIONS                   
    SELECT_OPTIONS     WDR_SELECT_OPTIONS     INTERFACECONTROLLER
    4. View Layout Tab:Include a View Container. In this view container we will show the Date Select Options.
    5. View Attributes Tab: Create Following two attributes:
    M_HANDLER type IF_WD_SELECT_OPTIONS
    M_WD_SELECT_OPTIONS type IWCI_WDR_SELECT_OPTIONS
    6: View Methods Tab: Create a method eg CREATE_SELECTION_SCREEN. Call this method in the WDDOINIT of the view.
    7:CREATE_SELECTION_SCREEN: Write following Code:
    * Data Declaration
      data:
            lt_range_table TYPE REF TO DATA.
      data:
            lr_componentcontroller TYPE REF TO IG_COMPONENTCONTROLLER,
            lr_componentusage TYPE REF TO IF_WD_COMPONENT_USAGE.
    * Execution
    *  Create Used Component
      lr_componentusage = wd_this->wd_cpuse_select_options( ).
      if LR_COMPONENTUSAGE->HAS_ACTIVE_COMPONENT( ) is initial.
        lr_componentusage->create_component( ).
      endif.
    *  Get pointer to interface controller of select options
      wd_this->M_WD_SELECT_OPTIONS = wd_this->wd_cpifc_select_options( ).
    * initialize selction screen
      wd_this->M_HANDLER = wd_this->M_WD_SELECT_OPTIONS->init_selection_screen( ).
    *  Create Range Table for: Date
      CALL METHOD WD_THIS->M_HANDLER->CREATE_RANGE_TABLE
        EXPORTING
          I_TYPENAME     = 'DATS'
        RECEIVING
          RT_RANGE_TABLE = lt_range_table.
    * Add Selection Field for: Date
      CALL METHOD WD_THIS->M_HANDLER->ADD_SELECTION_FIELD
        EXPORTING
          I_ID                         = '<name of date attribute in the context>'
    *      I_WITHIN_BLOCK               = MC_ID_MAIN_BLOCK
    *      I_DESCRIPTION                =
    *      I_IS_AUTO_DESCRIPTION        = ABAP_TRUE
          IT_RESULT                    = lt_range_table
    *      I_OBLIGATORY                 = ABAP_FALSE
    *      I_COMPLEX_RESTRICTIONS       =
    *      I_USE_COMPLEX_RESTRICTION    = ABAP_FALSE
    *      I_NO_COMPLEX_RESTRICTIONS    = ABAP_FALSE
    *      I_VALUE_HELP_TYPE            = IF_WD_VALUE_HELP_HANDLER=>CO_PREFIX_NONE
    *      I_VALUE_HELP_ID              =
    *      I_VALUE_HELP_MODE            =
    *      I_VALUE_HELP_STRUCTURE       =
    *      I_VALUE_HELP_STRUCTURE_FIELD =
    *      I_HELP_REQUEST_HANDLER       =
    *      I_LOWER_CASE                 =
    *      I_MEMORY_ID                  =
    *      I_NO_EXTENSION               = ABAP_FALSE
    *      I_NO_INTERVALS               = ABAP_FALSE
    *      I_AS_CHECKBOX                = ABAP_FALSE
    *      I_AS_DROPDOWN                = ABAP_FALSE
    *      IT_VALUE_SET                 =
    *      I_READ_ONLY                  = ABAP_FALSE
    *      I_DONT_CARE_VALUE            =
    *      I_EXPLANATION                =
          I_TOOLTIP                    = 'Select Date'.
    8: To Fetch Data entered in the selection field, write following code on action of button click:
      data:
            lt_date type REF TO DATA.
    FIELD-SYMBOLS:
                     <fs_date> TYPE table.
      *  retrieve Date from Select Options
      CALL METHOD WD_THIS->M_HANDLER->GET_RANGE_TABLE_OF_SEL_FIELD
        EXPORTING
          I_ID           = '<attrib_name>'
        RECEIVING
          RT_RANGE_TABLE = lt_date.
    *  assign Date Field Symbol
      ASSIGN lt_date->* to <fs_date>.
    9: Windows Window Tab: In the View Conatiner, embed the WND_SELECTION_SCREEN view from SELECT_OPTIONS component Usage of  WDR_SELECT_OPTIONS component.
    Regards,
    Reema.

  • Delta records are not populating for enhanced fields in 2LIS_17_I3HDR

    Hello,
           I have an issue with 2LIS_17_I3HDR datasource, i have enhanced the DS with Zfields, these are populated from AUFK through user exit. When i fill setup table, i can see the values being populated for enhanced fields, but for delta records, i dont find any values for these enhanced fields, even though the values exists in the AUFK table and i even tried degugging the user exit code, it doesnt go through it during the posting of delta records.
    Can some one give some suggestion on this issue.
    Thanks,
              Pavan

    Hello Ravi,
                     Yes, delta records cannot be populated by enhanced fields. Here the issue is different,
    i have added a closed date to the extract structure, this is order specific, so when i create a new PM order after the full load, and release the order and close it, the AUFK table get an entry for closed date, my exit compare the object number of the extractor to object number in AUFK and get the closed date value to the DS, this is not same as enabling delta on the enhanced fields (which cant be done).
    Thanks,
                Pavan

  • Delta problem for enhanced field in master datasource

    Dear Experts,
    I have a master datasource 0customer_attr. I have enhanced it with field sales group. Daily delta comes for this datasource.
    But when user changed sales group for a customer from s1 to s2 then it is not coming in delta.
    Still there is old sales group exist in BI for particular customer. In short , delta is not coming for enhanced field.
    Please advise what should i do ?
    Regards
    Shweta

    The problem is that no delta is posted to the message type for KNA1 in the bdpcv/s tables because the orignatting field is a KNVV field
    So if KNVV was changed ie sales group it will not post a ale change pointer for KNA1 therefore the delta for KNA1 will not pick up any change
    However if there was a change to KNA1 on the same day as the KNVV changwe then the delta will pick up the change
    The way to get around this is to either use a KNVV delta datasource into BW and then enhance 0Customer that way via transformations into the customer infoobject  in BW only
    Or to put a user exit into the KNVV change on R3 to generate an ale change pointer for KNA1(ie every change in KNVV will generate a change in the KNA1 extractor)

  • Set maximum size in Text Form Field Options for a field in bi publisher RTF

    Hi All,
    How to set maximum size in Text Form Field Options for a field in bi publisher RTF.
    I have a RTF whch is having a field in that i need to add some validation condition but after adding certain condition in Add help text tab ,it is not accepting after certain length, how i can increase the length to unlimited,please help me on this
    Thnaks

    Form fields have some restrictions if your are using version lower than 11g.
    They can accommodate only 393 chars. You can add the text in both status bar and help key, which can in total consume 393 chars.
    If your code logic is more than that, it can be split into multiple form fields as Avinash suggested or you can use sub template logic and handle coding over there. Again in sub template code can be within/outside form fields.
    So there is no option for user to increase the size of form field.

  • Delta Enabling for Enhanced field

    I have enhancement on standard datasource (Datasource is from Customer Service Appl and enhanced field is from PMCO table and its linked through OBJNR and OBJNR is Primary key in PMCO table and standard field in datasource). My question when users make any change to this field in PMCO table, this particular record is not being picked by delta. How should i make this field delta capable. Since OBJNR is generated is everytime a new order is created, and when they change at PMCO Table since there is no change in OBJNR no delta is picked up.
    I have another option is to ask user to do pseudo change on order when they make changes on PMCO table. Is there any other option for this so system can dynamically consider this change.
    Your answers are highly appreciated and rewarded.
    Regards
    Kunal

    Hi Kunal,
       I dont think you will get delta for your enhaced field until main record is chaged.
       We can not ask to chage the record for Delta.
       Try this:
       Create one more ODS and load data(in Overwrite) using generic extraction from table PMCO(If you have change data and creation data, you can selectively pull).
       While loading data from your main extractor, assign values for PMCO field in BW update rules from this ODS.
    Hope it Helps
    Srini

  • Need a JavaScript to enable/view Multi-line option for Text fields.

    Hello All,
    I need a JavaScript to enable/view Multi-line option for all the Text fields in PDF Form.
    Assume that I have a PDF form of Fields from F1 to F100 and it contains 25 Checkboxes, 25 Combo Box and 50 Text Fields. Now i need a javascript for which i need to enable Multiline for only Text Fields. So Is there any JS for which i can enable the Multiline option for only Text fields and not for ComboBox or Checkbox.

    Hi timo,
    Thanks for your help. iam trying to use the iteraor approch to do this. but i don't know how to fetch the data entered in the form that was built by the iterator. can you please tell me .
    thanks

  • How to enable F4 help for a field in ALV?

    Hi,
    I want to activate the F4 help in ALV output for a field for which we do not have search help assigned at table ,data element and domain level.
    In field catalog i have enabled it by below line.
      ls_fcat-F4AVAILABL = 'X'.
    but because there are no standard input help available it is giving message as "No input help is available".
    Can you please help?
    Best Regards,
    Rajesh Gupta

    Thanks.
    But i have my own custom search help which i want to assign for the ALV field as the standard field does not have the search help associated with it.
    and because its a standard dataelement we can not even assign the search help at dataelement level.
    do we have any way that we can pass our own custom search help from field catalog or any other way to implement the same.
    Thanks again!!
    Rajesh
    Edited by: Rajesh Gupta on Nov 18, 2010 4:12 PM

  • Data not populated for Enhanced field

    Hello,
    I had done enhancement by adding field to the LO Datasource.
    Written the code in the CMOD to populate the data. When i run init it worked fine and i am able to see the data for the enhanced filed.
    When i run delta iam not able to see the data for that field in RSA7, But i am able to see the data in RSA3.
    What is the reason that i am not able to see the data for the enhanced field in RSA7?
    Thanks in Advance!
    Regards
    M.A

    Hi M.A,
    This means that there is no delta data for that field.
    If there is no change in the data for that field then you cannot see any data in RSA7.
    Check in the Delta repetition in the RSA7 for any data for that field.
    Regards,
    ravi Kanth

  • How to create select-options for 3 fields out of 5 by FREE_SELECTIONS_INIT

    Hi Experts,
    I am using the Function Modules FREE_SELECTIONS_INIT and FREE_SELECTIONS_DIALOG to create the select-options dynamically on the selection screen.
    My problem is that I am passing a field list of 10 fields in the FIELDS_TAB of the function.
    Now it creates the select-options for all 10 fields. I want to create select-options for only 5 fields initially and let the user select out of the remaining 5 fields to create the select-options.
    How to achieve this.?
    I tried by passing the 5 fields in FIELDS_NOT_SELECTED table but they get hidden and once hidden I am not able to get them back in my field list.
    Please help me out.
    Useful answers will be suitably rewarded.
    Thanks in advance.
    Regards,
    Himanshu

    Hi Experts,
    I am using the Function Modules FREE_SELECTIONS_INIT and FREE_SELECTIONS_DIALOG to create the select-options dynamically on the selection screen.
    My problem is that I am passing a field list of 10 fields in the FIELDS_TAB of the function.
    Now it creates the select-options for all 10 fields. I want to create select-options for only 5 fields initially and let the user select out of the remaining 5 fields to create the select-options.
    How to achieve this.?
    I tried by passing the 5 fields in FIELDS_NOT_SELECTED table but they get hidden and once hidden I am not able to get them back in my field list.
    Please help me out.
    Useful answers will be suitably rewarded.
    Thanks in advance.
    Regards,
    Himanshu

  • Search Help in Select - Options for Time field

    Hi,
    I have a select option which is a  time field.
    For date field the F4 help is automatically generated.
    How to get F4 help for time field.
    Regards,
    Remo

    Selection-Options or normal field - it doesn't matter.  There is no system delivered value help for a time field. This is documented in the online help:
    There is no automatic F4 help for data element TIMS.
    http://help.sap.com/saphelp_nw70ehp1/helpdata/en/47/9f724642314aabe10000000a42189b/frameset.htm
    You would have to create your freely programmed value help if you want something like the time value help available in the SAPGUI.

  • Validation of Select Options for a field

    Hi All,
    I need to write a validation logic for a select option for VTWEG (Distribution Channel).
    select-options:  s_vtweg for komg-vtweg.
    I need to check whether the user has entered the correct value based on the search help. The check table of this particular field is TVTW. 
    Following is the code i wrote under the AT SELECTION-SCREEN block:
    IF NOT S_VTWEG-LOW IS INITIAL.
    SELECT SINGLE VTWEG INTO KOMG-VTWEG FROM TVTW
                                     WHERE VTWEG IN S_VTWEG.
    IF SY-SUBRC NE 0.
    CONCATENATE ' Please enter the correct
                                    Distribution Channel '
    Z_MSG INTO Z_MSG.
    SET CURSOR FIELD 'S_VTWEG-LOW'.
    MESSAGE E000 WITH Z_MSG.
    ENDIF.
    ENDIF.
    It works fine when the user enters a wrong value in the S_VTWEG-LOW field, where as if i gives more than one wrong value in the range or giving individual values its not working. Let me know how to do the validation check for multiple values entered individually or in ranges.
    Could you please suggest how to resolve this problem.
    Thank You,
    Suresh

    You could do something like this.....here looping at the select-option table and check the values for low and high.
    report zrich_0003.
    tables: komg.
    data: z_msg(100) type c.
    select-options: s_vtweg for komg-vtweg.
    at selection-screen.
      loop at s_vtweg.
        if not s_vtweg-low is initial.
          select single vtweg into komg-vtweg from tvtw
                 where vtweg = s_vtweg-low.
          if sy-subrc ne 0.
            concatenate ' Please enter the correct
            distribution channel '
                      z_msg into z_msg.
            set cursor field 'S_VTWEG-LOW'.
            message e001(00) with z_msg.
          endif.
        endif.
        if not s_vtweg-high is initial.
          select single vtweg into komg-vtweg from tvtw
                 where vtweg = s_vtweg-high.
          if sy-subrc ne 0.
            concatenate ' Please enter the correct
            distribution channel '
                      z_msg into z_msg.
            set cursor field 'S_VTWEG-HIGH'.
            message e001(00) with z_msg.
          endif.
        endif.
      endloop.
    Regards,
    Rich Heilman

  • Enable print option for transaction IW33

    Hi,
    Is there any way by which we can make the print option enabled in the transaction IW33 screen?.
    It is currently greyed out and the requirement is to enable this option so that the user can take print outs from transaction IW33.
    This option is enabled in transaction IW32. The program name for both these transactions is same but the GUI statuses are different.
    Please suggest if we can achieve this functionality. 
    Regards,
    Ravindra

    Hi Ravindra,
    I understand that, it is easier to give the authorization to IW32  than to fix the print issue from IW33. that i think is good solution for your issue.
    Thanks,
    Srini.

  • Problem with F4 option for one field

    Hi,
    While creating pricing condition records (VK11), one field is not having F4 option. That field is KGKG1 (Condition group1).
    Ihave created one table with s.org, dist.channel and condition group1 (KDKG1).
    While creating onle this problem. While changing and displaying the F4 option (i am able to select the values from list) available.
    What would be the reason. Is it require to change in table like domain, fields.
    Please help me to solveit out.
    Regards
    Lakshmikanth

    Hi,
    you can create new condition groups here.
    IMG>Logistics - General>Business Partner>Customers>Control>Define Condition Groups.
    Goto Customer master maintain condition groups.
    XD01/02. goto general data , In Menu select Extras and choose additional data. maintain condition group for customer.
    Regards,
    Chandra

  • Delta not populated for Enhance field

    Hello Friends,
    We have a requirement to enhance Sales Header (2LIS_11_VAHDR) to retrieve Customer Group (KDGRP). Hence i enhanced the structure Sales Document: Header Data (MCVBAK) and included the field ZZKDGRP. Also wrote the Customer exit to fetch this data from VBKD-KDGRP.
    Now the problem that we are facing is that when any of the standard fields of 2LIS_11_VAHDR are changed we get proper Delta records, but if the user only changes the Customer Group (KDGRP) of a Sales Order we wont get a Delta record.
    I referred the Blog https://weblogs.sdn.sap.com/pub/wlg/1591but [original link is broken] would like to know if there are any other solution to handle such a scenario.
    Any help will be appreciated.
    Note: This field is also available through VA02 so can we make some screen level changes to trigger a Delta when this field value is changed.
    Regards,
    Nitin S.

    its checking for the LO fields to be change to show you delta but not puling delta when one of your feidls change.
    create a temp table like C-t_Data in r/3 load all Lo data in it and check ofr this fiedl data to be chnaged ..you will have to write logic in cmod that if previous value is different from new value then update tempt_table and append temp_table data in to C-T-data. hope that helps ..

Maybe you are looking for

  • IPhoto transfer to Aperture..now I have 3 libraries?

    So here's what I have done. after several months with Aperture and iPhoto, i decided to just use Aperture. Up until now, I was using an iPhoto referenced library with Aperture (i think that's right) and not using iphoto unless the photo was not in ap

  • Using WRT54G as a access point.

    I have two WRT54G's and have the internet connected to one of them. I am trying to use the second as an access point, but I haven't been able to figure out how to connect them. I dont have the option of running a cable. Anyone know how to get it to w

  • Mail : "Send mail as" option

    Hello, Is there any way to get "send mail as" parameters from gmail in Mail ? How to configure Mail to work as the "send mail as" gmail option ? Regards, Guillaume

  • Adobe Flash Player "Failed to initialize" Problem

    I am running XP Pro SP3 on a Dell Dimension 4550 desktop, I cannot get Adobe flash player to install and cannot view a video in any of the browsers. I tried the usual steps, download the Flash player uninstaller, uninstall, remove all files from the

  • What are points and levels?

    Hello, I dont understand what "points" and "levels" are on the apple discussions site? can someone explain