Function module error message.

Call Function ‘Z_function’.
Imports
Exports
EXCEPTIONS
  no_entry_found       = 1
  OTHERS               = 2
IF sy-subrc = 0.
     MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
             WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
ENDIF.
Suppose
if sy-subrc =  1.
      MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
              WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
Giving me popup and is troubling.
Could you please tell me if I comment below
    MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
              WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4....
and proceed will it effect me in case of sy-subrc <> 0.
Thank you

Hi Sam,
Yes you can. But some times the programs emphasises specific program errors.
For e.g.
Use the following code for function module for GENEREIC case.
In this case you can remove total piece of code suggested by you. and replace the following  code.
If sy-subrc ne 0.
Messae 'Error in function module' Type 'E'.
Endif.
Use the following code for function module for SPECIFIC case.
case sy-subrc.
when '1'.
   Message 'No_entry found' type 'E'.
when '2'.
   Message 'Undetermined error in Function module. Please contact system administrator' Type 'E".
Endcase.
Regards
Bhupal Reddy

Similar Messages

  • Function Module  Error Message to appear in  Monitor-Detail TAB

    Hello ABAP / BW Gurus,
    how and can I write an error message in a function module
    that it appears in the detail tab of the monitor ?
    Thank You
    Martin Sautter

    OK

  • FRF-00025  Unable to call function. Error message: Syntax error in program

    hi,
    when we try to import the export file,we are getting the following error in the 24th phase
    i.e., check DDIC Password.
    The Error is
    INFO       2007-10-29 15:53:20 [iaxxrfcimp.cpp:1017]
               CAbRfcImpl::callLibraryFunction
    Generating interface for remote function.
    TRACE      [iaxxrfcimp.cpp:1056]
               CAbRfcImpl::performFunctionCall
    Calling function module: INST_RFC_GET_INTERFACE
    WARNING[E] 2007-10-29 15:53:21 [iaxxrfcimp.cpp:1089]
               CAbRfcImpl::performFunctionCall
    FRF-00025  Unable to call function. Error message: Syntax error in program SAPLSUNI                                . .
    TRACE      [iaxxrfcimp.cpp:1090]
               CAbRfcImpl::performFunctionCall
    RFC failure or system exception raised
    TRACE      [iaxxrfcimp.cpp:1091]
               CAbRfcImpl::performFunctionCall
    Syntax error in program SAPLSUNI                                .
    TRACE      [iaxxbjsmod.cpp:657]
               CJSlibModule::showOkCancelBox_impl()
    <html>Test logon to SAP System I50 failed.<p>Make sure that the system is started, that the user DDIC exists and that the password of user DDIC is correct.</html>
    TRACE      [iaxxgenimp.cpp:1093]
               showDialog()
    waiting for an answer from gui
    What Could be the solution for this.
    waiting for ur reply
    SS

    Hi Friend,
    Please check whether or not there is view missing error recorded in dev_w0 trace file.
    if there is , you can try to follow this procedure in order to manually
    import the missing view definitions.
    All steps must be carried out with the <sid>adm user of the target
    system and from the install-directory:
    1. In the install-directory
    <sapinst_instdir>\...COPY\IMPORTT\SYSTEM\ABAP\ORA\UC\DB
    create a file SAPVIEW.cmd with the following content:
    tsk: "<sapinst_instdir>\...\COPY\IMPORT\SYSTEM\ABAP\ORA\UC\DB\SAPVIEW.TSK"
    icf: "
    <YOUR_EXPORT_DIRECTORY>\export\DATA\SAPVIEW.STR"
    dcf: "<sapinst_instdir>\...\COPY\IMPORT\SYSTEM\ABAP\ORA\UC\DB\DDLORA.TPL"
    dat: null
    dir: null
    ext: null
    Please make sure that all paths are written correctly (in one line) and
    the refered files are existant and readable. One exception:
    The SAPVIEW.TSK file is created with step 2.:
    2. Run from the command-line:
    R3load -ctf I
    <YOUR_EXPORT_DIRECTORY>\export\DATA\SAPVIEW.STR <sapinst_instdir>\...\COPY\IMPORT\SYSTEM\ABAP\ORA\UC\DB\DDLORA.TPL SAPVIEW.TSK ORA -l SAPVIEW.log
    If there's a problem reading the 'SAPVIEW.STR' file, copy the
    file to the install directory and adapt the path accordingly.
    3. Run the view import by:
    R3load.exe -i SAPVIEW.cmd -dbcodepage <YOUR_CODE_PAGE> -l SAPVIEW.log
    -stop_on_error
    4. Check both the SAPVIEW.log and the SAPVIEW.TSK file whether all views
    have been created successfully.
    If 4. is okay, restart the central instance and check whether you are
    able to log on now. If yes, continue 'sapinst' by the option 'retry' or
    'continue old installation'.
    I Hope It can be helpful.
    With Best Regards
    Julia

  • Function Module to message type

    Hi All,
    How can i convert a function module to message type?
    Thanks,
    Nidhi Kothiyal

    there's nothing like converting function module into message type
    you can attach a message type to a process code
    and in partner profile(we20)
    in the i/b message type
    you can call this process code by which that FM will be called
    let me know if you have any doubt
    Regards
    Manu

  • Function Module error in query execution

    Hi SDN Gurus,
    When I run this query in Dev it gives me an error: "Function Module RSD_ZK_ACCT_TEXT_GET does not exist." When I look up in SE37 in both DEV and QAS, there is no such function module though I don't get this message in QAS.
    ZK_ACCT is one of our important infoobjects and is in the query.
    Thanks for your help.
    SAF

    Hi Saf,
    Try with Tcode RSRT and with the following option:
    Buttom:Genrate Report.
    Menù: Repair.
    And then execute once again the report.
    Ciao.
    Riccardo.

  • ABAP Function Module Error

    Hello,
    In one of my function modules, I have the code as shown below. I got an error after executing this code. The error is:
    In LOOP .... WHERE... the line type of the table must be statically defined.
    <b>This error is for the highlighted LOOP statement.</b> Could someone please help me with the code.
    <b>Objective of the function module:</b> I have a hashed table with some records.
    Eg: CCTR      FISCPER           VERSION  AMOUNT
          100          06/2007                10              100
           100         06/2007                 20              0
           100        07/2007                 10                45
    I want to update the amount for version '20' (for same costcenter and same period as of version 10) by doing some calculations.
    FUNCTION YCALC_VALUE.
    ""Local Interface:
    *"  IMPORTING
    *"     REFERENCE(I_AREA) TYPE  UPC_Y_AREA
    *"     REFERENCE(I_PLEVEL) TYPE  UPC_Y_PLEVEL
    *"     REFERENCE(I_METHOD) TYPE  UPC_Y_METHOD
    *"     REFERENCE(I_PACKAGE) TYPE  UPC_Y_PACKAGE
    *"     REFERENCE(IT_EXITP) TYPE  UPF_YT_EXITP
    *"     REFERENCE(ITO_CHASEL) TYPE  UPC_YTO_CHASEL
    *"     REFERENCE(ITO_CHA) TYPE  UPC_YTO_CHA
    *"     REFERENCE(ITO_KYF) TYPE  UPC_YTO_KYF
    *"  EXPORTING
    *"     REFERENCE(ET_MESG) TYPE  UPC_YT_MESG
    *"  CHANGING
    *"     REFERENCE(XTH_DATA) TYPE  HASHED TABLE
    FIELD-SYMBOLS: <xth_data>     TYPE HASHED TABLE,
                     <ls_data>      TYPE /1SEM/_YT_DATA_100KMPA,
                     <l_chavl>      TYPE ANY,
    field symbols for fields of <ls_data>
                      <ls_chas>     TYPE /1SEM/_YT_CHAS_100KMPA,
                      <ls_nchas>    TYPE /1SEM/_YT_CHAS_100KMPA,
                      <ls_kyfs>     TYPE /1SEM/_YT_KYFS_100KMPA,
                      <ls_nkyfs>    TYPE /1SEM/_YT_KYFS_100KMPA,
    LOOP AT xth_data ASSIGNING <ls_data>.
        ASSIGN COMPONENT 'S_CHAS' OF STRUCTURE <ls_data> TO <ls_chas>.
        ASSIGN COMPONENT 'S_KYFS' OF STRUCTURE <ls_data> TO <ls_kyfs>.
      ......There are some calculations................................
    ENDLOOP.
      LOOP AT xth_data INTO <ls_data>.
        ASSIGN COMPONENT 'S_CHAS' OF STRUCTURE <ls_data> TO <ls_nchas>.
        ASSIGN COMPONENT 'S_KYFS' OF STRUCTURE <ls_data> TO <ls_nkyfs>.
    IF ( <ls_data>-S_CHAS-0fiscper = '006' ) AND (<ls_data>-S_CHAS-0version='10' ).
            tempcctr = <ls_data>-S_CHAS-0costctr.
            tempperiod   = <ls_data>-S_CHAS-0fiscper.
            tempamount   = <ls_data>-S_KYFS-0amount.
           <b> LOOP AT XTH_DATA INTO <ls_nchas>
              WHERE 0costctr = tempcostctr
                AND 0fiscper  = tempperiod
                AND 0version   = '20'.</b>
                <ls_nchas>-S_KYFS-0amount = ( tempamount * 100 ) + 500.
                MODIFY xth_data FROM <ls_nchas>.
            ENDLOOP.
    ENDFUNCTION.
    Thank You.
    Message was edited by:
            George Smith
    Message was edited by:
            George Smith

    Hi George..
    Declare the Field symbol with the Same line type of the Internal table which is passed to the FM.
    Eg:
    <b>Field-symbols : <ls_data> like Line of XTH_Data.
    Loop at XTH_Data ASSIGNING <LS_DATA>.</b>
    Then it should work...

  • How to remove function module error?

    Hi Iam using a FM to get the database value of project name(PROJ-PSPID),Iam using this in my module pool program,when I enter wrong project name,the FM itself throwing the error,I want my own error message rather FM error message.How to achieve it?
    Thanks in advance.

    Hi Rock,
    After executing the function module , check for sy-subrc value as shown below
    data: w_return type bapiret2,
            it_return type table of bapiret2.
    call function '.....'
    IF SY-SUBRC EQ 0.
        PERFORM fm_update_return_msg
                      USING  'E'
                             your Message class
                             'msg no'
                      CHANGING w_return.
          APPEND w_return TO IT_RETURN.
          clear w_return.
       ENDIF.
    FORM fm_update_return_msg  USING    p_msgty  TYPE sy-msgty
                                        p_msgid  TYPE sy-msgid
                                        p_msgno  TYPE sy-msgno
                                        p_msg_v1 TYPE sy-msgv1
                                        p_msg_v2 TYPE sy-msgv2
                                        p_msg_v3 TYPE sy-msgv3
                                        p_msg_v4 TYPE sy-msgv4
                               CHANGING p_return TYPE bapiret2.
      CALL FUNCTION 'BALW_BAPIRETURN_GET2'
        EXPORTING
          type   = p_msgty
          cl     = p_msgid
          number = p_msgno
          par1   = p_msg_v1
          par2   = p_msg_v2
          par3   = p_msg_v3
          par4   = p_msg_v4
        IMPORTING
          return = p_return.
    ENDFORM.                    "fm_update_return_msg

  • Function Module Error In Uploading Data for Basic Pay Infotype

    Hi All,
    I'm trying to upload data into Basic Pay Infotype 0008 Using LSMW Subtype 0(Basic Contract). While we are trying to input values into ANSAL(Annual Salary) field directly using default wage type as 1000.
    We are gettting a error in function module RP_ANSAL_FROM_WAGETYPES.
    and eventhough we are inputting values into ANSAL field it is taking it as 0.00 by default .
    Kidly suggest me solution.
    Thanks,
    Vasanth

    Hi ..
    check this
    765785
    673372
    730976
    note 1032950
    http://help.sap.com/saphelp_nw2004s/helpdata/en/8d/3e4ec2462a11d189000000e8323d3a/content.htm
    Message was edited by:
            hari kv

  • PowerShell provider MSFT_ScriptResource failed to execute Test-TargetResource functionality with error message: The expression after '&' in a pipeline element produced an object that was not valid. It must result in a command name, a script block, or a C

    I found this article, and used it, and it seems as though my script resource node items are being properly expanded, and honestly I think it passes through being loaded up, but then when I go to start it, it fails. so let me put up some links with code and
    error messages for you all.
    http://social.technet.microsoft.com/Forums/exchange/en-US/2eb97d67-f1fb-4857-8840-de9c4cb9cae0/dsc-configuration-data-for-script-resources
    Ok, so here is my configuration. The idea is that I need some specific permissions set on a specific registry key on my sql servers. This is so I can do the SQL LowPriv monitoring. I'm just setting one key right now, premise is once this is working I can
    then duplicate that for the remaining keys.
    https://gist.github.com/jeffpatton1971/1bfb19a06782f0975f6e
    When I paste that into the prompt it appears to be perfectly happy
    https://gist.github.com/jeffpatton1971/3aeb568130988a460738
    In fact, the resulting MOF file looks ok to me
    https://gist.github.com/jeffpatton1971/a94858f0c1e9e5612f90
    When I attempt to start the configuration on my local machine, which has the key this is what I get
    https://gist.github.com/jeffpatton1971/82da888bb7aac31ef4ad
    lol...well so it's a different error now, I removed a credential param that I wasn't using, so now i'm left with an & that I can't seem to find anywhere... at any rate...so now my issue has become where is the bad &?I'm going back to the internets
    to see if there is something akin to this error, and i'm open to any questions the most pressing one is why are my scriptblocks all smooshed together? well, early on I was wondering if random whitespace and extra characters were mucking up the waters. I may
    actually dial down the script and see if I can add things until I get the error as well.
    Jeffrey S. Patton Jeffrey S. Patton Systems Specialist, Enterprise Systems University of Kansas 1001 Sunnyside Ave. Lawrence, KS. 66045 (785) 864-0242 | http://patton-tech.com

    I looked at the first link, and it looks like you might be missing quotes around the $Node.ActionAccount part of the comparison, which would cause the script block creation to fail. Maybe change the sections that look like this:
    Where-Object {$_.IdentityReference -eq $Node.ActionAccount}
    to this:
    Where-Object {$_.IdentityReference -eq '$Node.ActionAccount'}
    If you're looking to do permission changes with DSC, I'm actually looking for testers for my
    PowerShellAccessControl module. The 3.0 beta has two DSC resoruces: cAccessControlEntry (lets you make sure an ACE is present or absent) and cSecurityDescriptor (lets you specify an SDDL string for an object). The current cSecurityDescriptor is going to
    be called cSecurityDescriptorSddl in a future release, and a new cSecurityDescriptor is going to be added that lets you control the different sections without using SDDL. If you were to use it, I think you could change your configuration to the following (at
    least for the permission part):
    Configuration SQLLowPrivRegistry {
    param(
    [string[]] $ComputerName = "localhost"
    Import-DscResource -Module PowerShellAccessControl
    Node $ComputerName {
    cAccessControlEntry TopLevelActionAccountPermissions {
    Ensure = "Present"
    Path = "HKLM:\Software\Microsoft\Microsoft SQL Server\"
    ObjectType = "RegistryKey"
    AceType = "AccessAllowed"
    AccessMask = ([System.Security.AccessControl.RegistryRights]::ReadKey)
    Principal = "DOMAIN\SqlDefaultAction_sa"
    What you're doing should work just fine, so I'm not saying you need to use mine. If you do get a chance to look at it, though, please let me know what you think (or if it even works). There are two scripts in the examples folder of the module that demo more
    with the two resources (hopefully that will do until I finalize the documentation).

  • Regarding the function module --error is coming.

    Hi All
    I am executing function module and i am getting one error after actvating that FM.
    Error is - REPORT/PROGRAM statement missing, or program type is I (INCLUDE).          
    Waiting for the fovarable reply.

    Hi,
    While creating a FM you will be assigned to a Function Group, that Function Group is not active. If function group is not active then only you will be getting this error.
    To over come this issue. Please do the below process.
    Go to Se80--> Select Function Group from the drop down list --> Select the function group --> Right click on the Function group --> Select activate.
    After above process is completed.
    Test the Function Module.
    Thanks,
    Sriram Ponna.

  • Mass Change of Functional Locations - error message "Objekt PM_MASS.....

    Hi Experts,
    We have activated autorization object I_MASS - to make it possible to carry out Mass Change on Functional Locations.
    The  menu patch are now visible - but I get error message "Objekt PM_MASS_TECH_OBJECTS is not maintained"
    How is that done in SLG0 - any one have experience?

    Hi Pete
    Thanks for helping
    Best Regards
    Keld

  • Function Module Error: GETWA_NOT_ASSIGNED

    Hello everyone,
    I have a scenario where I copy a function module (IDOC_INPUT_ORDERS to ZIDOC_INPUT_ORDERS) and make changes to the code to enhance the program. I get an error 'GETWA_NOT_ASSIGNED' 'Field symbol has not yet been assigned' on the shortdump.
    This is strange since even if I don't make any major changes (eg. write a *note in the zprogram), whenever I run it, it gives me the above error. Has anyone encountered this before? If so, would anyone be able to help me out?
    Thanks in advance!
    Glenn

    Hello Ginger,
    Thanks for your reply! I copied the whole IDOC_INPUT_ORDERS program from SE37. It showed the function group VEDA then. The new program - ZIDOC_INPUT_ORDERS also belongs to the function group VEDA.
    Is this correct?
    Warm regards,
    Glenn
    PS. I did my changes in DEV Client 100 (Where we do our configurations), I'm testing in DEV Client 300. The changes made in Client 100 reflect in Client 300, but would there be any activations I need to perform in Client 300 as well?

  • ECC6: Function ignores error message

    Hi,
    I have the same program in two different systems: one 4.6c version, and the other one ECC6.
    But the last one, ignores an error message.
    The Standard program calls the function FKK_CALL_EVENT_1113:
      CALL FUNCTION 'FKK_CALL_EVENT_1113'
        EXPORTING
          i_herkf       = co_herkf_inv
          i_applk       = co_applk_isu
        IMPORTING
          e_fikey       = fikey
        EXCEPTIONS
          error_message = 1
          OTHERS        = 2.
    The interface of this functions hasn't the exceptions.
    FUNCTION FKK_CALL_EVENT_1113.
    ""Globale Schnittstelle:
    *"  IMPORTING
    *"     VALUE(I_HERKF) LIKE  FKKKO-HERKF OPTIONAL
    *"     VALUE(I_APPLK) LIKE  FKKKO-APPLK OPTIONAL
    *"     VALUE(I_RESOB) LIKE  DFKKSUMC-RESOB OPTIONAL
    *"     VALUE(I_RESKY) LIKE  DFKKSUMC-RESKY OPTIONAL
    *"     VALUE(I_FIKEY) LIKE  DFKKSUMC-FIKEY OPTIONAL
    *"     VALUE(I_LAUFI) LIKE  FKKMAKO-LAUFI OPTIONAL
    *"     VALUE(I_LAUFD) LIKE  FKKMAKO-LAUFD OPTIONAL
    *"     VALUE(I_PARALLEL_PROCESSING) LIKE  BOOLE-BOOLE OPTIONAL
    *"     VALUE(I_UNAME) LIKE  SY-UNAME DEFAULT SY-UNAME
    *"  EXPORTING
    *"     VALUE(E_FIKEY) LIKE  FKKKO-FIKEY
    *"     VALUE(E_FIKEY_ROOT) LIKE  FKKPY_PARA-FIKPY
    This function calla a Custom Function (Event), with the same interface.
    In this Custom Function we have put an error message.
    Message e002(zin01).
    In 4.6C version, the system shows an error message.
    In ECC6 version, the system doesn't show the error message, quitsthe function, but it continues with the programm.
    Could anyone help me to understand how I could solve it? Or why does it happen? Is there any difference between the two versions?
    Thanks,
    Marta.

    Marta López wrote:
    >     A RAISE statement in the program "SAPLZFKP3" raised the exception
    >     condition "ERROR_OCCURED".                                       
    >     Since the exception was not intercepted by a superior            
    >     program, processing was terminated.                              
    >
    > Because the standard function calls my event with this interface, without exceptions.
    >
    Dump clearly says that you are not captured exceptions
    You need to capture the exception in your superiod program ie
    CALL FUNCTION I_FBSTAB-FUNCC
    EXPORTING
    I_HERKF = I_HERKF
    I_RESOB = I_RESOB
    I_RESKY = I_RESKY
    I_FIKEY = I_FIKEY
    I_FIKEY_ROOT = I_FIKEY_ROOT
    I_PARALLEL_PROCESSING = I_PARALLEL_PROCESSING
    I_UNAME = I_UNAME
    IMPORTING
    E_FIKEY = E_FIKEY
    E_FIKEY_ROOT = E_FIKEY_ROOT
    EXCEPTIONS                       " <<
    ERROR_OCCURED  = 1.      "<<
    IF SY-SUBRC EQ 1.
        " DO SOMETHING
    ENDIF.

  • ITunesHelper Module error message

    Perhaps someone can answer this - I got a 60GB iPod for x-mas. followed the instructions, set up iTunes, downloaded music, etc. iPod charged up and plays great.
    Only problem is that now, when I turn my PC on, I always get an error message that reads "iTunesHelper Module has encountered an error", so I have to send Microsoft an error message report. I've put the latest updates in, and I still get the same message every time my PC starts up. If it helps, I have Windows XP, service Pack 2. I just got my PC last July - a Dell XPS with a ton of memory, so I don't think that's the problem.
    I've even downloaded the latest update of iTunes tonight - still the same error message when restarting.
    so why the messages - I've yet to come across anything regarding this.
    thanks,
    sheryl

    Perhaps someone can answer this - I got a 60GB iPod
    for x-mas. followed the instructions, set up iTunes,
    downloaded music, etc. iPod charged up and plays
    great.
    Only problem is that now, when I turn my PC on, I
    always get an error message that reads "iTunesHelper
    Module has encountered an error", so I have to send
    Microsoft an error message report. I've put the
    latest updates in, and I still get the same message
    every time my PC starts up. If it helps, I have
    Windows XP, service Pack 2. I just got my PC last
    July - a Dell XPS with a ton of memory, so I don't
    think that's the problem.
    I've even downloaded the latest update of iTunes
    tonight - still the same error message when
    restarting.
    so why the messages - I've yet to come across
    anything regarding this. Still no answers - will click on "debug", but that's not helping either.
    any solutions - or is this a glitch in the iTunes system? I did download the latest upgrade 2 weeks ago.
    thanks,
    sheryl

  • ABAP function module TH_POP_UP message

    Hi experts,
    I created a report that call function module TH_POPUP to users from a role. It works perfectly fine BUT the pop-up present a red cross, that might be confusing for users because a pop-up is sent if the job involved is successful or not.
    So, my question is: is it possible to change the red cross for something else (green button...) ?
    Thanks in advance.
    Jacques

    You will still use the same function.
    CALL FUNCTION 'POPUP_TO_CONFIRM'
      EXPORTING
       TITLEBAR                    = 'Title Line'
        text_question               = 'Quetion to Ask?'
       TEXT_BUTTON_1               = 'Yes'
    *   ICON_BUTTON_1               = ' '
       TEXT_BUTTON_2               = 'Cancel'   "<== Name the 2nd one Cancel
    *   ICON_BUTTON_2               = ' '
       DEFAULT_BUTTON              = '1'
       DISPLAY_CANCEL_BUTTON       = ' '  "<== as space you will not get the default Cancel button
    *   USERDEFINED_F1_HELP         = ' '
    *   START_COLUMN                = 25
    *   START_ROW                   = 6
    *   POPUP_TYPE                  =
    * IMPORTING
    *   ANSWER                      =
    * TABLES
    *   PARAMETER                   =
    * EXCEPTIONS
    *   TEXT_NOT_FOUND              = 1
    *   OTHERS                      = 2
    Edited by: Paul Chapman on Jun 3, 2008 7:26 AM

Maybe you are looking for

  • Getting the DocEntry from a draft

    Hi I need to be able to check the value of some UDF's on a draft document, which is currently being done by looking at the User Defined Fields form to the right of the draft document. The problem is if this is closed this method does not work so I am

  • Problem in viewer in macmini connected with svga

    I have a macmini connected to a SVGA monitor and have the following problem in Final Cut Pro : When passing any clip, master templates , etc to the timeline and rendering , when played in the viewer sees the picture skips or freezes. In the Canvas lo

  • Search Region Source doesn't work for some searches

    I am updating a table, and I wanted to search our Apex app to see what reports are using the table. I typed in the table name and no results came back. I knew of one report that definitely uses that table, so I went to it, copied the table name from

  • Pricing for Service Purchase

    Here in my service purchase... I have to make pricing like Service Charges less 10% TDS sometimes Labour charges less 1% TDS This is the Requirement given to me pls guide me how to solve...

  • Hyperion Essbase Best Practices Document...

    Hi All, Is there any document out there that has the best practices for Hyperion Essbase development? I am looking for methodologies, naming conventions and such information. Wondering if there is any such doc with Hyperion Essbase Guru's that outlin