Where does substitution variable meta data stored?

where does substitution variable meta data stored in the essbase folder?<BR>Thanks<BR>Arun

I believe substitution variables are stored in the Essbase.sec (Security file).

Similar Messages

  • Where does an abap program get stored after save?

    Where does an abap program get stored after save? ...plzz tell
    Edited by: Alvaro Tejada Galindo on Feb 18, 2008 11:28 AM

    this program download the code to presentation server
    Analyse this code.
    CHECK IT IN DEBUGGING
    REPORT zdownload_source MESSAGE-ID zabap.
    TABLES: trdir.
    SELECT-OPTIONS: repo FOR trdir-name.
    PARAMETERS: path(60) TYPE c DEFAULT 'C:\programs\'.
    DATA: BEGIN OF tabsource OCCURS 10,
          source(72) TYPE c,
          END OF tabsource.
    DATA: BEGIN OF tabtext OCCURS 50,
          tab LIKE textpool      ,
          END OF tabtext.
    DATA: BEGIN OF tabrdir OCCURS 100,
          rdir LIKE trdir,
          END OF tabrdir.
    DATA: filename LIKE rlgrap-filename,
          mode TYPE c VALUE ' ',
          rdirrows TYPE i,
          sourcerows TYPE i,
          rc TYPE i,
          length TYPE i.
    FIELD-SYMBOLS: <p>.
    DATA: ok TYPE i VALUE 0,
          fail TYPE i VALUE 1.
    AT SELECTION-SCREEN.
      DATA: i TYPE i.
      DESCRIBE TABLE repo LINES i.
      IF i <= 0.
        SET CURSOR FIELD repo.
        MESSAGE i001 WITH 'se message class'.
      ENDIF.
    START-OF-SELECTION.
      CONDENSE path NO-GAPS.
      length = strlen( path ).
      SUBTRACT 1 FROM length.
      ASSIGN path+length(1) TO <p>.
      IF <p> <> '\'.
        ADD 1 TO length.
        ASSIGN path+length TO <p>.
        <p> = '\'.
      ENDIF.
      SELECT * FROM trdir
              INTO TABLE tabrdir
              WHERE name IN repo.
      DESCRIBE TABLE tabrdir LINES rdirrows.
      CHECK rdirrows > 0.
      LOOP AT tabrdir.
        MOVE tabrdir TO trdir.
        PERFORM download_sourse USING rc.
        CHECK rc = ok.
    *    PERFORM download_textpool USING rc.
      ENDLOOP.
      write :/ sy-dbcnt , ' number of programs downloaded'.
    *&      Form  download_sourse
    *       text
    *      -->P_RC  text
    FORM download_sourse USING  rc.
      rc = fail.
      CLEAR: tabsource, filename.
      REFRESH: tabsource.
      READ REPORT trdir-name INTO tabsource.
      DESCRIBE TABLE tabsource LINES sourcerows.
      CHECK sourcerows > 0.
      CALL FUNCTION 'STRING_CONCATENATE_3'
        EXPORTING
          string1         = PATH
          string2         = TRDIR-NAME
          string3         = '.ABA'
       IMPORTING
         string          = FILENAME
       EXCEPTIONS
         too_small       = 1
    *   OTHERS          = 2
      IF sy-subrc <> 0.
    WRITE: 'AAAA'.
      ENDIF.
      CONDENSE filename NO-GAPS.
      PERFORM download TABLES tabsource USING filename rc.
    ENDFORM.                    " download_sourse
    *&      Form  download_textpool
    *       text
    *      -->P_RC  text
    FORM download_textpool USING    p_rc.
      rc = fail.
      CLEAR: tabtext, filename.
      REFRESH: tabtext.
      READ TEXTPOOL trdir-name INTO tabtext LANGUAGE sy-langu.
      DESCRIBE TABLE tabtext LINES sourcerows.
      CHECK sourcerows > 0.
      CALL FUNCTION 'STRING_CONCATENATE_3'
        EXPORTING
          string1         = path
          string2         = trdir-name
          string3         = '.TXT'
       IMPORTING
         string          = filename
       EXCEPTIONS
         too_small       = 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.
      PERFORM download TABLES tabtext USING filename rc.
    ENDFORM.                    " download_textpool
    *&      Form  download
    *       text
    *      -->P_TABTEXT  text
    *      -->P_FILENAME  text
    *      -->P_RC  text
    FORM download TABLES   tabtext
                          USING filename
                           rc.
      rc = fail.
      CALL FUNCTION 'WS_DOWNLOAD'
       EXPORTING
    *     BIN_FILESIZE                  = ' '
    *     CODEPAGE                      = ' '
         FILENAME                      = filename
         FILETYPE                      = 'ASC'
         MODE                          = 'MODE'
    *     WK1_N_FORMAT                  = ' '
    *     WK1_N_SIZE                    = ' '
    *     WK1_T_FORMAT                  = ' '
    *     WK1_T_SIZE                    = ' '
    *     COL_SELECT                    = ' '
    *     COL_SELECTMASK                = ' '
    *     NO_AUTH_CHECK                 = ' '
    *   IMPORTING
    *     FILELENGTH                    =
        TABLES
          data_tab                      = TABTEXT
    *     FIELDNAMES                    =
    *   EXCEPTIONS
    *     FILE_OPEN_ERROR               = 1
    *     FILE_WRITE_ERROR              = 2
    *     INVALID_FILESIZE              = 3
    *     INVALID_TYPE                  = 4
    *     NO_BATCH                      = 5
    *     UNKNOWN_ERROR                 = 6
    *     INVALID_TABLE_WIDTH           = 7
    *     GUI_REFUSE_FILETRANSFER       = 8
    *     CUSTOMER_ERROR                = 9
    *     OTHERS                        = 10
      IF sy-subrc <> 0.
    * MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    *         WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
      ENDIF.
      IF sy-subrc <> 0.
        WRITE: / sy-subrc, ' message declare '.
      ENDIF.
      rc = sy-subrc.
    ENDFORM.                    " download
    regards.
    santhosh reddy
    <REMOVED BY MODERATOR>
    Edited by: Santhosh Reddy on Feb 13, 2008 6:48 PM
    Edited by: Alvaro Tejada Galindo on Feb 18, 2008 12:00 PM

  • Where is the server configuration data stored?

    Where is the server configuration data stored?
    <P>
    The data is stored an ASCII file named server.conf
    . This file is stored in
    the config directory on the same server-root as the iCS 2.0 binaries. The
    format of the server.conf
    file is described in detail in the Administration
    Guide.

    Try to read
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/e1959b90-0201-0010-849c-d2b1d574768b
    UME user data is stored in one or more data sources. Each type of data source has its own persistence adapter. The persistence manager consults the persistence adapters when creating, reading, writing, and searching user management data. Persistence adapters for the following types of repositories are available: 1. Database: See the Product Availability Matrix on SAP Service Marketplace (http://service.sap.com/pam60) for details on which databases are supported. 2. u2022 Lightweight Directory Access Protocol (LDAP) directory: See the Product Availability Matrix on SAP Service Marketplace (http://service.sap.com/pam60) for details on which directories are supported. 3. SAP Systems based on Web Application Server 6.20 You can configure UME to use one or more of these persistence devices in parallel. Users can also be stored in several different physical LDAP directory servers, or in different branches of the same LDAP directory server.

  • Where does the supporting deatil is stored? in Planning or Essbase?

    Where does the supporting deatil is stored? in Planning database (RDMS) or Essbase database?
    Appreciate if u could reply ASAP.
    Thanks in Advance!!

    Supporting details are stored in Planning Applications RDBMS. check out HSP_COLUMN_DETAIL and HSP_COLUMN_DETAIL_ITEM in the application relational database
    Re: Refresh Database
    I can see 6 question and all are unresolved, Mark the answers if you think they are correct or helped you and close the thread.
    Cheers..!!
    Edited by: RahulS on Jun 21, 2011 3:58 PM

  • I installed a game, where can i find the files and maps? where does iMac store this data?

    I installed a game,Now I need to add some files however, I cannot find where iMac stores it.. where can i find the files and maps? where does iMac store this data?
    thx alot
    erik

    Depends on game, i would look first on the game file itself, right click (or ctrl click) the game file you installed (Applications?) and select show package contents, its usually a application bundle, as in basicly a folder where the application and the required files and subfolders are.

  • Referencing a substitution variable in data load rule header definition

    Hi All,
    Im trying to add a substitution variable to the header definition of a DLR.
    the sub var is &CurrMonth.
    When I execute the data load I get an "unknown member error" with a list of all members in the header definition, including Oct which is my current month.
    It looks like the DLR is resolving the sub var but for some reason it is refusing to load data.
    We are on 9.2.0.1.
    Are sub vars referenced differently for DLR?
    Thanks for your help.
    Seb

    Hi Seb!
    Hope you're well. You're doing everything right with the subvars so the issue must be elsewhere. Is the list comma separated? Sorry I can' help more :(
    Gee

  • Substitution Variable in Data Load Rule

    Hello,
    Is it possible to filter selected record or rejected record from a flat file using a substitution variable ?
    I use the v11.1.1.3.
    Thanks
    Rgds,
    Pierre

    A quich test on sample basic says no. I exported the data in column format and cleared the data. Then I created a load rule with selection criteria of a substitution variable and itdid not load any rows. I then changed the sub variable to an actual month and it loaded fine

  • Multiple substitution Variable in Data Forms

    Hi,
    i have a problem with the creation of a hyperion Planning Data Form.
    I have created a Substituion Variable with "three" values delimited with a comma.
    I note that it works fine in the calculation script but i've a problem during the creation of a data form when I select the members by this substitution variable and it works fine if i set the Sub Var with only element.
    It's not possible to open the Data Form and The error is:
    "A substitution variable required for this calculation is undefined."
    Can someone help me for this error?
    Thanks
    Eugenio Gualtieri

    Hi,
    I don't think it is possible to put multiple members into a sub var for planning. It will treat it as a member e.g. if you had a subvar &years=FY08,FY09 it will be looking for a member named FY08,FY09.
    In your case you have to split into seperate subvars.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Where does the ipad back up stored

    where does the ipad back up stored

    iTunes places the backup files in these locations:
    Mac: ~/Library/Application Support/MobileSync/Backup/
    Windows XP: \Documents and Settings\(username)\Application Data\Apple Computer\MobileSync\Backup\
    Note: To quickly access the Application Data folder, click Start > Run. Type %appdata% and click OK.
    Windows Vista Windows 7: \Users\(username)\AppData\Roaming\Apple Computer\MobileSync\Backup\
    Note: To quickly access the AppData folder, click Start, type %appdata% in the search bar, and press the Return key.
    Windows 8: \Users\(username)\AppData\Roaming\Apple Computer\MobileSync\Backup\
    Note: To quickly access the AppData folder, move the cursor to the upper-right corner, click the magnifying class, type %appdata%, and press the Return key.

  • Where do you enter meta data?

    I have been working my Business Catalyst site under the vew version with reasonable success for months until today, when I decided I should review and maybe update the meta data, specifically the keywords.  I've been all over the menu looking for the tool or option that allows me to access this data.
    I finally went back to the old version where Add Meta Data is in the right menu.
    But I am assuming that the old version will eventually go away because it's ... old.  Surely there must be some way in the new version to make these changes.
    BTW, I did search the forums and tutorials before writing this post.  The only thing I found was a tutorial written for the old version.

    Thanks much, but it led to more questions.
    1.  The old version had three meta names to fill in: descriptions, keywords and robots.  I don't see robots in the page properties.  Where would that be filled in?
    2.  In the page I'm working on now, I have the robots definition (older version) set "NOINDEX, NOFOLLOW".  When I saved the html to my PC so I could examine the code, I found this in the header:
    <META name="robots" content="NOINDEX, NOFOLLOW">
    ...4 <LINK lines for stylesheets and a <SCRIPT line ...
    <META name="robots" content="index, follow">
    I think this is counter to what I'm asking for.  This is not a page I can eliminate, but neither do I want it to be considered when my webpage ranking is being considered, particularly now I've been told that the weaker pages can drag you down.  It seems that the second robots line is telling the spider or whatever they call it to go ahead and crawl, in spite of my telling it not to.
    3.  This is more an observation than a question.  The page properties has a field for Page Title, and there is also a Page Title field under Page Details above the design page.  I tested this by putting different values into each field, updating, and saving off the html.  The value that is listed in the header is from the Page Details section, and not page properties.
    I have not yet checked out the keywords and description.  That's next.

  • Where is Sudden Motion Sensor data stored?

    Background:
    I replaced my superdrive with an optibay + ssd (OS is stored here) and I left the stock HD (home folder) in it's place.
    Problem:
    I guess I triggered the SMS the other day and now I can't access my HD (basically just hangs / takes forever to load anything) unless I disable SMS. Where would I clear the data / tell it that my HD is safe to use again. Restarted pram and reinstalled OS, but it didn't help.

    Thanks for the responses. Yes, as JoeyR stated, I replaced my superdrive with an SSD and the hard drive is in it's original place so I wanted to re-enable the sudden motion sensor. Thank you for clarifying how the SMS works. I wasn't sure if there was a state that was saved somewhere.
    Well the original issue was that my OS would boot (SSD), but I couldn't get into my login (HD). I have a temporary user on the SSD so I was able to use that to troubleshoot. I swapped my HD with another one and it worked (STOCK HD). Then I tried putting the HD into an external closure and that worked as well. I had a feeling it was the connector, but I did not have spare parts to test this theory. I would swap the HDs back and forth and sometimes it would work and sometimes it wouldn't. It was a hit or miss situation. It worked when I disabled the SMS, but when I enabled / disabled it again it didn't work. Ran diagnostics on the HDs, both drives seem fine and in perfect condition. Tried to format the hard drivers and do various combinations of swapping drives and in the end the problem still persisted so it had to be a connector issue. I brought it into repair and they replaced the SATA cable for me and all is good now.
    Thanks for the help.

  • Batch change does not change meta data name when exporting or copy

    I use batch change to change the name of an event when photos from more than one source (camera) are imported. When I copy or export the photos the name reverts to the original meta data file. I do this to override duplicate names. For instance photos from two cameras taking pictures of the same event can have identical names such as IMG_0100. Iphoto does not show all the metadata on info but does show the change in the name when viewing info in iphoto.
    Is there some way to permanently change the name on photos using a group or batch method?

    No you're not changing any filenames at all.
    There is no way to change a filename in iPhoto at all. What you with Batch Change is add a Title to the photo. A Title is an entry in the metadata.
    You can set the name of an exported file to be the same as the title, when you export... if you choose that option.
    This User Tip
    https://discussions.apple.com/docs/DOC-4921
    has details of the options in the Export dialogue.

  • Where does the EPA will be stored....?

    Hi
    Where does the Transported is going to store? I mean in which location/dir it is going to store?
    Its urgent, suggest me
    Thanks

    Hi Ganesh,
    You can also configure the ExportRootDirectory as described <a href="http://help.sap.com/saphelp_nw04s/helpdata/en/61/1834414b75de2be10000000a1550b0/content.htm">here</a>.
    By default the export will be saved on the portal server under ...\usr\sap\<System ID>\SYS\global\pcd\Export
    but you get also a link to download the file on your client.
    Hope it helps,
    Robert
    PS: If your question has been answered you can make use of the blue star Thanks!

  • TDMS index files does not have meta data but indicates presence of raw data in the TDMS file??

    Hello All,
    I am working on reading TDMS Index files into Matlab. So far i have been fairly successful in reading them when the data has been acquired for a short period of time (checked at 2 min). However when a 15 minute data has been acquired, in a few segments the meta information is not present but a variable in the header info for that particular segment says raw data is present. Does anybody know if sometimes meta information is not available but the raw data is actually present (segment wise) in the TDMS file?
    Many Thanks,

    That means the segment shares the same meta information with the previous segment. It doesn't have any new properties. Its raw index information is the same as previous.
    You could use the meta information of the previous segment to read the raw data of this segment. Hope this helps,
    Message Edited by Yunzhu on 08-03-2009 08:45 PM

  • Need to locate my story files from a recovered HD. Where does Story keep my data locally?

    I was working locally on an OSX machine and the OS corrupted the drive.
    I was able to restore all my applications, and it looks like much of my data.
    I am not sure if the OS is still intact on the drive, and I am not going to test that at this time. I need to secure my data first.
    I need to do something very simple: find the work I was during with Story on this machine.
    I mounted this drive on another OSX machine with Story, and opened my original install of Story (from the mounted, recovered HD) and instead of loading the work I had done on the recovered HD, it opened the work I was doing on the master system.
    Where is my work? How can I access it?
    Thank you for your time.

    Rohit,
    Thanks for the hands on user support.
    I solved the problem the day after I posted this, but I thought I would update you.
    I had to end up manually restoring the file structure of my HD and repairing the permissions so I could boot it up in environment that Story could recognize as the User that authored the files.
    It turns out that doing that was far easier (it wasn't easy) than performing the most basic function of file managment with story: locating saved a work file.
    I understand that story is designed to innovate the way scripts are socially available to collaborators, but it just seems backwards to not have basic functions like locale save instances.
    I just sold my screenplay (awesome!) but sadly I will not be using story any further.
    basic things like this simply arent possible with it: i shouldnt have to email a folder to a technician to extract work I did.
    thanks for your time, though. take care.

Maybe you are looking for

  • No MIGO for PO

    Hi Gurus, I have created a PO and released it.. now when i am doing MIGO.... the systems says the PO has no items... plz guide me whats the reason for this... cheers

  • What software do I need to transfer data from a pc to imac

    What software do I need to transfer all my data from a pc to my imac?

  • How to create text of group in ALV ???

    Hi experts, I have a problem with ALV. I have 1 internal table : A0  01  A  10 A0  01  B  20 A0  02  A  20 A0  02  B  30 A1  01  A  5 A1  02  B  10 A3  01  A  10 A3  02  B  20 I want to create 2 group A0- Description of group A0   01- Description of 

  • Reciver determination-Condition error

    Hi Friends, in my idoc to file.. I am gettinfg this error while clicking Condition editor in reciver determination. <b>Message interface does not exist in any software components installed on this business system</b> i came to know that this error is

  • HELP: QAdministrator Did Not Install With FCS

    I recently installed and setup Final Cut Studio Upgrade for a customer and all apps seem to be working great. However, when I went to set up the distributed processing, Apple QAdministrator was nowhere to be found. The entire install was done from th