cancel
Showing results for 
Search instead for 
Did you mean: 

help me please!WebDynpro:get value frm SAP backend n display on adobe form

Former Member
0 Kudos

Can anyone help me!

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi ,

Just follow this Steps:

1] Create a Method execute<BAPINAME> in customer controller.

2] In customer controller init

Add this lines:

BAPI_Input Input=new BAPI_Input();

wdContext.nodeBAPI().bind(Input);

3] In <BAPINAME> write this code:

BAPI_Input ModelObject=wdContext.BAPIElement().modelObject();

ModelObject.setContact_Id(inputParameter);

ModelObject.execute();

wdContext.nodeBAPI().nodeBAPIOutput().invalidate();

4] Called this function in View Action Event for the Button.

Also go thr this link

Regards,

Kiran Yadav

Former Member
0 Kudos

thanks Mr Expert . this is a very helpful for the step after mapping.

But i am having problem in the mapping. can you illustrate the steps too?

thanksl.

Former Member
0 Kudos

Hi ENg beng LEe ,

No need to create the value nodes.it works with model nodes as well. Directly map ur component controller to view. insert the Interactive form ui element in ur view. open ur form in AdobeLifeCycle Designer . in that u can find ur nodes in Data View. map those to ur ui elements in form.

For mapping i m not very sure what exactly is ur problem, bcos its not very clear in ur question. Double click on ur component. open the diagram & drag a link between ur component controller & view.

For mapping to model , use same steps for component controller & model .

check this for more clarity

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/user-interface-tec...

regards

Sumit

Edited by: Sumit Malhotra on Feb 28, 2008 2:49 PM