cancel
Showing results for 
Search instead for 
Did you mean: 

Problem with adding new Input Element to a iView

Dheerendra
Participant
0 Kudos

Hi to all,

I developed an application using WebDynpro Tool (using Java) and i get Struck with one problem.

My Problem is that, i want to add a new input control (Input Fields), and as i add this input fields control to my application and also i gave its "Value" attribute from the context in which i have a BAPI, and i mapped that attribute to its value, and Rebuild the application(with no Errors) and then when i Deployed or Run that application to the server then i got that input field as in invisible mode.......like i can not input on that input fields...as that input field is hidden by some interface, as it does not allow me to enter any thing on that input control.

Plz Help me , I got toooooo much Puzzled by this Irritating behaviour of the WebDynpro Tool.......:-(

Regard's

Dheerendra Shukla

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Dheerendra,

The cardinality of the node is 1..1 for the input fields.

you can bind another node for the input fiels and can be assign it to the BAPI attribute.

wdContext.current<BAPI>element().set<ParamValue>(wdContext.current<Local>Element.get<Value>());

Kind Regards

Mukesh

Former Member
0 Kudos

Hi Shukla,

Ensure that the window which your view is embeded is set to true(windows default property is <b>true</b> and check other UIElements visibility

Regards,

Saravanan K