Adobe Interactive Forms Pag6
Adobe Interactive Forms Pag6
Contribute?
Sample Specs
What's Hot?
You can see the Method ONACTIONCLICK. Here you can code your business logic, you can call a
BAPI or a function module based on the requirement. We are going to code for inserting the values
Web Dynpro for ABAP Tutorials
into the table zdept, the values will come from our adobe form.
Join the Mailing List
Email:
Subscribe Unsubscribe
method ONACTIONCLICK .
data:
Node_Adobe type ref to If_Wd_Context_Node,
Node_Zdept type ref to If_Wd_Context_Node,
Elem_Zdept type ref to If_Wd_Context_Element,
Stru_Zdept type If_Main_View=>Element_Zdept .
wa_zdept-DEPTNO = Stru_Zdept-deptno.
wa_zdept-DNAME = Stru_Zdept-dname.
wa_zdept-LOC = Stru_Zdept-loc.
endmethod.
Create a Web dynpro application as shown below. Just right click on the node ‘ZADOBE’ and
from the context window select createàWeb Dynpro Application.
Enter the Application name as ‘zadobe’ as shown below.
Home • Contribute • About Us • Privacy • Terms Of Use • Disclaimer • Safe • Companies: Advertise on SAPTechnical.COM | Post Job • Contact Us