0% found this document useful (0 votes)
30 views5 pages

Adobe Interactive Forms Pag6

Uploaded by

Marta Varino
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
30 views5 pages

Adobe Interactive Forms Pag6

Uploaded by

Marta Varino
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 5

Ho me • T ip s • Tu to r ia ls • F o r u ms N EW • Ce r tific a tio n Q' s • In te r v ie w Q ' s • J o b s • Te s timo n ia ls • Co n ta c t Us

Business Intelligence QlikView.com


BI for Business Users. Easily Share Analysis & OPC to SAP
Insights. Free Download! Connect your plant
floor systems to SAP
using OPC. No
Document Categories: Free Web Development Tool www.WaveMaker.com
programming req'd
Open Source Web 2.0 RAD Tool Cut dev costs 90% www.opc-to-sap.com

ABAPTM FX Trading - Alpari


Adobe Forms High Compression PDF www.luratech.com
(UK)
ABAP-HR Free Downloads! Generate smallest PDF for
Up To $4000 Forex
ALE & IDocs scanner color documents. Bonus. T&Cs Apply
ALV
BAPI
Losses May Exceed
HTML to PDF for .NET www.essentialobjects.com Initial Deposits.
BASIS
BSP
Convert HTML/Url to PDF in .NET app Handle alpari.co.uk/leading-mt4-bro …

Business Workflow anything browser can handle JD Edwards Made


CRM NEW Easy
LSMW Inquiry, Reporting,
SAP Script/Smart Forms
BI/BW
Demo scenario on Adobe Interactive Forms using ABAP Budgeting &
Reconciliation
eXchange Infrastructure (XI) WebDynpro - Part1 software for JDE
Enterprise Portals (EP) www.InsightSoftware.com
eCATT
...Previous
Object Oriented Programming
SAP Query Start Download
Give the name of the action as ‘CLICK’ and press enter.
Userexits/BADIs Download Free File
WebDynpro for Java/ABAPTM Converter Free
Others Download!
www.Download.flvrunner.com

What's New? Optimise your WM


solution
Enable the selection options for the S.A.P Warehouse
data source fields (more than one Management and Task
field at a time) in the extract and Resource
structure Management
Is JavaScript enabled on your Specialist
browser? www.rocket-consulting.com
Assistance class in Web Dynpro
ABAP
Step-by-step tutorial on using
Step-loops
Triggering IDOC using BTE when
Material is changed in MM02
Transaction
SAP Data Archiving
Salt Apps for SAP
Modify Standard Purchasing Report
Output of ME2N
Procedure to configure change
documents for PA and OM Infotypes
BDC using CALL TRANSACTION
method
Uploading Customer Master
Extended Address using BAPI
method
BDC using Session Method
Basic configuration in SAP FI to
create GL accounts
Resolving the truncation of
multi-byte characters in DMEE File
Uploading Customer Master data
using Direct Input Method
Procedure for uploading employee
photos into SAP-HR IT002 Go to the Actions tab of the ‘MAIN_VIEW’ you can see the Action ‘Click’, double click on the action
Demo on Search help exit for the ‘CLICK’.
material
Using the view created in one Web
Dynpro component as a pop-up view
in another component
Creating smartform for the
pre-printed stationary
Executing Function Modules
sequentially using SE37 Transaction
Mass Uploading employee photos
ABAP Quiz HOT

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

Enter name and email address below:


Name:

Email:

Subscribe Unsubscribe

Copy the below code and paste it in the method.

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 .

data wa_zdept type zdept.

* navigate from <CONTEXT> to <ADOBE> via lead selection


Node_Adobe = wd_Context->get_Child_Node( Name = IF_MAIN_VIEW=>wdctx_Adobe ).

* navigate from <ADOBE> to <ZDEPT> via lead selection


Node_Zdept = Node_Adobe->get_Child_Node( Name = IF_MAIN_VIEW=>wdctx_Zdept ).

* get element via lead selection


Elem_Zdept = Node_Zdept->get_Element( ).

* get all declared attributes


Elem_Zdept->get_Static_Attributes(
importing
Static_Attributes = Stru_Zdept ).

wa_zdept-DEPTNO = Stru_Zdept-deptno.
wa_zdept-DNAME = Stru_Zdept-dname.
wa_zdept-LOC = Stru_Zdept-loc.

insert into zdept values wa_zdept.

endmethod.

Your Screen should look like the one shown below.


Now Save and Activate the Webdynpro.

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.

Save the Web dynpro application as local object


Click here to continue...

Stop BW data growth


OutBoard - The smart NLS solution. No seperate
HW or SW.
www.datavard.com

Please send us your feedback/suggestions at [email protected]

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.
SAP, SAP R/3, R/3 software, mySAP, ABAP, BAPI, xApps, SAP NetWeaver, and and any other SAP trademarks are registered trademarks of SAP AG in Germany and in several other countries.
Every effort is made to ensure content integrity. Use information on this site at your own risk.

Graphic Design by Round the Bend Wizards

You might also like