Dynpro fields are disabled

Hi there,
I want to call a Remote function, but before that i want to set some fields by the values typed in by a web dynpro application.
I imported the RFC model, defined a view but when the view comes up for some reason all the fields are disabled.
Can anybody tell me what i should do in order to get the fields enabled
thanks
Bertil

Hi,
If the rfc imported is zabc_input, I hope you have done the following.
zabc_input inp=new zabc_input();
wdcontext.nodezabc_input().bind(inp);
Suppose you have to input some String value and the attribute is name and mapped to an input field try out the following.
inp.setName(new String);
Hope it would help.
Do pls send in feedback.
Regards
Noufal

Similar Messages

  • Items of input fields are disabled

    Hi All,
    I have created form using Web Dynpro. In this form, I have provided connnectivity with R/3 using RFC. After creation of the form, I noticed that input fields are disabled. Can you please suggest me the possible reason for this. I have mapped  input field with model's parameter.
    Regards,
    Gaurav

    Hi Gaurav,
    The mistake you are doing is, you have to initialize the newly created input object. check below
    /** Hook method called to initialize controller. */
    public void wdDoInit()
    //@@begin wdDoInit()
    // Create a new element in the Bapi_Flight_Getlist_Input node
    Bapi_Flight_Getlist_Input input = new Bapi_Flight_Getlist_Input();
    wdContext.nodeBapi_Flight_Getlist_Input().bind(input);
    // Create new elements in the Destination_From and Destination_To nodes
    <u>input.setDestination_From(new Bapisfldst());
    input.setDestination_To(new Bapisfldst());</u>
    //@@end
    This means.. adding to sunitha's code.. you should do below
    public void wdDoInit()
    //@@Begin wdDoInit()
    Bapi<...>_Input input = new Bapi<...>_input ();
    wdContext.nodeBapi<...>_Input().bind(input);
    <u>input.setXXX(new expectingobjectvalue());</u>
    //@@end
    Check it...
    Thanks,
    Raags

  • Web Dynpro Field Elements Disabled

    Hello:
       The text fields of my Web Dynpro App are disabled when I run the app. Im trying to change the Collection Cardinality in the context to 1...1 but I cant, it seems to be disable too.
       Can anyone help me? How can I change the cardinality?
    Best Regards
    Thanks
    Mario G

    Hi
    You need to add the following code in your WdDoInit()
    //create a new model instance
    model = new <name_of_your_model>();
    //create model objects
    <name_of_your_request_model_class>   requestMO = new <name_of_your_request_model_class>(model);
    <name_of_your_send_model_class>       sendMO = new <name_of_your_send_model_class>(model);
    //associate model objects
    requestMO.set< name_of_your_send_model_class>(sendMO);
    //bind exacutable model object to context node
    wdContext.node<name_of_your_context_node_for_ws>().bind(requestMO);
    Regards,
    Edzon

  • Copying Control Fields are disable in SAP SD

    Hi Friends,
    I am having problem with copying control in SAP SD. While using T- Code VTAF, VTFF etc for copying control, I found all the standard fields are disable but I am able to do all the sale processing. Therefore me doubt is; when there is not even a single field is available in the copying control then how I am able to run all the activities. If these are hidden and maintained in background then how I can able to see the existing fields in copying control. Please reply as soon as possible and clear my doubt. I shall be great thankful to you for this.
    Regards,
    Bharat B

    Hi Frank,
    Thanks for yours kind response to my doubt but the question is still not solved. as i already explain in my question that the available standard fields are disable means they are not in display mode, else these are hidden/invisible, so please try to give me the appropriate answer for that..and one more thing i want to add i.e. standard fields means..the values avialable for source fields and target fields as per the sap standard..as there is no copyning control existing in the system..For instance; copying control from OR to F1, F2 etc, LF to F1, F2 etc are not shown in the system but i am able to process all the sales activities like sales order creation, Delivery Document and Billing Document creation, so i know that stuff that if the copying control is not available then system won't be aloww me to do the single transaction for sales processing..I know this is bit time consuming and cofusing too but i am having faith in YOU. I think now you have understood my problem..so please provide me the solution for that. I shall be great thankful for this.
    Thanks and Regards,
    Bharat B

  • Copying Control Fields are disable

    Hi Friends,
    I am having problem with copying control in SAP SD. While using T- Code VTAF, VTFF etc for copying control, I found all the standard fields are disable but I am able to do all the sale processing. Therefore me doubt is; when there is not even a single field is available in the copying control then how I am able to run all the activities. If these are hidden and maintained in background then how I can able to see the existing fields in copying control. Please reply as soon as possible and clear my doubt. I shall be great thankful to you for this.
    Regards,
    Bharat B

    Hi Friends,
    Thanks for yours kind response to my doubt but the question is still not solved. as i already explain in my question that the available standard fields are disable means they are not in display mode, else these are hidden/invisible, so please try to give me the appropriate answer for that..and one more thing i want to add i.e. standard fields means..the values avialable for source fields and target fields as per the sap standard..as there is no copyning control existing in the system..For instance; copying control from OR to F1, F2 etc, LF to F1, F2 etc are not shown in the system but i am able to process all the sales activities like sales order creation, Delivery Document and Billing Document creation, so i know that stuff that if the copying control is not available then system won't be aloww me to do the single transaction for sales processing..I know this is bit time consuming and cofusing too but i am having faith in YOU. I think now you have understood my problem..so please provide me the solution for that. I shall be great thankful for this.
    Thanks and Regards,
    Bharat B

  • While creating info record mandatory fields are disable .

    hi all,
    while creating info record some  mandatory fields are disable (valid to) in condition what i can do to procede further?
    how i fill data in that  field?

    Hello,
    I think that is set as a mandatrory field. You can give any values in days here. Enter 1 or 2 and proceed.
    Prase

  • Creating PO from PR - some line item fields are disabled.

    Hi All,
    I am creating a PO from purchase requisition through ME21N, from the document flow, I am dragging and dropping the PR into PO screen. While doing this, there are some line items which gets disabled. I want to check where this has been done, I checked in the BADI  and also in screen exits:
    SAPMM06E 0101 CUSTSCR1 SAPLXM06 0101 Subscreen: PO header
    SAPMM06E 0111 CUSTSCR1 SAPLXM06 0111 Subscreen: PO item
    SAPMM06E 0201 CUSTSCR1 SAPLXM06 0201 Subscreen: agreement header
    SAPMM06E 0211 CUSTSCR1 SAPLXM06 0211 Subscreen: agreement item
    SAPMM06E 0301 CUSTSCR1 SAPLXM06 0301 Subscreen: RFQ header
    SAPMM06E 0311 CUSTSCR1 SAPLXM06 0311 Subscreen: RFQ item
    But could not find anything, Please help.
    Regards,
    Madhuri

    Dear Guru's,
    we just facing the already discussed issue that a PO within PLANT from PO-item-level should be part of the PO-output determination. Which userexits have to manipulated to get field PLANT into structure KOMKBEA_FILL especially when PO is still not saved (NO EKKO/EKPO information available) but message is already determined with status "NOT PROCESSED"???
    Thanks for an answer.
    Regards,
    Bernd

  • How to make a page READ ONLY / all fields are DISABLED ?

    Hi all,
    I am using ONE page to do ADD/EDIT/DISPLAY data. When users are in DISPLAY mode, I want all fields on the page to be read only / disabled.
    How is the best approach to do that ?
    (other than going to every fields and set the ReadOnly/Disabled property)
    Thank you for your help,
    xtanto

    Hi Xtanto,
    My business logic is somewhat different - I don't do this for new/editted rows, but based upon other security. You could certainly set something in your backing bean based upon a user clicking "new" or "edit"
    John

  • Unable to enter Acquisition & Accu Dep values in AS91 since fields are grey

    Hi Friends,
    I am not able to enter the acquisition & accumulated values in AS91 as the fields are disabled.My capitalization date i am entering is 01.01.09 which is prior to transfer date.I have done the following to ensure entry via t code AS91.
    1. Set Co. Code Status - 1
    3. Set Transfer Date: 31.03.09 (Since the Go-Live Date is 01.04.09)
    4. Set Last posted period: 3 (FY: is Jan to Dec)
    5. Specify the net book value - Blank
    6. Have done AJAB ( though not required for FY 2008)
    7. Have changed the FY - AJRW
    In Screen layout OA77 & OA78 i could not find fields for Acquisition values & Accu Dep to check whether they are suppressed.
    I tried to see the earlier threads on this issue bu did not succeed.Have i missed out anything ?Please let me know.
    Thanks
    Sunil

    Hi,
    I have just tested your scenario and get your error same like you but why, I think so you gave the capitalization date 31-03-09 (this is date is set for transfer date), fields are display. If you give capitalization date of previous year, itu2019s working perfectly fine. And this is standard practice.
    So you need to upload data of pervious year only by AS91. Not for your current fiscal year capitalization and for this use normal by AS01 (For large data create upload LSMW).
    I hope if you gave the capitalization date of pervious year you will see fields are ready for input.
    Please inform me if its work or not.
    Regards
    Javed

  • Sharepoint Document Information Panel (DIP) and Taxonomy fields are readonly

    In SharePoint 2010 I have a document template with custom content type. When I add new document to a document library Word 2010 opens but taxonomy fields are in read only mode. If I try to save the file then it gives me error that requires the read only
    fields to be filled in. After that I can fill in the taxonomy fields. This happens on my computer with Word 2010 but in the same environment it doesn't happen with some other users. How can I make some changes that taxonomy fields can be filled in the first
    attempt?

    I was facing the same issue on SharePoint 2013 with Word 2013. 
    Everything was working until I decided to install April 2015 CU, while updating the CU I had to cancel the update and since then I was facing different issues. 
    I restarted all app pools from IIS manager, later I noticed that Taxonomy fields are disabled in both list item properties and in Document Information Panel. 
    I ran configuration wizard for sharepoint 2013 and it fixed the problem for me. I hope that this will solve the problem for you as well.
    Thanks.

  • Fields in iView Item Details -create mode- are disabled

    Hello,
    we are using SAP MDM Standard iViews (Item Details) to create new data records.
    In some iViews on specific tables - I coudn't find any logic - the fields are grey and disabled instead of white and ready for data entry after pressing button "create". Does anyone has an idea for this? All parameters are set to enable=yes. The tabels are stadnard flat tables. The Roles in MDM are allowing read/write on the fields.
    Thanks a lot!
    Marc

    Hi Volker,
    I create(d) an iview of type Item Details on this table once -and it works! Then I created a similar iView and it didnt work - the fields are grey
    From what i understood from your problem statement is that you are creating two item details iView refering to the same table say Products.
    It means you are are trying to give provision to edit or create the same record through two separeate item detail iview.Or in other words when you select a single record from the result set iview it should display the details in both the item detail iview and also allow you to edit it.
    I am not sure whether this requirement as you are using the same fields in two independent iviews and expect them to work concurrently.
    I may be wrong but this could be one of the reason why when selecting the fields for modification in one item detail view it is showing greyed out in the other.
    Hope It Helped,
    Thanks & Regards
    Simona Pinto

  • Fields are in disable state

    Hi,
    I am getting all my fields in disable state......
    please help me why i am getting in disable state
    Thanks& Regards
    Ravi Shnkar B

    Hi Ravi,
    May be the attributes which you may have binded with the input feilds is under a node of carinality 0:n. If it is so then <b>change it to 1:n</b>.
    Actually what happens is even if you have mapped the attribute <i>there is no element yet created for that particular attribute</i> if the cardinality of the node is <b>0:n</b>. Hence the feild will be displayed as <b>Disable</b>. When you make it as <b>1:n</b> then a element of that attribute under that node is created. Hence you can see the feilds enabled.
    I hope this solves the problem.
    Regards
    Pravesh
    PS: Kindly consider rewarding points if helpful and solved.
    Message was edited by: Pravesh Verma

  • Hi one pressing enter the fields are converted to upper case

    hi
    in table maintiance module pool program i have created thre are three fields
    kunnr name1 and email id
    now on pressing enter on maintiance screen the all the theree fields are converted to upper case i want to avoid this conversion to upper case....
    pls suggest
    and on pressing enter PAI is callled i want to avoid pai being called at this point of time
    regards
    Arora

    yes i have activated the table
    for tabel mantiance generater it is coming as disble so i suppose no need to gernereate table mantiance gerneartor again/
    ys in dynpro for shp to name uppe or lower case check box is checked but it is coming as disabled.
    pls suggest  how to delect it and wht does upper/lower case check box in special attributed means?
    regards
    nishant

  • All fields are not displayed in SM30

    Dear All,
    I have created one Z-Table with 5 fields. For that Z-Table I have maintained table maintenance generator. Now in SM30 I am able to see only 3 fields, I have checked all the options but I am not able to find out what is the problem that 2 fields are not getting displayed.
    Please tell me what might be the issue?
    warm regards,
    nishu

    HI,
    While generating the TM there is oneoption which can disable some fields in sm30.
    I think they may be the reason in your case.
    regards,

  • The left-click options in the web browser are disabled in the latest version

    In all the previous versions of firefox I've had no issues in the drop down menu when left-clicking to either open a link in a new tab or save highlighted text or even saving an image to my drive. However now with the latest update (20.0.1) I have come across something which disturbs me by the full length of the drop down menu (too long, too much stuff on it) and half the options are disabled, which makes it harder for me to surf the web as I am used to doing. I have taken a screenshot of my issue . I hope it will help. Also, that my OS is windows 7. http://www.darkworlds.se/images/other/firefx20bug.jpg

    This is a problem related to having an outdated version of Firebug, most likely you've disabled automatic update of addons.
    The easiest way to fix this is to go to Tools -> Addons, and then clicking the wheel button up near the search field. From there you choose "Check for Updates" and unless you need specific versions of an addon, choose the "Update addons automatically" while you are there.
    You will most likely have to update Firebug twice, as it updates to an outdated version, and from there to the newest one.
    This is the solution I stumbled upon as I had the same exact problem, where I tried creating a new profile and the likes.

