documentwf

12
SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap .com | BOC - boc.sap.com © 2009 SAP AG 1 Adobe Forms : The First Step - SFP T - Code the Adobe form Builder Applies to: SAP ABAP , Adobe Live cycle Designer ES , mySAP ECC 6.0, SAP

Upload: zaheerahmad

Post on 19-May-2017

212 views

Category:

Documents


0 download

TRANSCRIPT

SAP COMMUNITY NETWORKSDN -sdn.sap.com| BPX -bpx.sap.com| BOC-boc.sap.com 2009SAP AG1Adobe Forms:The First Step -SFP T-Code the Adobe form BuilderApplies to:SAP ABAP, Adobe Live cycle Designer ES, mySAP ECC 6.0, SAP NetWeaver2004s.For more information, visit the ABAP homepage. SummaryAdobe forms is very efficient alternative for the Smartforms and also allows other good features for the next generation document services with SAP technology but for the exploration of those future possibilities you need to know the basics of the Adobe forms. This tutorial is first step toward adobe forms and will help beginners to ABAP and SAP builds confidence in developing new age solutions in SAP.Author:Gaurav PatwariCompany:Torrent Power Ltd.Created on:15 December 2009Author BioBy education Gauravis B.E. Information Technology, He is working as a Chief SAP ABAP Developer, SAP XI developer as well as SAP HCM Functional team member with Torrent Power Ltd. Indias one of the best Power Industry. Hiscurrent technical work includes development with following ABAP, ABAP HR, SAP XI, ABAP Objects, Smartforms,Adobe formsBDC, BAPI, SAP Enterprise Portal, and SAP Web dynepro for Java.Adobe Forms: The First Step -SFP T-Code the Adobe form BuilderSAP COMMUNITY NETWORKSDN -sdn.sap.com| BPX -bpx.sap.com| BOC-boc.sap.com 2009SAP AG2Table of ContentsSFP: Adobe Form Builder...................................................................................................................................3SFP: Adobe Form Builder...............................................................................................................................3Form Interface.................................................................................................................................................3Create Interface..............................................................................................................................................4Select the Package.........................................................................................................................................4Default Initial Screen for the Interface.............................................................................................................5Create New Parameter...................................................................................................................................5Append Row for CARRID...............................................................................................................................6Save, Check & Activate...................................................................................................................................6Create Form....................................................................................................................................................7Mention Interface for Form..............................................................................................................................7Mention Package and Provide the Request for the Form...............................................................................8Drag N Drop CARRID.....................................................................................................................................8Go for the Layout............................................................................................................................................9Go for the Form Designing............................................................................................................................10Create a Title Text.........................................................................................................................................10Create Text Field...........................................................................................................................................11Click Object Tab

Value tab.......................................................................................................................12Click Object Tab

Binding..........................................................................................................................13Binding Properties.........................................................................................................................................15Click on Save, Close & Activate....................................................................................................................15Test the Form................................................................................................................................................16Print Preview.................................................................................................................................................17Final Output...................................................................................................................................................17Related Content................................................................................................................................................18Disclaimer and Liability Notice..........................................................................................................................19Adobe Forms: The First Step -SFP T-Code the Adobe form BuilderSAP COMMUNITY NETWORKSDN -sdn.sap.com| BPX -bpx.sap.com| BOC-boc.sap.com 2009SAP AG3SFP: Adobe Form BuilderSFP is nothing but the form builder with Adobe live cycle designer. As Adobe form builder is new and evolving technology there's scarcity for the guide for the new developers and the solution architects in SAP and as adobe is lead document services software vendor interesting features are available with it and can be provide to the client for the betterment of the custom solution proposed.Before starting this tutorial, please ensure that Adobe life cycle designer is installed on your system and Adobe designer is configured on your server.In this tutorial, we would pass a parameter (CARRID) to the form and print the same with a page heading.SFP: Adobe Form BuilderEnter the T-code in SAP command bar as SFP.Form InterfaceFor every form, an interface is mandatory. Firststep to create a custom adobe forms is to create form interface.Click on form interface radio button.Provide name YDEMO_INTERFACEand click on Adobe Forms: The First Step -SFP T-Code the Adobe form BuilderSAP COMMUNITY NETWORKSDN -sdn.sap.com| BPX -bpx.sap.com| BOC-boc.sap.com 2009SAP AG4Create InterfaceProvide the description and select the interface type as ABAP Dictionary-Based Interface.Select the PackageAs it is sample form I am providing it Local Object and Same way for the request in the next step.Adobe Forms: The First Step -SFP T-Code the Adobe form BuilderSAP COMMUNITY NETWORKSDN -sdn.sap.com| BPX -bpx.sap.com| BOC-boc.sap.com 2009SAP AG5Default Initial Screen for the InterfaceYou will find the upcoming screen as show below divided into two one having parameterswhich will have one default parameter as show in below figure.Default Parameter available on creation of interface.Create New ParameterFor example create CARRID, click on Append RowAdobe Forms: The First Step -SFP T-Code the Adobe form BuilderSAP COMMUNITY NETWORKSDN -sdn.sap.com| BPX -bpx.sap.com| BOC-boc.sap.com 2009SAP AG6Append Row for CARRIDFollow as per below show figure.Save, Check & ActivateClick on to Save.Click on to activateAdobe Forms: The First Step -SFP T-Code the Adobe form BuilderSAP COMMUNITY NETWORKSDN -sdn.sap.com| BPX -bpx.sap.com| BOC-boc.sap.com 2009SAP AG7Create FormReturn back the main screen of SFP and click on radio button for Form and provide name YDEMO_FORMand click on Mention Interface for FormProvide the description forthe form and also the previously created Interface form.Click on Save as shown in below figure.Adobe Forms: The First Step