Protect input template exclude the input columns

Hi All,
  I am having some hidden formulas and the Evdre in the template, i dont want to allow the user to change that one.
  I want to protect the input template, i have tried in excel (Tools->Protection) using password to protect the template.
  After its protected even its not allowing to input the values in input columns.I have tried the hide option.If the expand the template , hidden rows are unhidden by default.
Any idea please share.thanks in advance.
regards
venkii

Hi Venkii,
You need to make sure that the cells, which requires input, should not be locked. For this right click on the cells, go to format and go to the protection tab. Make these cells unlocked. Only the input required cells will be unlocked and the others will be locked. Once this is done, you can go ahead and lock the sheet.
Hope this helps.

Similar Messages

  • In the Pages Program template on the 4 column page a text is wrapped around a violinist photo How do I prepare the photo for a similar result

    In the Pages Program template on the 4 column page a text is wrapped around a violinist.
    How do I have to prepare the photo to have a similar result.
    Thanks

    You need to have an image with a more or less even background or at least contrasting to the main part.
    Menu > Format > Instant Alpha > run the cursor over the parts you want to eliminate
    With the image selected > Inspector > Wrap > check Image causes wrap > click on 2nd icon > Text Fit > 2nd icon
    Play with Extra Space and Alpha to get what you want.
    Peter

  • How can I do this input help in the Input ready query

    Dear all,
    Do you konw this function?
    The following steps is that:
    1,I create the Input ready Query.
    2,I can insert the new record.
    3,I can use the input help for the characteristics.
    4,When I double the space, I got the pop-up for input help.
    5,I want to get the function is that:
    for example:
    char1 is the char2 attribute.
    char2 - - - - - - - -- - char1
    m- - - - - -- -- - - - -a
    n-- - - - -- - - - - - a
    u- - - - -- - - - - - - -a
    v- - - - - - - - - - - -b
    w- - - - - - - -- - - -b
    x- - - - - - - - - - - - b
    when I write the "a" for the char1 in the new record at input ready query, I only want to got "m","n","u" for char2 from the char2 input help.
    How can do it?
    Thank you so much.
    Best regards,
    Leon

    Hello Leon,
    As you have already set char1 as an attribute of char2, what you would need to do is create an attribute variable for char2 of type exit.
    Using a variable exit, you can pass the value of char1 to char2. This would then automatically restrict the selection list to "m", "n", "u" as values for char2 when you enter "a" as the value for char1.
    Hope this helps.
    Sunil

  • *****Can we make charcterstics as a Input ready in the input ready query.**

    Hi experts,
    Our business requirement as follows.
    the existing business scenerio is, Master data ( say Product list ) )will comes from CRM , By using the input ready query , we will plan against to that master data by using IP.
    But my requiment is " though the master data is not avilable( say new product came into the market which is not avilable in CRM)  in the CRM end, user wants to enter the that product name directly in the input ready and also user wants to plan against that product.
    As per our requirement , user wants to enter charcterstics directly in the query like entering the key figure values directly in the input ready query.
    As per as my knowledge concern , this functionality  is not avilable in IP.
    so can you please suggest if any other work around solutions for this to fix this issue.
    Thanks,
    Subhratha benargeee.

    Hi Subhrata,
    As I said, its not possible in IP at all. If we talk technically, IP infrastructure needs SID's. Meaning it communicates through SID values.
    Once you enter characteristic value in the query, the system automatically sends the SID values to OLAP when the round trip happens. There was a certain period of time, when system automatically used to create sid's if there does not exist that value in master data for the characteristic. I dont remember the exact support pack, But that was a bug and has been fixed. Its not possible in any form web, bsp or bex analyzer on OLAP write infrastructure. As long as you dont find some RFC which can write this value to the master data table of the characteristic before the OLAP is triggered.
    I understand you are writing transaction data only, But OLAP works through SID's when it gets data from infoproviders. So due to the same reason without an entry into sid and master table of the characteristic there can not exist an entry in the infoprovider. OLAP simply can not communicate without SID's.
    Now coming to the scenario I explained earlier, its Business Planning & Simulation. If you design your planning application on BPS, you can design web interfaces which is a BSP application can achieve what I said.
    Its not the speciality of BSP(business server pages)  which is making it possible, But the BPS interfaces are designed such a way that it communicates directly through master data and text table of charcteristics.
    As of now, I do not have a solution for your scenario on IP, If I find or come across one I will surely let you know.
    All the best.
    Best regards,
    ravi.

  • Input Template: Deriving a member

    Hi All,
    I have the following situation -
    I have a Dimension "Account" which has a property Division
    I have another Dimension "Division"
    The property "Division" of Dimension Account is the same as the Dimension Division.
    In my Input template I have the accounts in rows. Is it possible that I can populate the Division associated with the Account when the user saves the data. So. basically the user selects the accounts in the input template
    While saving the input template derives the Division from the Property and stores the data with the correct Division.
    thanks
    Sumangal

    Hi Sumangal,
    I consider I knew what you want because I was confronted with the similar situation before. I've made an example to show how to do. You can try the following steps to achieve what you want:
    1. Build an EVDRE input schedule where P_Acct dimension is expanded in rows and Time dimension in columns. Column E shows the P_Acct ID. In the following example, Members of Time Dimension are in range G10 to I10.
    2. Place the formula "=EVRNG(G1:I1)" in the CellKeyRange
    3. Place the formula "=EVPRO($H$2,$E1,"Division")"in the Cell G1, you can then drag the cell G1 to copy its formula from Cell H1 to I1.
    4. Press "Expand"  button.
       An expanded copy of the CellKeyRange to the right of the report Data Range has been automatically created. e.g. Cell E12 shows the P_Acct member ID "A1", Cells J12 to  L12 contain the expanded formula "=EVPRO($H$2,$E12,"Division")" respectively. The result is "D1"shown in Cells J12 to L12. ( "D1" is the value of the property "Division" of the P_Acct "A1". "D1" is also a member in Divison dimension. ) Similarly, Cell E13 shows the P_Acct member ID "A2", Cells J13 to L13 contain the expanded formula "=EVPRO($H$2,$E13,"Division")"  respectively. Tthe result is "D2" shown in Cells J13 to L13,and so on.
    5. Input the data in the Data Range and then submit them.
      As the CellKeyRange has the highest priority, the values of the DataRange will be sent to the members showed in the right of the report Data Range instead of the ones in CV etc. 
    This method can be used to build various kinds of input schedule or report such as matching report etc.
    Hope this helps.
    Regards
    Grace

  • Limit on the number of characters of the Input file of Input Agent

    HI
    I am working on the Input Agent of one of my IPM applicaton. I just want to know what would be the limit on the number of characters in the input file of input agent. That means that what should be the total count limit of the characters of the Input file of the Input Agent, so that IPM Efficiently process the Input file.
    Thanks & Regards
    Chandan Kumar
    SYSTIME, India

    Thank you t quinn for your reply as I do really appreciate the help.
    I don't quite understand what your suggestion was and before I try to figure it out and play around with numbers, I thought I should clarify further. When i wrote I want to paste the content into the cell and have it limited to 100 characters I was mis-spoken. I actually have all the content already in the columns in a spreadsheet and would now like to just limit some of the columns to hold only 100 characters in a cell so that when its a CSV file it will be accepted to the program I'm trying to upload it to.
    SO does that change the way you can answer my question?
    Is there a way to just limit the content currently in a spreadsheet to 100 characters per cell?
    Kindly

  • Validation for allocation in Input Template

    Hello Experts,
    We have an Input template. The planner gets an employee with Customer None. He allocates the time of the employee to different customer/Profit Center/Segment as shown in below table.
    EMPLOYEE
    Customer
    PROFIT_CENTER
    SEGMENT
    2014.01
    Jone
    Cust_NONE
    10
    A
    1
    Jone
    A
    10
    A
    0.5
    Jone
    B
    Y
    B
    0.5
    CHECK
    0
    After every employee i want to have a check row where it should be <=1. if its 0 it indicates that the employee is fully allocated. Where as if it is 0.5 it indicates that only 0.5% time he is allocated.
    How can I achieve this Validation row after every employee.
    Regards,

    Hi Mahesh,
    Use a Local Member as per the attached example. If Sheet Options are set to Activate Local Member Recognition and Use Position in Axis is not checked, entering an Excel Sum formula for all entities for one account creates the Local Member automatically.
    /Cecilia

  • About limit the input characters in string with xcontrol

    Hi there,
      I follow one example online to deveope a xcontrol for string input but limiting the input characters only to uppercase A to Z. I have the main code shown as follow
    In the Key down event, I discard all input character with ascii code beyond [65, 90]. This seems to works but if I keep pressing down a forbidden key (e.g. %), it will show that key in the control. So how can I ban the input by long press on one key? Thanks.
    Solved!
    Go to Solution.

    Hi dragondriver,
    and while you're editing your VI you should use an InRangeAndCoerce function to replace two comparisons and a boolean function!
    You might even think about using "LexicalClass", but that requires additional comparisons too...
    #8000
    Best regards,
    GerdW
    CLAD, using 2009SP1 + LV2011SP1 + LV2014SP1 on WinXP+Win7+cRIO
    Kudos are welcome

  • Appraisal Template - Issue with New Column addition.

    We have added one column u201CPriority %u201D which replaced an existing field (column) in one of the appraisal templates.
    When the user selects a value from the drop down and saves the template, it is not getting reflected in the portal.  Also the same isnu2019t getting updated in the backend DB tables (as seen from PHAP_ADMIN_PA). Upon displaying the template, the first available value in the drop down is shown by default instead of the selected value.
    As per our understanding the entire field values are read from standard function Module u2018HRHAP_DOCUMENT_CHANGE_STATUSu2019 into corresponding internal table t_body_elements.
    But the value (Row X Column) for that particular column is not seen in the structure.
    Please give inputs as to why the changed % value is not being saved and shown in the template.
    The column is maintained in the template like the other columns and the value range is also maintained in the u2018Edit Appraisal Scalesu2019 in SPRO.
    Thanks
    RK

    Hello Siddharth,
    Thanks for you reply. Still the same issue. Following are the config I did till now:
    In the PCD I created a new business object (SWF_WIOBN), an operation linked to the object (NAVIGATE).
    I did create an iView (powl) in the custom folder, I integrated the operation within iView. I created a page that contains the iView.
    In the properties of the iView I gave:
    Application Name: HAP_MAIN_DOCUMENT.
    Launch in New Window: "Display in separate Headerless Portal Window".
    System: SAP_ECC_HumanResources
    I added the required entries in tables:
    IBO_C_WF_TTAS
    IBO_C_WF_ACS
    IBO_V_WF_TAC
    IBO_V_WF_TTAC
    etc...
    I saw in the code of linked feeder class: CL_IBO_INBOX_FEEDER_WI  that it's checking something called "Launch_Editor".. Is it a property that we can set somewhere?
    Following are the parameters retrieved by system:
    BO_NAME       =  SWF_WIOBN
    BO_OP_NAME = NAVIGATE
    LAUNCHER_PARAMETERS ->  empty.??
    BO_RESOLVE_MODE = USER_SET_OF_ROLES
    LAUNCH_EDITOR  empty where must be set?
    At the end I still get the error:
    There is no iView available for system "": object "SWF_WIOBN". For more information, contact your administrator.
    Any advice,
    Thanks in advance

  • How do I get text inside a table column to stretch the whole column width?

    Hi I am using JDeveloper Studio Edition Version 11.1.1.0.2.
    I have some tables where one of the columns are quite wide (700px) wide and some quite narrow 50px. It doesn´t look pretty. The input text inside the 50px column looks like it stretches out of the column and the inputtext in the 700px column leaves a big empty space in the right side of the column. What I had hoped for is columns which have the same padding to its content as a 100px column no matter the columns width. How do I do that? Do I have to use skinning?

    Well I don´t want the space on both sides of the input text to be that big either so that doesn´t solve the problem.

  • How to get the input value as a columns headings of the kye figer

    Dear all,
    the senario is i have keyfiger heading like DESPATCHES MADE ON (0CALDAY) and CUMMULATIVE DESPATCHES FOR (0CALMONTH), the 0CALDAY is the input value of the report. so how to get the value of the 0CALDAY and 0CALMONTH in the heading name of the key figer.
    I really appreciate for any help on this.
    wil assign pts for sure...
    thanks
    regards
    Mohan

    Dear  Venkat Ambati,Sumit Singn,Masi dandavate,
    thanks for reply.....
    ya got u r value able inputs but i don't no how to get the variable value to the column heading, if u guy's having any doc's means plz send me the same, my mail id is <u><i>[email protected]</i></u> or <i><u>[email protected]</u></i>
    thanks n regards
    Mohan

  • How do I use a FF column as the input parameter to an Oracle Function?

    ... and have the value  returned by the function be written to the target DS.
    I am opening a FF and grabbing an integer from a column.
    I want to map an output column in a temp table to be the returned value of a function call that uses the input column integer as the in parameter.
    Any Ideas? Seems like it should be easy, but everything I try, bombs.
    Thanks
    Mike
    Edited by: Mike Stockwell on Feb 26, 2009 10:15 PM

    what is the error that you are getting ?
    is the error happening during design time or when you run the job ?

  • How can i dynamically select columns based on the input parameter?

    I have an input parameter which takes single numeric value.
    Based on this value i have to dynamically select table-columns .
    For eg: if i have following fields in my table :
    SEM_1
    SEM_2
    SEM_3 and SEM_4.
    And if i give numeric input as 2 , then i have to select "SEM_2" column only.
    if the input is 3 then i have to select "SEM_3" only and leave the rest of the columns.
    how do i achieve this dynamic feature in the "Select .....  From...... table...." statement in the ABAP??

    Hi,
    you should try something like this.
    TYPES: cond(72) TYPE c.
    data: condtab TYPE TABLE OF cond,
             condw type cond.
    data: lv_field(30) type c value 'SEM_'.
    write p_num to lv_field+4(1).
    condw = lv_field.
    append condw to condtab.
    SELECT (CONDTAB) FROM table INTO.....
    Kostas
    Message was edited by:
            Kostas Tsioubris

  • In JDBC Sender Adapter , the server is Microsoft SQL .I need to pass current date as the input column while Executing stored procedure, which will get me 10 Output Columns. Kindly suggest me the SQL Query String

    In JDBC Sender Adapter , the server is Microsoft SQL .I need to pass current date as the input column while Executing stored procedure, which will get me 10 Output Columns. Kindly suggest me the SQL Query String , for executing the Stored Procedure with Current date as the input .

    Hi Srinath,
    The below blog might be useful
    http://scn.sap.com/community/pi-and-soa-middleware/blog/2013/03/06/executing-stored-procedure-from-sender-adapter-in-sap-pi-71
    PI/XI: Sender JDBC adapter for Oracle stored procedures in 5 days
    regards,
    Harish

  • How to create  some columns dynamically in the report designer depending upon the input selection

    Post Author: ekta
    CA Forum: Crystal Reports
    how  to create  some columns dynamically in the report designer depending upon the input selection 
    how  export  this dynamic  report in (pdf , xls,doc and rtf format)
    report format is as below:
    Element Codes
    1
    16
    14
    11
    19
    10
    2
    3
    Employee nos.
    Employee Name
    Normal
    RDO
    WC
    Breveavement
    LWOP
    Sick
    Carers leave
    AL
    O/T 1.5
    O/T 2.0
    Total Hours
    000004
    PHAN , Hanh Huynh
    68.40
    7.60
    76.00
    000010
    I , Jungue
    68.40
    7.60
    2.00
    5.00
    76.00
    000022
    GARFINKEL , Hersch
    66.30
    7.60
    2.10
    76.00
    In the above report first column and the last columns are fixed and the other columns are dynamic depending upon the input selection:
    if input selection is Normal and RDO then only 2 columns w'd be created and the other 2 fixed columns.
    Can anybody help me how do I design such report....
    Thanks

    Hi Developer life,
    According to your description that you want to dynamically increase and decrease the numbers of the columns in the table, right?
    As Jason A Long mentioned that we can use the matrix to do this and put the year field in the column group, amount fields(Numric  values) in the details,  add  an filter to filter the data base on this column group, but if
    the data in the DB not suitable to add to the matrix directly, you can use the unpivot function to turn the column name of year to a single row and then you can add it in the column group.
    If there are too many columns in the column group, it will fit the page size automatically and display the extra columns in the next page.
    Similar threads with details steps for your reference:
    https://social.technet.microsoft.com/Forums/en-US/339965a1-8cca-41d8-83ef-c2548050799a/ssrs-dataset-column-metadata-dynamic-update?forum=sqlreportings 
    If your still have any problem, please try to provide us more details information, such as the data structure in the DB and the table structure you are currently designing.
    Any question, please feel free to let me know.
    Best Regards
    Vicky Liu

Maybe you are looking for

  • How to create multi garnishment order for the same garnishment document

    Hi, Can anyone tell me how to create multi garnishment order for the same garnishment document. I tried to copy the entry in IT0195 but the sequence field is grayed out so it will just delete the old record. What configuration should I do to make thi

  • Minus takes a lot of time

    Hi all, My problem is as follows. I made a mapping that in less then a minute populated on of my tables. Then I change it to, before inserting, make a minus with target table, it works fine and takes almost the same time to populate the table, except

  • Can't get Firefox to work properly behind corporate proxy

    I am forced to use Firefox behind our corporate proxy and have to continually make exceptions just to get to sites, but even this doesn't always work. I don't know much about certificates, but I know certificates are issued by our organization for ea

  • Replication Active Directory, ports issues in firewall

    Hi, i am facing some issue  in active directory replication between my Active Directory User  Database located in two different locations. I  am not doing any Port based ACL in the firewall, and there is no static  / dynamic NAT-ng used between the s

  • Are old versions of Flash Player available?

    Are old versions of flash player available?