How can a user enter a value in the field which is in read mode.

Hi all,
      I am creating a badi for the valuation class.when ever i execute the mm02 transaction.if an invalid valuation class is entered,my error message is poping up.but it is coming in the display mode.i should get the valuation class field in the read mode.
Regards,
charita.

Hi Charita,
Use information message instead of Error message.Then it will not give u that field in non-editable mode.
<b>Reward points if it solves ur query or answer is helpful</b>
Thanks
Chinmay

Similar Messages

  • How can a user enter data as many it was specified for??

    I am writing a program that makes calculations on data entered by the user. First I ask the user how many inputs he/she wants. And my problem is how the user can enter as many input he/she asked for. How do I make the program ask for input more than once, before I do calculation on the entered data???
    I am sorry if my english is hard to understand, but I hope this was understandable.

    I think you should use a readInt() if you have such a method in your Keyboard class to ask for the numbers.
    Then create a float array with that many elements, and use the for-loop you have shown:
    for (...) {
      numbers[ i-1 ] = Keyboard.readFloat(); // numbers is a float array
      // if you let i go from 0 to i < tall, then you don't need to subtract 1 from i.
    }

  • How can I wire a string value to the case selector terminal and depending on that value, execute a selected case?

    Hi Everyone
    In the block diagram of the posted VI, thru serial comm, byte #2 is either 00 or 01 (Hex). This byte should dictate which case to execute. If Hex value = 00 executes case #1, If Hex value = 01 executes case #2. If neither, nothing should execute.
    How can I do this? I am fairly new to LabVIEW any feedback is highly appreciated.
    Thanks
    Mahir
    Solved!
    Go to Solution.
    Attachments:
    testing whole string Bank A & B.vi ‏24 KB

    easier to just wire in the integer to the case structure rather than convert to string.  
    Then just go up to the case selector and type what you want.
    Paul <--Always Learning!!!
    sense and simplicity.
    Browse my sample VIs?

  • How can I refer to a value of the textfield1 into the textfield2 and set readonly textfield2, and join the value of various textfields in just one textfield multiline ?

    I am new in acroforms.
    I have a form with 5 pages, in the first page the user fill personal information, the fields are (names, addres, birtdate, ocupation,etc ) all are texboxes, I need to get the same value of every textboxes of the first page into the 2d and 3, 4 and 5 pages, I have created another textboxes in the 2, 3 .. pages with the same names in order to duplicate the value of each one, but if I make some of them readonly, every textboxes in every page are readonly...
    For that reaseon, I tried changin the name of the texboxes of the 2, 3, 4 and 5 pages to names1, names2, names3, names4, and so on for the other fields, I have written some scripts, but no lucky, because I used this line in every new textbox, as the following (for the textbox names1)
    this.getField("names").Value
    Without results, the textboxes apears in blank
    And also, in the last page I need to join some texboxes values in only one multiline textbox
    Please any advice will be welcome..
    Muchas gracias
    Rafsys

    For the information in the second text box to be the same as the first text box (i.e. - on later pages), simply give the fields the same name. The second on could be set to readonly and you could even remove the borders and such so it looked like it was just part of the page. This last trick would get around the need to combine the fields for the display as you mention. Combining the fields would have to be done with JavaScript.

  • How can I pass URL parameter value to text field?

    Dear Masters,
    I have a text field. I want it to have a value based on the URL parameter, for example:
    http://myapplication.net:7777/pls/apex/f?p=102:1:::::P1_RTNUM:9448,P1_EMAILADD:email.add.here
    I want the value of the text field = P1_EMAILADD after the form was loaded. Also, please have it read-only.
    Thanks a lot.
    Edited by: user6368519 on Sep 16, 2009 11:39 PM

    Thanks Saad,
    Can I email you(I would need your email) for any concerns or just create a new thread for you to look?
    This is ok now. I'm sorry but I just marked this one as an "answered" one last time.
    Thanks for all the help again I appreciate it. ;)
    Thanks,
    Aaron
    [email protected]

  • How can I set a specific value for a field, according to the option selected in a previous drop-down menu?

    Eg.: I have a drop down menu with the following options: "1,2,3,4,5". What I want to do is the followin: If the option selected is "1" the field "Color" must be filled with "Green", if "2" the field color must be filled with "Red", etc

    You can use something like this as the custom calculation script of the color field:
    var v = this.getField("Dropdown1").valueAsString;
    if (v=="1") event.value = "Green";
    else if (v=="2") event.value = "Red";
    // etc.
    else event.value = "";

  • How can I sum up varying values of a field if a condition is true

    Hello,
    I want to sum up possible different values of a field if a condition is true. For example:
    =Sum(IIF(Fields!status.Value = "Open",0, (IIF(Fields!status.Value = "Waiting",0, (IIF(Fields!status.Value = "Closed",0, (IIF(Fields!status.Value = "Completed",0, Fields!status.Value))))))))
    I want a numeral count if the values of a field (Fields!status.Value) are Open, Waiting, Closed or Completed.
    The code above is giving me an error.
    Please help

    Thanks again Thomas,
    There are four columns: Region, State,
    Branch and Total Cases/Branch.
    The example below: North region has two states (Northern State A and Northern State B).
    Northern State A has two branches: Northern State A (Branch 1)  and Northern State A (Branch 2).
    Northern State A (Branch 1) has a total of 10 cases, and the breakdown is shown as:  5 open cases + 3 waiting cases + 2 closed cases + 0 completed cases.
    I used a tablix matrix in the report. Region, state and branch are in the row groups.
    Total Cases/Branch is the calculated field that I had to create so that I can do a sum total of all cases regardless of their status (open, waiting, closed and completed) in each branch.
    That is where I get the error.
    See below the structure:
    Region     State                            
    Branch                        
    Total Cases/Branch
    North   Northern State A   Northern State A (Branch 1)   Northern StateA (Branch 1) :    
                           5 Open, 3 waiting, 2 closed
                           and 0 completed cases >
                            Total = 10.  
                                                     Northern State A (Branch 2)            
                         Northern StateA (Branch 2) 4
                         Open,  1 waiting, 2 closed
                         and 0 completed cases >
                              Total = 7.
                 Northern State B  
                                                  Northern StateB (Branch 1)
    Northern StateB (Branch 2)
    I want the Total Cases/Branch
    column to be a calculated field, it should SUM all cases in each branch if the status of the cases are Open, Waiting, Closed and Completed.
    Thanks again

  • How can i get to know what is the reason for implausible meater reading?

    Hi All,
    I am new to this SAP -ISU.
    can any body tell me how can i get the reason for implausible meater reading.
    my requirement is to get the unbilled meters becasuse of unrealibility of meter reader.
    here what i understood is if meater reading is not in a position to bill so it means meater reading may be in implausible state. so i want to know the reason for implausible meater reading so that i get the meters which are not billed because of unreliasility of meter reader.
    in which table these reasons get store.
    if any body knows about these please reply me ASAP.
    Thanks in Advance.

    At the very least, you will receive EXACTLY the same product you sent in.  You may get a newer product.  It's Apple's choice.

  • How can I import data using .dmp into the table which has more columns then in import

    I am building the history for warehouse purpose on Oracle 8i database and want to use the old import (.dmp) files (from oracle 7.3.4) to import data but the underlying table is having few more columns which are not in my old DMP file .. how can I import the data into these altered tables while using the same *.imp files .
    Any solutions ?

    That is the most obvious solution .. but think of the case when my operational database which is the source of my data is undergoing changes every quarter i.e after every 3 months there are some changes on underlying table structures which means structures of my import files will always be different after evry quarter .. you can imagine the number of temporary import structures I need to create .. can't there be a solution wherein I can write an SQL over the import file to read the data in required format ..

  • How can i take notes, index and retrieve the notes on what i read?  I read and can't remember the source.

    How can I take notes on what I read, then index/catalog them for search and retrieval on my macbook air or on my iPad?

    Try this one http://gigaom.com/apple/reset-os-x-password-without-an-os-x-cd/

  • How can i pass second text  value to the procedure.

    Hi ,
    I have used APEX_ITEM.TEXT(1,null) Item_name,APEX_ITEM.TEXT(2,null) file_name in a sql query and i should pass these two text value as a input parameter to the Procedure.
    So in Process i have written code like
    FOR i IN 1 .. APEX_Application.g_f01.COUNT
    LOOP
    generate_report_data(APEX_Application.g_f01(i)
    ,APEX_Application.g_f02(i)
    END LOOP;
    COMMIT;
    if i enter values in two text columns then two values are passing to a procedure it's fine.
    Here the issue is if i leave the first value as balnk and enter the 2 nd value like Xyz then click on a submit button
    so 2 nd value also passing null to the procedure..
    please anybody guide on this issue..
    Thanks in advance..
    Regards
    Narender B

    Hello Narender,
    >
    Here the issue is if i leave the first value as balnk and enter the 2 nd value like Xyz then click on a submit button
    so 2 nd value also passing null to the procedure..
    >
    This is happening because of FOR i IN 1 .. APEX_Application.g_f01.COUNT in your procedure:
    >
    FOR i IN 1 .. APEX_Application.g_f01.COUNT
    LOOP
    generate_report_data(APEX_Application.g_f01(i)
    ,APEX_Application.g_f02(i)
    END LOOP;
    COMMIT;
    >
    FOR i IN 1 .. APEX_Application.g_f01.COUNT this loop will take only those values of apex_application.g_f01 into consideration whose value is not null.
    Hope it helps!
    Regards,
    Kiran

  • 10GR2 - How can I load multiple row values into one field?

    Hi
    Can anyone please help with a problem I'm having with merging data.
    The source table has multiple entries for the same Id e,g,
    ID Code
    1 123
    1 234
    2 123
    2 567
    The output should only have one row per ID e.g.
    ID Code_List
    1 123;234
    2 123;567
    Do you know what operator I could use that would allow me to do this? I've looked at unpivot but I think I would need multiple output fields (one for each Code). I have to concatinate the codes and separate with a semi-colon.
    Thanks
    GB

    Q) Input data
    =============
    COL_0,COL_4
    1235,"G0123,G124,G25,G6"
    1236,"G01,G23,G124,G25,G6"
    1237,"G0123,G1,G24,G25,G6"
    1238,"G,G0123,G124,G25,G6"
    1239,"G0123124,G256"
    Output
    ======
    TEST_ID,TEST_VAL
    1235,G0123
    1235,G124
    1235,G25
    1235,G6
    1236,G01
    1236,G23
    1236,G124
    1236,G25
    1236,G6
    1237,G0123
    1237,G1
    1237,G24
    1237,G25
    1237,G6
    1238,G
    1238,G0123
    1238,G124
    1238,G25
    1238,G6
    1239,G0123124
    1239,G256
    I wrote this procedure...
    declare
    rcd_cnt number;
    test_id123 number;
    junk_1 number;
    cd_occurences number;
    child_count number;
    str_abc varchar2(200);
    char_pos     number default 0;
    cd_temp_str varchar2(50);--:= 'G0123,G124,G25,G6';
    begin
    select nvl(count(col_4),0) into rcd_cnt from test_ee where col_4 is not null;
    for aa in 1 .. rcd_cnt loop
    select col_0,rownum rn,nvl(trim(col_4),0) into test_id123,junk_1,cd_temp_str from (select col_0,rownum rn,col_4 from test_ee where col_4 is not null) where rn = aa;
    --dbms_output.put_line('...I am in for loop...' || cd_temp_str);
         --dbms_output.put_line('===================' || rcd_cnt || '.................' ||aa);
    cd_occurences := length(cd_temp_str) - length(replace(cd_temp_str,','));
    dbms_output.put_line(cd_temp_str || '...Str Occurences are ...'||cd_occurences ||'**************'||test_id123);
    child_count :=0;
    for z in 1..length(cd_temp_str)+1 loop
    child_count := child_count+1;
         if(instr(cd_temp_str,',') > 0) then
         char_pos := instr(cd_temp_str,',',1,1);
              str_abc := substr(cd_temp_str,1,char_pos-1);
         dbms_output.put_line('..Partial String of..'|| z ||'..is.....' || str_abc);
              insert into test_xx(test_id,test_val) values(test_id123,str_abc);
         end if;
         cd_temp_str := substr(cd_temp_str,char_pos+1,length(cd_temp_str));
         if(cd_occurences=child_count) then
         dbms_output.put_line('..Partial String of..is.....' || cd_temp_str);
              insert into test_xx(test_id,test_val) values(test_id123,cd_temp_str);
         end if;     
    end loop; -- close for of z */
    --dbms_output.put_line('...I am in end for loop...');
         end loop; -- close for of aa
    end;
    instead of procedure,is there any way from sqlqery.

  • How can I display only one value of a field with two or more values?

    Post Author: skiabox
    CA Forum: Crystal Reports
    I have a field in my report with 2 or more values (depending of another field id).For example for id = 1 the report gives me 2 names in that field.For id = 3 the report gives me 3 names in that field.I want to display only one of these names in the id row.The selection of name is random.Thanks!

    Hello Tim,  would barely fit in this situation since this code resides on the client’s interaction side of things. I’d recommend using JavaScript for this matter, e.g. var Data_FName1 = document.getElementById(‘Data_FName1’).value;. If you still opt for using CFML, then you’d go for proxying your JavaScript code to a CFC.

  • How can I display Group By-Value in the Bex Report

    I have a report values looks like below,
    Month         BALANCE
    04/2005         $ 188.00
    11/2005         $ 188.00
    11/2005         $ 180.00
    12/2005         $ 194.00
    12/2005         $ 196.00
    01/2006         $ 182.00
    01/2006         $ 376.00
    02/2006         $ 184.00
    02/2006         $ 192.00
    I am expecting the results
    Month         BALANCE
    04/2005         $ 188.00
    11/2005         $ 368.00
    12/2005         $ 390.00
    01/2006         $ 558.00
    02/2006         $ 376.00
    Group by Month .(not a result value)
    Please advise on this.
    Advance Thanks

    Rows  - Calendar Year/Month
    Keyfigure Structure in the Column
    The below fields are in the column
    BALANCE
    No.Of .Days
    0-30 days
    31-60 days
    Still I am getting the value
    04/2005           $ 94.00
    11/2005          $ 94.00
              $ 90.00
    12/2005          $ 97.00
              $ 98.00
    01/2006          $ 91.00
              $ 188.00
    02/2006          $ 92.00
              $ 96.00
    Balance needs to Sum /group according to the date value.
    01/2006 has value 91 and 188.I am expecting 279 .
    Please provide some tips.Thanks for help.

  • How can I pass a custom value to the ecommerce invoice?

    I would like to pass a barcode or an image to the ecommerce invoice once they buy my product. The idea is that they would print the email or pdf attached to it and reclaim their products on my physical store in case shipping is not allowed for their area. Is this possible?.

    Hey Klaye,
    I'm not sure if that php generator would work on the CRM because from what I understand it only uses javascript. I found these websites that might interest you:
    http://parall.ax/products/jspdf (a javascript pdf generator)
    http://www.atlantawebdesignga.com/adobe-business-catalyst-developer/how_to_get_business_ca talyst_e-commerce_to_do_the_impossible (an ecommerce "hack")
    My plan was combining both methods plus a jquery barcode generator to insert the pdf in the ecommerce invoice, but your method seems better. Have you tested it? Does it work with the {tag_invoicenumber}?.
    I haven't had the time to work on this because I'm working for some clients right now. But if I do get something to work I'll post it here. Hope that helped.

Maybe you are looking for

  • I just bought 2 ipod touches for my kids and I cant register either and I get an error message when verifying their e-mail for facetime can anyone help

    I need help I cant register my sons ipods or get facetime to confirm e-mail I could use some help pleas

  • Users logging on via CIF's lose login capability

    Multiple Netware 6.5 sp7 servers, with CIF's configured to offer windows shares to computers that do not use Novell Client. For years now, I've been able to set up XP Pro x64, Vista Business (x86 & x64) and Windows 7 (x86 & x64) systems so that they

  • Mail Adapter Change File Extension

    We have the receiver mail adapter setup to send the contents of a message to an internal email account. The adapter works and the message arrives as a soap.xml and payload.xml. The problem is that our mail system blocks the xml extension. Is there an

  • Select query in a loop

    SELECT * FROM MY_T is CUR_REF     OLD_REF VA2559     VA2468 VA2560     VA2559 VA2635     VA2560 VA2636     VA2635 VA2659     VA2636 VA2660     VA2659     I want to select the CUR_REF which has OLD_REF as CUR_REF in a loop      like      CUR_REF: VA25

  • Transparent windows - bug?

    HI Everyone, today my imac at work did something quite extravagant - not sure if it's a bug or not? (I'd actually like to replicate this at will) basically, while swapping back and forth through windows, everything became transparent but for chrome (