Questions tagged [webdynpro]

Web Dynpro is a web application user interface developed by SAP AG and exists in both ABAP and Java versions.

WebDynpro is a client-independent programming model used for developing sophisticated user interfaces for web based business applications.Dynpro means Dynamic Program.

The naming conventions to be followed while developing Web Dynpro applications is :

Web Dynpro context names should use only the characters A..Z, a..z, 0..9, _ . Digits can be used only from 2nd position. The JAVA naming conventions can be followed but avoid using unicode characters to keep the names simple. However one should avoid using the prefixes wd, WD or IWD since these are the prefixes used during generation of internal coding entities.

Basic Concept :

1. View – is the central logical layout element in the Web Dynpro application.It is responsible for the presentation logic and for the browser layout.

Description of a visible screen area Contains and lays out controls (aka widgets) Defines actions (i.e. relevant input on controls by the user), which trigger event handling

2. Controller – active part of web dynpro application,handles the data flow between the model and the view in both directions

Performs event handling Each component has a component controller Each view has a view controller Custom controllers may be added for further structuring

3. Model – is the interface to the back end systm and is responsible for providing data to the entire application.

Represents the data in the backend

4. Component

Reusable UI program package Mostly contains views, often uses models Communicates with other components via component interfaces

5. Application

Something runnable (from client application, i.e. web browser) Identified by URL Running an application means starting a component, navigating” to an initial view in an initial window.

6. Windows

Single UI unit representing a component’s user Interface/View Composition needed for embedding purposes.

7. Context

A controller contains a context which holds the data. The data flow between the contexts is referred to as context mapping..

87 questions
0
votes
2 answers

Null Pointer Exception when creating new model or reimport a model

I'm trying to create or import a model, I find this error below. I am using SAP NetWeaver Developer Studio 7.0, apparently there is some incompatibility of some java plug-in for this platform to be run on Windows 7. Any help!? An internal error has…
-1
votes
3 answers

Develop an ALV-alike Web Dynpro Component

Is there a way to develop an ALV-alike Web Dynpro component? If yes can someone show me a link, an article or Google search keywords about how-to? [update] Thank you 4 ur replies. But I am asking how to develop my own alv, not how to use ALV.
Dustin Sun
  • 5,292
  • 9
  • 49
  • 87
-1
votes
1 answer

custom field does not get updated after entering once - FPM_REFRESH not working

I have enhanced BP data model with custom entity, TYPE 4, updated the mappings and GenIL UI. When I create a CR to add data on these custom fields, I can enter only once. If I enter say value '1' on the field and I am still on the same UIBB, I am…
srinu
  • 59
  • 4
-1
votes
1 answer

WebDynpro ABAP Application Development Issue

I am trying to develop WebDynpro Abap, but I am facing the following error, Can anyone advise me how to resolve this issue, or I am missing any authorizations. Thanks, Eliza
Eliza
  • 1
  • 2
-1
votes
1 answer

How to suppress to perform a webdynpro-method from the pre-exit

I want to check condition in pre exit method, if that condition is false then I have to come out of the method, without calling original method.
-1
votes
1 answer

is it possible to restrict file type only for pdf and exel file type in webdynpro abap file uploader?

I am trying file uploder in webdynpro abap but I want it for some file types like .pdf and .xls only.Actually I have to enhance my existing webdynpro code for this.
-1
votes
1 answer

Sap Portal NetWeaver 7.4: jxl.read.biff.BiffException: Unable to recognize OLE stream

I migrated web dynpro java 7.0 to 7.4. I have an issue when I upload an excel file. jxl.read.biff.BiffException: Unable to recognize OLE stream I have reference to a document "Upload Excel File With Example Web Dypro for Java" but I still have an…
hhoang
  • 1
  • 2
-1
votes
1 answer

Remove duplicates form arraystring

I have filled in an ArrayList of strings with suppliernumbers. This list contains duplicates values so I want to delete them with the HashSet. I get following error: Invalid expression as statement On line => Set set = new HashSet(leveranciers);…
-1
votes
3 answers

Java editor of Web Dynpro is not found in SAP NWDS

I moved my Web Dynpro from NWDI 7.0 to 7.3, and since then I can't open Java editor for my Web Dynpro program in 7.3 release. Please help. Thanks.
jim
  • 1
  • 2
-2
votes
2 answers

field IDs in SAP NetWeaver Web Dynpro components

Is there a way to extract the field IDs of SAP Web Dynpro components? I need them to set up a stable automatic testing environment.
tmax_dev
  • 29
  • 1
  • 5
-3
votes
1 answer

New to ABAP GUI Programming - what to learn?

I am new to ABAP programming. To prepare myself for my new job, I am reading ABAP books. During reading, I learned that ABAP has several legacy elements to keep it backwards compatible with older SAP releases. Regarding GUIs, I am reading about…
SDD64
  • 706
  • 13
  • 28
-7
votes
2 answers

SAP UI5 vs web dynpro

I am new in SAP.but i am confused b/w SAP UI5 and Webdynpro.I have some points of confusion. (1) Is Webdynpro plays role like Servlets and JSP for middle ware programming. (2) IS UI5 is replacement of Webdynpro. (3) or UI5 is only a like front end…
satya
  • 31
  • 5
  • 11
1 2 3 4 5
6