Tag Archives: dynpro

  • Steps To Create A Simple SAP ADOBE Form And Calling It In A Web Dynpro ABAP Application

    In this step by step guide we will create a simple SAP Adobe Form showing employee address and then call this form in our Web Dynpro ABAP Application. To develop SAP Adobe forms you will require the Adobe Life Cycle Designer installed in your system and Adobe Document Services (ADS) installed and configured on the server.

    Step 1. Creating The Form Interface

    Go to transaction code SFP. Select the radio button ‘Interface’, give a name to your interface and click on the create button.

     SAP Form Builder

    In the Create Interface pop-up give a description and then click on the ‘Save’ button.

    Create an SAP Interface

    Provide the Transport package and the transport request details.

    Double click on the import parameter of the form interface and create a     new import parameter PERNR of type PERNR-PERNR.

  • How To Use Inbound And Outbound Plugs In SAP Web Dynpro ABAP Programs

    In a previous article we have seen how to create a simple SAP Web Dynpro ABAP application with only one view. Now, in this article we modify that application by adding one more view and learn how to navigate between two views using inbound and outbound plugs.

    Step 1. Adding Views

    1.1 Go to Transaction SE80, choose Web-Dynpro-Comp. / Intf. in the object list and enter the name of your Web Dynpro application (Y_FIRST_WEBDYNPRO) and click on Display.

    Adding Views To Object Navigator