On-line help for functions.

Hello Gurus,
        where can I find all the function explanation for web intelligence online?
Many thanks.

Refer: http://help.sap.com/businessobject/product_guides/boexir3/en/xi3_web_intelligence_formulas_functions_calculations_en.pdf

Similar Messages

  • F4 help for function module

    Hi experts
    Is it possible to place F4 help for the function module import parameter like If we excute the FM from se37 the input box should need the F4 help.
    if possible , let me know the sample code
    thanks
    sai

    yes you can do that..
    in side the source code ..
    write the select statement according to requirement and pass the internal table to below function moduel and return field to yor help field..
    call the below  fm inside the function module..
    'POPUP_WITH_TABLE_DISPLAY'   or   'REUSE_ALV_POPUP_TO_SELECT'
    see the sample code...
    FUNCTION Z_MFG_PLANTS_F4 .
    "*"Local Interface:
    "  IMPORTING
    "     REFERENCE(W_WERKS) TYPE WERKS OPTIONAL
    "  IMPORTING
    "      REFERENCE(W_MATNR)    TYPE MANTR OPTIONAL
    * Alv popup display
    DATA : gc_selfield     TYPE slis_selfield,
           gt_fieldcat_drd TYPE slis_t_fieldcat_alv WITH HEADER LINE.
    p_werks = W_WERKS.
    data : begin of t_marc occurs 0,
                werks type werks,
                matnr type matnr,
            end of t_marc
    select matnr werks from marc into table t_marc where werks = p_werks.
      IF t_disp[] IS NOT INITIAL.
      gt_fieldcat_drd-seltext_m = 'Material'.
      gt_fieldcat_drd-fieldname = 'MATNR'.
      APPEND gt_fieldcat_drd.
      CLEAR : gt_fieldcat_drd.
      gt_fieldcat_drd-seltext_m = 'WERKS'.
      gt_fieldcat_drd-fieldname = ''WERKS'.
      APPEND gt_fieldcat_drd.
      CLEAR : gt_fieldcat_drd.
    * Allow the user to select the required plant
      CALL FUNCTION 'REUSE_ALV_POPUP_TO_SELECT'
        EXPORTING
          i_title               = 'Material Selection for Plant'
          i_selection           = 'X'
          i_screen_start_column = 5
          i_screen_start_line   = 5
          i_screen_end_column   = 70
          i_screen_end_line     = 20
          i_tabname             = 'T_MARC'
          it_fieldcat           = gt_fieldcat_drd[]
        IMPORTING
          es_selfield           = gc_selfield
        TABLES
          t_outtab              = t_MARC
        EXCEPTIONS
          program_error         = 1
          OTHERS                = 2.
      IF sy-subrc <> 0.
      ENDIF.
      READ TABLE t_MARC INDEX gc_selfield-tabindex.
      IF sy-subrc = 0.
            w_matnr = t_matnr-matnr.
      ENDIF.
    ENDIF.
    ENDFUNCTION.
    Prabhudas
    Edited by: Prabhu Das on May 21, 2009 7:35 PM

  • Enabling on-line help for an individual portlet

    Hi,
    Does anyone know how to enable help for a portlet? There is a parameter that is part of the wwui_api_portlet.draw_portlet_header that specifies has_help, but how does that get set if you use the dynamic page wizard to create the portlet? If you extract the code and modify then you lose that customization every time anything about the portlet changes. Is there any other way to handle this? I hate to have to write the portlet outside the wizard for just this...
    We are using 9ias prod version under Solaris. 8.1.7 DB
    Thanks,
    Tom
    null

    Tom,
    If you do decide to develop your portlet outside of the wizard, and use the PDK for developing a customized portlet, you can set the has_show_help flag in the portlet record. And then code the contents of your help screen in the show precodure of your portlet for the case when
    p_portlet_record.exec_mode = wwpro_api_provider.MODE_SHOW_HELP
    As you inferred, if you make customizations to the code extracted from the wizard, these are subject to Portal code changes. In such a case, it would probably be better to code your own portlet.
    Unless some Portal guru has found a workaround for this..

  • Custom Search Help for Functional Area of Cost Centre(KS01/KS02)

    Hi,
    I need to implement a custom search help and custom enhancement for the field Functional Area in Basic Data tab of Cost Centre Create/Change(KS01/KS02) transactions. Details of the requirement are as below:
    1. There will be a custom relation for the Cost Centre category and Functional Area which was maintained thru a SAP standard table TKA05 and a custom table.
    2.When the relation to Cost Centre category and Functional Area is a one to one it exist in the TKA05 and if its one to many it will be maintained in the custom table.
    3. The requirement is when the Cost Center to Functional area is maintained in table TKA05(One to One) in this case the corresponding Functional Area needs to be populated automatically after entering the cost centre and pressing a enter key by user.
    4.When the Cost Centre Category and Functional area does not exist in table TKA05 and existing in custom table(One to Many) in this case the F4 should be enabled for user selection with the list of Functional area values corresponding to the cost centre category entered that are maintained in the custom table.
    As per the functionality provided by SAP the input help(F4) of the field Functional area in Cost Center does not have any relation with Cost Centre Category. The existing F4 is from the Value Table(TFKB) attached to the domain of FKBER.
    Please provide your valuable inputs to implement the above requirement. Your input will be rewareded.
    Thanks in advance,
    Regards,
    Prasad.

    kalyani,
    i can see your requirement in below way..
    as it just reads: you need to assign the standard cost center help to a z cost center field in component /SAPSRM/WDC_UI_DO_ACC.. which actually is fetched though the component /SAPSRM/WDC_UI_BACKEND_SH
    so, if you see the component controller of SAPSRM/WDC_UI_DO_ACC you will see the component
    USAGE_SH_F4     /SAPSRM/WDC_UI_BACKEND_SH                        
    USAGE_SH_F4     /SAPSRM/WDC_UI_BACKEND_SH     INTERFACECONTROLLER
    so you can replicate the same functionality for your z field.
    but can you clarify one thing.. why are you going for this z field in place of standard field ?

  • Help for function module

    hi all,
    I want to know whether the standard price for a material is released during costing run or not.
    so can anyone tell me where this information (std price released or not)is available .
    if some one know the field name please tell that and if anyone know any function module to get the status of releasing please help me
    points will be rewarded!!!!!!

    hi all,
    I want to know whether the standard price for a material is released during costing run or not.
    so can anyone tell me where this information (std price released or not)is available .
    if some one know the field name please tell that and if anyone know any function module to get the status of releasing please help me
    points will be rewarded!!!!!!

  • Help for function compile

    Please help me I don't know much about PLSQL FUNCTION
    I am getting fallowing error while compiling the function
    ine # = 3 Column # = 8 Error Text = PLS-00201: identifier 'MYVARCHARTABLE' must be declared
    where to declere and how to declere the MYVARCHARTABLE
    CREATE OR REPLACE FUNCTION "STR2TBL" ( p_str in
    varchar2)
    return myVarcharTable
    as
    l_str long default p_str || ',';
    l_n number;
    l_data myVarcharTable := myVarcharTable();
    begin
    loop
    l_n := instr( l_str, ',' );
    exit when (nvl(l_n,0) = 0);
    l_data.extend;
    l_data(l_data.count) := ( ltrim(rtrim(substr(l_str,1,l_n-1))) );
    l_str := ltrim( substr( l_str, l_n+1 ) );
    end loop;
    return l_data;
    end;

    Hi,
    This will give a clear idea about how to return an array from a PL/SQL Stored function.
    http://www.oracle.com/technology/sample_code/tech/java/codesnippet/jdbc/varray/index.html
    Thanks,

  • F4 help for Function Group

    Hi,
    We are creating an application in which we require the user to enter Function Group Name, the related type bound to mapped context attribute is AREA.
    We have searched in the system but couldn't find any Function Module which returns list of all function groups.
    can anyone help here.
    Regards
    Manas Dua

    Hi,
    Thnks, its solved.
    Created an OVS search help with 2 input params - Package Name and Function Group.
    using function module REPOSITORY_INFO_SYSTEM_SET to fech the function group name.
    and before calling this storing the package name in Memory Object by usign the statement
    ds_rxxadir-sign = 'I'.
            ds_rxxadir-option = 'EQ'.
            ds_rxxadir-low = <ls_query_params>-package_name.
            APPEND ds_rxxadir TO dt_rxxadir.
            EXPORT rxxadir FROM dt_rxxadir  TO MEMORY ID '%RANGES_DEVCLASS'.
    Regards
    Manas Dua

  • Search help(f4)  for function module input

    can we create a serch help for  function module input giving process

    Hello basichodary,
    You can encapsulate the function module within a program.  Include the search help in a parameter statement in the calling program and pass the parameter to the function module.  For example, suppose you want to have field i_carrid to have a search help.  Use the following code. 
    report  call_function_module.
    parameters p_carrid type s_carr_id matchcode object demo_f4_de.
    call function 'FUNCTION_MODULE'
       exporting
          i_carrid    = p_carrid
    Kind Regards,
    Rae Ellen Woytowiez

  • How can i desgin on lin help

    Hi all
    How can I design an on line help for forms 9i that will be deployed on the web
    Using 9iAS
    any document,link will be helpfull

    It's such an open ended question the real answer can only be:
    'However you want to'
    Only you know what you are trying to achieve.
    Do you want it general or context specific or task specific or user specific or error-specific or menu-driven, or searchable, etc, etc...
    Do you want the text hard-coded, held in the database or in files etc... etc...
    What methods do you find easiest to use ?

  • Help on GOA screen control at line item for only material

    Hello All
    scenario:-
    1. create a GOA
    for a material with has alternative UOM ( CAR - ORDER UNIT ; 1 CAR - 34 ea) . So i created GOA FOR MATERILA LINE ITEM.
    FOR CAR .
    2. I released GOA and distributed GOA for CAR as Oeder Unit UOM.
    3. now my buyer  go to GOA and change UOM as EA and price I AND CHANGE THE PRICE IN THE SAME  LINE  ITEM.
    4. No PO released against the COntract in the ECC 
    5. Unfortunately buyer could change this UOM from CAR to EA. now GOA shows as EA in the line item
    6. this info taken to ECC via IDOC but this info  never updated in ECC contract.
    7. my PO release as CAR forever rather than EA since my ECC contract always shows  as CAR
    i can lock this item i can create  a new line item, no issues.
    how buyer knows each time ? if the system allows buyer always try to change rather than entering new item. it is not buyer fault. it is srm fault.
    Now ican u suggest some code in ui control badi , if the PO not releases system should not allow to change  the UOM in the GOA line item for a material.
    PS:- once PO released against contract  . srm will not allow to change the UOM . that is fine.
    SAP has to correct this problem and release the note.
    Muthu

    Hi Donald/SCot/ kiran/ jay...
    are you having the same problem in SRM 700. front end validation is required here toooooo...
    please help me.
    I could not accept this functionality ..
    why SRM allows to change the UOM by the buyer after  release the GOA for the same line item
    if srm allows to do edit, SAP SRM and ECC has to update the same UOM in the existing purchasing contract. IDOCs carry all new uom but why not updated in ECC purchasing contract.
    decided to write own logic in ui badi to protect this. what to do
    Muthu

  • I am using NIPCI6229 card i want to generate 5 V in the digital ouput line . it has to be there in the output line only for 100ms please help me

    i am using NIPCI6229 card i want to generate 5 V in the digital ouput line . it has to be there in the output line only for 100ms please help me. aftwer 100ms it has to go to zero state

    hi,
     You can try generating 5V continously for 100ms in a loop later on you can make it low.
    Hope this helps you.

  • Find collective Search Help for partner function at runtime

    Hi experts,
    I have a screen very similar to VF05. When I enter the partner function, the corresponding field for the partner function, I want a collective search help to open.
    If I enter the partner function - Employee responsible, then the search help PERM has to be called or for partner function Payer, I want the search help DEBI to be called. Can anyone let me know how can I get the related partner functions, without hardcoding for every partner function. Something similar to the VF05 report.
    Warm Regards,
    Abdullah

    Hi,
    Collective search helps:- Combination of elementary search helps. When we need to fetch data based on multiple selection criteriau2019s. More than one tables are Selection from multiple tables
    Steps for creating collective search help.
    1) Enter the search help name and click on create.
    2) Choose Collective search help radio button option as the search help type.
    3) Enter the search help parameters.
    Note that there is no selection method to be entered for a collective search help.
    4) Instead of the selection method, we enter the included search helps for the collective search help.
    5)We need to assign parameters for each of the included search helps.
    6) Complete the parameter assignment by clicking on the push button.
    7) Collective search help offers the user to obtain F4 help using any of the included search helps.
    Hope this helps u.
    thanks

  • Assigning search help (F4 functionality ) for recipient field in IW32

    Hi,
    my requirement is to assign search help (F4 functionality) for recipient field in components tab of IW32. anybody help me to assign search help for it. same way i need to assign that in MIGO, MB21, MB1A goods recipient field.

    hi,
    refer to the following link:
    http://www.saptechies.com/how-to-add-f4-help-to-a-field-on-screen-module-pool/
    i hope it helps
    regards

  • Search help for partner functions in the message to get organisation unit O

    hello,
    Depending on the Business partner category (Organisation, Person,Group) the search help of the partner function in a message should return the corresponding partner list.
    This is working fine for standard partner functions like SLFN0002 (reported by=P) SLFN0003 (support team=O). When doing a searchhelp we get a list of organisation for the "support team" and a list of users for "reported by". this is a normal behaviour.
    When copying the partner function SLFN0003 into a new ZLFN0003 and including it in the partner profile of the message the search help returns all business partners of category P but should return category O.  The function category 0016 (service team) is well defined for ZLFN, I guess the link to business partner category is made indirectly there but I might be wrong.
    Does anyone of you experience the same behaviour ?  Any idea how to correct this ?
    thank you for your help
    Xavier

    Hi,
    Collective search helps:- Combination of elementary search helps. When we need to fetch data based on multiple selection criteriau2019s. More than one tables are Selection from multiple tables
    Steps for creating collective search help.
    1) Enter the search help name and click on create.
    2) Choose Collective search help radio button option as the search help type.
    3) Enter the search help parameters.
    Note that there is no selection method to be entered for a collective search help.
    4) Instead of the selection method, we enter the included search helps for the collective search help.
    5)We need to assign parameters for each of the included search helps.
    6) Complete the parameter assignment by clicking on the push button.
    7) Collective search help offers the user to obtain F4 help using any of the included search helps.
    Hope this helps u.
    thanks

  • Change search help for each line of a web dynpro table

    Hi all i have got the following code to dynamically change the search help of a single field on a web dynpro app and was just wondering if anyone could show me the code for implementing it onto a table so that the same field on each row has a different search help assigned to it!
    CALL METHOD node_info->set_attribute_value_help
    EXPORTING
    name = 'DEPT'
    value_help_mode = '121'
    value_help = 'PREMN'.
    Regards
    Mart

    Hi,
    it is possible to have different search help for same table column for different context elements i.e. table lines. the way to acheive this is by using cell variants in table column.
    Steps to follow:
    1. In your table column insert cell variant. Depending upon number of variations for search help, insert that number of cell variants in table column
    2. Enter the value of variant key property of each cell variant for ex. 01 for first cell variant and 02 for second cell variant
    3. Insert cell editor for each of cell variant. for ex. if you have 2 different search helps for single column then insert two cell variant in table column and for each cell variant insert cell editor, let say input field in this case
    4. Bind the value property of each input field to different context attribute of the node. for ex: you have table with two columns i.e. Dynamic and fldate
    .  First column is Dynamic. It will have two cell variants and each cell variant have cell editor of type input field  i.e. depending upon the value of second column i.e. fldate, the search help of first column will be decided.
    5.  Create context node from structure "SFLIGHT" and select 3 components from structure i.e. Carrid, connid, fldate. Add another context attribute to same context node i.e. selected_cell_variant of type string
    6. Bind each of context attribute carrid and coonid to value property of cell editor i.e. input field of cell vairaints from column Dynamic
    7. Bind value property of cell editor i.e. input field of fldate column to context attribute fldate
    8.. Bind selectedCellVariant property of table column Dynamic to context attribute selected_cell_variant
    9. Now, Write method at the wddoinit of view to fill up the context node from table sflight table
    10.  Write event handler for event OnEnter of cell editor from table column FLDATE. in this event handler depnding upon the date set the value of context attribute "selected_cell_variant" to 01 or 02
    DATA lv_date TYPE S_DATE.
      ASSERT CONDITION context_element IS NOT INITIAL. " context_element is default paramter for event handler
      context_element->get_attribute(
        EXPORTING
          name  = 'FLDATE'    " NAME
        IMPORTING
          value = lv_date    " DATA
      IF lv_date > '20101016'.
        context_element->set_attribute(
          EXPORTING
            value =  '01'   " Attribute Value
            name  = 'SELECTED_CELL_VARIANT'     " Web Dynpro: Name of Context Element
      ELSE.
        context_element->set_attribute(
          EXPORTING
            value =  '02'   " Attribute Value
            name  = 'SELECTED_CELL_VARIANT'     " Web Dynpro: Name of Context Element
      ENDIF.
    11. Depending upon the value of selectedCellVariant the corresponding search help will show up in table column. So change the value of column fldate for each table row and see how search help gets changed.
    Thanks,
    Rahul
    Edited by: Rahul Yadav on Oct 17, 2010 12:09 AM

Maybe you are looking for

  • Lost time capsule disk

    Hello, I was trying to make airport express allow me to connect to Sky anytime+.  Instead I have somehow lost the back up disk on my time capsule.  I watched some You tube jobs on making a bridge (?!) which at the time, five hours ago - seemed logica

  • Email In and Out of LabVIEW

    I am interested in sending and receiving email programatically from LabVIEW. I have yet to find something that does everything well. Besides the following list, what have people used for email with LabVIEW. Thanks. Fred Genett Internet Toolkit : SMTP

  • Gvm automounting problems [Solved]

    Ok I was able to successfully install gnome-volume-manager and get it to automount my cdrom drives correctly, but only as root; I stick in a disc, it gets read, and the nautilus file browser appears with its content. This is all great, except that I

  • Solaris 10 with Matlab

    matlab does not work with the latest kernel patches. Why?...

  • How to Read the RGB Picker Values?

    By clicking and draging the image, an RGB picker Value window apppears. However, I'm not certain exactly what info it's displaying. There is the X adn Y which I beliee is the resolution or axis on where you're at in the image. Then there is the RGB,