Maybe you are looking for

  • JDK1.4.0.2 Memory usage on Win 2K.

    By default Win2K does not yield much of the requested Java heap space in physical memory. It appears to give a small fraction to physical memory and the rest is kept in virtual memory. I've tuned the platform to have only absolutely necessary system

  • Make asynchronous event handler as synchronous using Powershell

    Hi All, Using custom coding i am able to change the asynchronous event handle to synchronous. Can anybody let me know Is there any other way to change the same. Like Powershell script or any. Without deploying the solution i want to change the event

  • Text Messages are automatically getting deleted

    Hi, Am using BB curve 9300 3G, and OS 6.0... Around 2 months back, i was having issue with my BB so sent it to service center.... When it came back, the OS was upgraded to 6.0 from 5.0...all is fine except now the text messages are getting deleted af

  • Site Definition issues when entering remote info in DWcs3

    good day, I am hoping someone can assist me with getting one of my new sites up and running. I am still on Dreamweaver CS3 as my hard drive at thsi time can not support hte size of CS4. I have created a new website for a friend of mine and she has pr

  • How to make a beep in PC speaker

    Hi, I would like to make a sound from the PC speaker where I can choose programatically the frequency and duration of the sound. I do not want to use the sound card. I do not want to play audio files. I am looking for a method like this: void play(fl