Is there any variable or function to use in a report to show the report path in the OBIEE catalog?

Hi guys:
  Is there any function or variable that i can use in BI that i can use to show in a report the path name of where that report is saved in the catalog? For example: shared/adm ...
Thanks!
Matias

Explore this page OBIEE - Presentation Variable System (reserved variable) | GerardNico.com (BI, OBIEE, OWB, DataWarehouse)

Similar Messages

  • Is there any BAPI or function module  to delete entries from a table (VBAK)

    Hi Everybody,
    this is my first thread in SDN...
    my problem follows...
    A report is be created that selects all sales orders created by e-Sales that are more than 20 minutes old and still have a delivery block:
    tables:
    VBAK     sales document: header data
    selection fields:
    VBAK-LIFSK      &#8800;     <BLANK>
    VBAK-ERNAM     =     userID used by e-Sales / IVE
              (EP-BATCH / EAI-BATCH)
    VBAK-ERDAT      <=     Current system Date
    VBAK-ERZET     <=     Current system Time - 20 minutes
    These orders should be deleted from SAP system.
    This report should be scheduled to run regularly every 10 minutes.
    my doubt : is ther any BAPI or Function module to delete entries from a standard table...if no what is the way to delete the enteries from a std table...
    best replies will be rewarded....
    regards
    Reddy

    Hi Vasanth ,
    thanks for your reply.
    i tried in the same manner what u mentioned.
    but how to pass only one parameter to the functionmodule..
    here in this case we have to pass only update flag as 'D'..
    i did the same it giving dump..
    An exception occurred that is explained in detail below.                          
    The exception, which is assigned to class 'CX_SY_DYN_CALL_ILLEGAL_TYPE', was      
      not caught and                                                                   
    therefore caused a runtime error.                                                 
    The reason for the exception is:                                                  
    The call to the function module "BAPI_SALESORDER_CHANGE" is incorrect:                                                                               
    In the function module interface, you can specify only                            
    fields of a specific type and length under "ORDER_HEADER_INX".                    
    Although the currently specified field                                            
    "INT_ORDER_HEADER_INX" is the correct type, its length is incorrect.              
    my pgm :
    *& Report  YNEW_ORDER_DELETION
    REPORT  ynew_order_deletion.
    TABLES:vbak.
    PARAMETERS:
         p_lifsk LIKE vbak-lifsk DEFAULT '02'.
    SELECT-OPTIONS:
       s_lifsk FOR vbak-lifsk DEFAULT '10',
        s_ernam FOR vbak-ernam,
        s_erdat FOR vbak-erdat,"DEFAULT sy-datum.
        s_erzet FOR sy-uzeit.
    *PARAMETERS:
    p_erzet LIKE sy-uzeit.
       s_erdat like vbak-erdat,
       s_erzet like vbak-erzet.
    DATA:
       BEGIN OF int_final OCCURS 0,
            w_vbeln TYPE vbak-vbeln,
       END OF int_final.
    DATA:
      int_return LIKE bapiret2 OCCURS 0 WITH HEADER LINE.
    DATA: int_order_header_inx LIKE bapisditmx OCCURS 0 WITH HEADER LINE.
    DATA:
      wf_time TYPE sy-uzeit.
    INITIALIZATION.
      s_ernam-low = 'KULKARMA'.
      s_ernam-sign = 'I'.
      s_ernam-option = 'EQ'.
      APPEND s_ernam.
    s_ernam-low = 'EAI-BATCH'.
    s_ernam-sign = 'I'.
    s_ernam-option = 'EQ'.
    APPEND s_ernam.
    wf_time = sy-uzeit - 1200.
    p_erzet = sy-uzeit - 1200.
    p_erzet-low = wf_time.
    APPEND s_erzet.
      int_order_header_inx-updateflag = 'D'.
      APPEND int_order_header_inx.
    START-OF-SELECTION.
      SELECT vbeln FROM vbak
                       INTO TABLE int_final
                       WHERE lifsk EQ p_lifsk
                         AND ernam IN s_ernam
                         AND erdat IN s_erdat
                         AND erzet IN s_erzet.
      IF sy-subrc = 0.
        LOOP AT int_final.
          CALL FUNCTION 'BAPI_SALESORDER_CHANGE'
            EXPORTING
              salesdocument         = int_final-w_vbeln
      ORDER_HEADER_IN             =
        order_header_inx            = int_order_header_inx
      SIMULATION                  =
      BEHAVE_WHEN_ERROR           = ' '
      INT_NUMBER_ASSIGNMENT       = ' '
      LOGIC_SWITCH                =
      NO_STATUS_BUF_INIT          = ' '
            TABLES
              return                      = int_return
      ORDER_ITEM_IN               =
      ORDER_ITEM_INX              =
      PARTNERS                    =
      PARTNERCHANGES              =
      PARTNERADDRESSES            =
      ORDER_CFGS_REF              =
      ORDER_CFGS_INST             =
      ORDER_CFGS_PART_OF          =
      ORDER_CFGS_VALUE            =
      ORDER_CFGS_BLOB             =
      ORDER_CFGS_VK               =
      ORDER_CFGS_REFINST          =
      SCHEDULE_LINES              =
      SCHEDULE_LINESX             =
      ORDER_TEXT                  =
      ORDER_KEYS                  =
      CONDITIONS_IN               =
      CONDITIONS_INX              =
      EXTENSIONIN                 =
        ENDLOOP.
        LOOP AT int_return.
          WRITE:/ int_return-type,
                  int_return-id,
                  int_return-number,
                  int_return-message.
        ENDLOOP.
      ENDIF.
    please help me ..its a very urgent issue to be solved...
    am waiting for ur reply...
    regards
    gangareddy

  • Is there any photoshop API functions can let me open a file with photoshop in my plugin?

    I used  the function system("open file"), it works well in any other program.
    For example, system("open 1.psd"), this code can use photoshop open the file 1.psd .
    But it just don't work in my plugin program.
    How can I use photoshop to open a file in filter plugin at Mac OS X?
    Is there any photoshop API functions can let me open a file with photoshop in my plugin?

    Go to settings> general and scroll down to multitasking geastures, turn them on and by swiping with four fingers from the right side of the iPad to the left and back you can switch between apps. I think this is what you need I'm not sure, I hope it helps

  • Is there any built in function that prints numbers in words inXMLP

    Hi Team,
    This is regarding SR#3-7005716301 from Syntel Limited.
    Customer is asking Is there any built in function that prints numbers in words in an rtf teamplate using xml publisher?
    For example if the net amount is 100 dollars then it should print "ONE HUNDRED DOLLARS AND ZERO CENTS ONLY"
    Thanks in advance!
    Leo

    I do not know of any function available that lets you print the currency words (dollars, cents etc). Here is a link to a blog post that will allow you to print numbers in words.
    https://blogs.oracle.com/xmlpublisher/entry/numbers_to_words_update
    Thanks,
    Bipuser

  • Is there any Utility industry company is using PP-production planning & exe

    Dear All,
    Is there any Utility industry company is using PP-production planning & execution module and CO-PC product costing module ??
    Meaning.. any Power generation/Transmission/distribution or water production/Transmission/distribution company is using SAP PP or APO for their operation business processes.
    Our client is actually an integrated Utility having very much integrated product lines like Processed Sea water for cooling, Process water for Industries, Potable water & Power for the communities/ industries.
    Please let me know.. as we are planning to implement the PP and CO-PC for product costig..
    As I know Tata chemical, Gujarat-India is using SAP PP module for their captive Power generation.(I have worked there as SAP CO consultant). But there is no transmission and distribution as such.
    But production processes are covered by PP and product costing CO-PC is also implemented and it is giving very accurate cost per unit both for plan side and actual side.
    regards,
    George

    Dear Pavan,
    Thanks for the reply..
    Yes, as you rightly mentioned..It is not very simple...Utility production is bit complicated than normally believed by majority.
    But for captive production of power & water, we had used PP/CO-PC successfully for may be more than 12 years(in tatas)..
    What was done in Tatas, power as a material(finished good) and BOM/ recipe for it in the PP.
    (because we had used PP-PI there) and Power's BOM water is an input material and in Water production BOM power is an input material..i.e recursive BOM and system (PP/CO-PC) will take care this iteration or this give and take.
    And main product was input for itself in its third stage.. And steam is input for itself and input for power/water and opposite also true..
    And we got 5 different steam, like 50 pound, 100, 250 pound ..Still with all these complexities PP/CO-PC is able to give actual cost per unit accurately. So for production/generation standard PP/CO-PC will work fine...we are 100% sure...but for transmission and distribution is there any better way or solution model ??
    But the main thing or the question is that whether you are able to get the actual qty of production consumption in process.
    Then system (PP/CO-PC) will take care this iteration or this give and take.
    And on the actual side of product costing, we have to use the material ledger functionality, wherein we can use multilevel settlement by which we can settle the actual cost variance at each stage of production to the next stage of production.
    But the first reaction, when people hear about utility...it is very very simple...you are only producing one 2-3 final products..only 2-3 technologies involved...
    But reality is quite different...and currently all the major utility company's production processes are outside SAP system, even when they are using SAP for all other functions/departments...but their main function is to produce water/power is outside the system..and like any other company production/generation processes are the most repeated activities in their company.
    And if you see..even two repair works in say SAP PM module processes are different to each other..(still we are using a SAP module-PM for that to have historcial data and to learn from our from experience)
    But production of desalination water from desalination plant is same today, tomorrow...day in ,day out...it is same..
    And if we are saying we cannot co-relate input quantities with output quantities..we are essentially saying we have no control over production processes and we don't want to standardize our most repeated  activity(production)
    Anyway, since production processs is out of the system means, no quantitative data-production related  is available in the SAP system and most of the organisation using excel for reporting of quantitative data-production related..
    regards,
    George

  • Module pool / Screen Prog is there any standard SAP functionality ?

    Hi I am creating a Module pool / Screen Prog. On this screen I have nearly 100 fileds , now I want to take print out of all the information shown on the screen for the same is there any standard SAP functionality ?
    Does SAP provides any standarar ready made functionality for the same. ?

    No, there is no standard functionality for this.  dynpros are not designed to "print out".  This is what list displays are for.  That said, you will need to write your logic to kick off  a list display with all of your field values there,  then the user can print.
    Regards,
    Rich Heilman

  • I downloaded Trial version of Photoshop CS 6 - Now it has expired , i don't have serial key . Is there any way I still can use Photoshop Cs 6 ?

    I downloaded Trial version of Photoshop CS 6 - Now it has expired , i don't have serial key . Is there any way I still can use Photoshop Cs 6 ?

    What csuebele said, or download and install it as a trial on a different computer.

  • It there any app where i can use my existing account balance to in-app purchase a gift card?

    it there any app where i can use my existing account balance to in-app purchase a gift card?
    there are itunes gift credit remaining in my account, but i an trying to transfer it to another account, so if there are app that allow me to in-app purchase giftcard, then i can indirectly transfer the credit into my another account.
    is there anyone can help me with this question, or have a better idea
    thx a lot!!

    Skydiver119 Thank you, like I said new to the use of tablets but enjoing them vey much, thanks again will be adding some apps and iBooks to my iPad JoeNamath9

  • It is said that iphone A1387 is world phone. But what i got is a cdma phone without sim slot ? Is there any way it can be used on the GSM network,it is on IOS 6.1.3

    It is said that iphone A1387 is world phone. But what i got is a cdma phone without sim slot ? Is there any way it can be used on the GSM network,it is on IOS 6.1.3

    No, if it doesn't have a sim slot. However, the model number you posted is for a Verizon iPhone 4S. That model does have a sim slot, & if Verizon unlocks the sim slot, it can be used on GSM networks outside of the US.

  • Is there any method or function to update/modify an existing trip data?

    Hey, ABAP  gurus,
    Is there any method or function to update/modify an existing trip (PR05) receipts data and cost distribution data?
    Thanks in advance!
    Fisher

    Hi Fisher,
    Please try HRTRV_IF_MODIFY_TRIP.
    Regards,
    Dilek

  • S there any Utility industry company is using PP-production planning & exec

    ear All,
    Is there any Utility industry company is using PP-production planning & execution module and CO-PC product costing module ??
    Meaning.. any Power generation/Transmission/distribution or water production/Transmission/distribution company is using SAP PP or APO for their operation business processes.
    Our client is actually an integrated Utility having very much integrated product lines like Processed Sea water for cooling, Process water for Industries, Potable water & Power for the communities/ industries.
    Please let me know.. as we are planning to implement the PP and CO-PC for product costig..
    As I know Tata chemical, Gujarat-India is using SAP PP module for their captive Power generation.(I have worked there as SAP CO consultant). But there is no transmission and distribution as such.
    But production processes are covered by PP and product costing CO-PC is also implemented and it is giving very accurate cost per unit both for plan side and actual side.
    regards,
    George

    Hello George,
    I would not be able to provide you much detail about the PP solution as I was taking care of the controlling part. The BOM of power and water were defined as you have mentioned only thing we had additionally was Gas was also mentioned in the BOM since we had 6 gas turbines. But all of them were mentioned as not relevant for costing. So there was no cost being calculated from the material side. We had formula planning template (CPT1) that used to calculate the costs under the following heads which were defined as activity types.
    a) Gas
    b) Employee Costs
    c) Consumables / Supplies
    d) Operating Expenses
    e) Depreciation
    These components were planned at a initial price in KP26 and the quantity for them (except Gas) was units of power generated (for cost component it was 1 MW and for actual based on the quanity in the product cost collector). Power cost estimate used to be created at the begining of each period with help of this template and per MW cost was used in valuating the power generation in each of the product cost collectors (the turbines were defined as separate work centers as well as product cost collectors).
    In the actual execution the power material used to be generated in all the product cost collectors and the usage of gas was confirmed. The template used to be executed in the month end (CPTA) and the same would allocate the costs posted in the power generation cost center to the product cost collectors (the amount would be the power units generated multiplied by the rate mentioned in KP26 for Employee Costs, depreciation etc. and for gas it would be Gas units consumed multiplied by the rate mentioned in KP26 for activity Gas). The power material generated would then be issued to the generation cost center along with the usage of gas for power as well. The next step is execution of the splitting transaction which would allocate the amount posted in the cost center to the various activities and then the actual price calculation would be carried out for the activities and the product cost collectors get revalued with the actual price. Upon settlement of the product cost collector to the generation cost center you would have the power material issue cost + settlement account. The amounts posted in these two accounts would be transferred to the water cost center using a assessment cycle with SKF that mentions the usage of water in power and another assessment cycle taking the costs in water cost center with help of SFK that quantifies usage of water in power. Now the power material cost + settlement amount - sent to water + received from water is sent to another cost center called power - distribution and from there the amounts including any distribution costs booked therein is transferred to other user cost centers using usage units defined as SKF.
    What I feel later is the water activity could have been done before settlement and an activity type could have been defined for that purpose.
    At the moment I can remember this much and would be happy to answer any more query which you may have. That was a good design though it had lot of scope for fine tuning.
    Kind Regards // Shaubhik

  • Checking is there any standard BAPI  Instead of useing ORDERS05 IDoc

    HI Guys,
    IS there ANy Standard BAPI Instead of USeing Standard  IDOC ORderso5 with same functunality.
    Regd's
    Raj

    BAPI_SALESORDER_CREATEFROMDAT2
    Max

  • HT1329 My hard drive crashed.  Is there any way to get my songs onto my new computer without re-loading all of the CDs.  I did not make any purchases through the itunes store.  Have never used icloud.  The songs are on my ipod.

    My hard drive crashed.  Is there any way to get my songs onto my new computer without re-loading all of the CDs.  I did not make any purchases through the itunes store.  Have never used icloud.  The songs are on my ipod.

    See this older post from another forum member Zevoneer covering the different methods and software available to assist you with the task of copying content from your iPod back to your PC and into iTunes.
    https://discussions.apple.com/thread/2452022?start=0&tstart=0
    B-rock

  • I have lost my Macbook Air. Is there any way to track it using its serial number. I did not register it to find my iPhone before.

    I have lost my Macbook Air. Is there any way to track it using its serial number. I did not register it to find my iPhone before.

    If you had no installed http://www.apple.com/icloud/find-my-iphone.html  t
    then no,
    Change any vulnerable credit or bank info that might be got off your macbook.  Have you contacted the authorities about its theft?
    sorry for your loss

  • TS4003 if I am running a mac OS x that is lower than 10.7.2, is there any way to publich my iweb site to icloud (I have an iphone that meets the system requirements)?

    if I am running a mac OS x that is lower than 10.7.2, is there any way to publich my iweb site to icloud (I have an iphone that meets the system requirements)? I'm using iWeb 3.0.1 and previously had my website published to mobile me. 

    Welcome to the Apple community.
    Unfortunately, iCloud does not offer equivalents to Mobile Me’s iDisk, Gallery or Web Hosting services. You will need to find a third party solution to replace these services. You might considerDropBox, SugarSync, MediaFire or any other service that offers online storage. (not all these alternatives offer all the services previously provided by iDisk)
    So it won't matter whether you have Snow Leopard or Lion, you will not be able to upload your website to iCloud.

Maybe you are looking for

  • Finder sidebar doesn't work for networking?

    Does anybody else find that the sidebar in finder doesn't work when you network your computer to a pc network? I SEE the file servers when I click on "all" but when I double click on one of them it always says "connection failed". The only way I can

  • Item category re-determination

    Hi all, I have a requirement to switch the item category from the default value to a new value depending on certain Z fields value at the line item level during sales order creation. I am able to switch the item category to the intended values, howev

  • Changes are not reflecting in Quality server

    Dear All, We have recently installed the Portal 7.4 servers. Currently we are having two servers Development and Quality.We have Configured NWDI using CMS and created tracks(Defined run-time systems as Development and Consolidation)  we are able to c

  • Delivery lead time in Sales Order--URGENT

    Hi SAP GURUS, How the Delivery lead time works in Sales Order  i.e "From the time a confirmed Sales order is punched till the time we have delivered the material" How to confgure to use effectively

  • Photo problem with tungsten e

    When I click on "Photos" there is like a flash of black screen on bottom half and goes back to menu. I can view photos on desk top but cannot pull them up on two different units of tungsten e.  I s there a way to check which programs are needed to ru