| Home • Tips • Tutorials • Forums • Certification Q's • Interview Q's • Jobs • Testimonials • Contact Us | ||||||||||||||
Document Categories:
What's New?
Contribute?Sample SpecsWhat's Hot? |
Value help in Adobe interactive forms...Previous Static/Context based Value Help
Instead of standard value help we can add custom value help;
this can be form context of Adobe form. In this case there is need of coding.
For this value help you need to have a context node with two fields one for
value and another for corresponding text. As we are proceeding with WebDynpro
ABAP, we need to fill this node WDINIT method of WebDynpro view or controller. Step1: Create a context node with Value and Text. Text is
optional here.
Step2: Select corresponding Values and texts into one
internal table or populate internal table with possible values and bind that
internal table to context node. Sample Coding: * Create
internal table types: begin of x_country ,
wd_context->get_child_node( name = wd_this->wdctx_adobedata ).
lo_nd_adobedata->get_child_node( name = wd_this->wdctx_countrynode ). Step3: In Layout editor Choose field Enumerated Drop-down List form
Library Palette and place on the layout
Step4: Go to Object Palette and in Field tab click List Item
link as fallows.
Step5:
One pop-up screen will come and there you need to set Binding properties Items,
Item Text and Item Value as shown below and Press OK. Items-> Context node Item Text-> Text field in Context node Item Value-> Value field in Context node
Now you are done with implementing Static/Context based value
help for you adobe interactive form. Save and activate your form and test
application. Now you can see Static/Context based value help once you click
drop-down link on adobe form. Comparison
|
|||||||||||||
|
Please send us your feedback/suggestions at webmaster@SAPTechnical.COM Home • Contribute • About Us • Privacy • Terms Of Use • Disclaimer • Safe • Companies: Advertise on SAPTechnical.COM | Post Job • Contact Us ©2006-2007 SAPTechnical.COM. All rights reserved. All
product names are trademarks of their respective companies. SAPTechnical.COM
is in no way affiliated with SAP AG. Graphic Design by Round the Bend Wizards |
||||||||||||||