Vous êtes sur la page 1sur 6

1/30/2014

ABAP Web Dynpro Interview Questions Answers Realtime

HOME
Home

ABAP INTERVIEW QUESTIONS

About Us

Contact US

Cross Applications

RFC

BAPI

Privacy Policy
ALE IDOC

REPORTS
SAP

DIALOG PROGRAMMING
Downloads

Object Oriented ABAP

SCRIPTS

SMARTFORMS

BDC

ENHANCEMENTS

SAP Interview Questions with Answers Books


Web Dynpro

Work Flow

Downloads

Your contribution can keep this blog alive!!!

SAP ABAP Interview Questions


Like

1,336 people like SAP ABAP Interview Questions.

Facebook social plugin

ABAP Web Dynpro Interview Questions Answers


Realtime
+1 Recommend this on Google

GOOGLE TRANSLATOR
Select Language
Pow ered by

Translate

FOLLOW BY EMAIL
Email address...

Submit

Search

ABAP Web dynpro, Web Dynpro ABAP Interview


Questions, SAP Webdynpro ABAP Real Time
Interview Questions and Answers.
Web dynpro ABAP, SAP Web Dynpro for ABAP, SAP
WDA is the standard SAP technology to develop the web
based applications using the SAP's standard programming
language called ABAP/4. Here in this post we are going to provide real time interview
questions and answers on SAP Webdynpro ABAP. These real time interview
questions are helpful for the ABAPer's who are going to attend interviews on Web
Dynpro ABAP. Refer this post for more details and real time interview questions on
SAP Webdynpro ABAP. Click on read more to read this article.

FOLLOW US ON TWITTER!

SAP ABAP Interview


Follow

+1

+ 96

POPULAR POSTS
50 SAP ABAP Interview Questions for Freshers &
Experienced

ABAP Webdynpro Interview Questions and Answers

ABAP Object Oriented Interview Questions Answers


ALE-IDOC-Interview-Questions

SAP Webdynpro ABAP Real Time Interview Questions and Answers-2, SAP
Webdynpro ABAP, SAP Web Dynpro for ABAP, SAP WDA is the standard SAP
technology
to develop the web based applications using the SAP's standard
A ds by F reecorder A d O ptions
programming language called ABAP/4.

Here in this post we are going to provide real time interview questions and answers on
SAP Webdynpro ABAP. These real time interview questions are helpful for the ABAPer's
who are going to attend interviews on Web Dynpro ABAP. Refer this post for more
details and real time interview questions on SAP Webdynpro ABAP.

SAP Project Management Realtime Interview


Questions Answers
Object Oriented ABAP OOABAP Tutorials-5 Working
with Methods
SAP Web Dynpro ABAP Interview Questions
Answers
SAP Script Interview Questions
SAP ALV Report Interview Questions
SAP BADI Interview Questions
Web Dynpro ABAP Interview Questions Answers

Webdynpro ABAP Real Time Interview Questions Answers


A ds by F reecorder

http://www.sapabapiq.com/2013/07/sap-web-dynpro-abap-real-time-interview.html

A d O ptions

1/6

1/30/2014

ABAP Web Dynpro Interview Questions Answers Realtime

Read Part-1 Questions Here

21)What is the usage of Exit Plug in a Webdynpro?

Window Exit plugs are outbound plugs used to close the webdynpro application.

They can be called from the view, which are embedded in the window Note: Exit plugs
won't work in portal environment.

BLOG ARCHIVE
Exit plugs can also be used to pass the call to another URL. Here is the sample code
snippet of the exit plug call:
method onexit .
data url type string.data close_window type wdy_boolean.url = 'url_name'.

2014 (14)
2013 (64)
December (4)
November (4)
October (1)

close_window = abap_false.

September (5)

wd_this->fire_to_exit_plg( url = urlclose_window = close_window ).

August (8)

endmethod.

July (2)
Webdynpro Java Real Time Interview Questions
ABAP Web Dynpro Interview Questions
Answers Realti...

22) Why FQDN? What is the necessary of FQDN?

June (4)
May (5)

FQDN (Frequently Qualified Domain Name) is necessary for running


webdynpro ApplicationsRefer to sap help:

April (7)
March (4)

http://help.sap.com/saphelp_erp2005/helpdata/en/67/be9442572e1231e10000000a155
0b0/content.html

February (18)
January (2)
2012 (74)

23)What is the standard ALV Component required creating ALV Reports in Webydnpro?

TOTAL PAGEVIEWS
SALV_WD_TABLE

4 3 5 7 8 0

24) How do you build Select Options in Webdynpro?

Using the standard webdynpro component WDR_SELECT_OPTIONS

You can refer to the example

WDR_TEST_SELECT_OPTIONS

25) How do you build F4 Search Help in Webdynpro?

A F4 help for an input field can be made available by attaching the search help to the
table field.

http://www.sapabapiq.com/2013/07/sap-web-dynpro-abap-real-time-interview.html

2/6

1/30/2014

ABAP Web Dynpro Interview Questions Answers Realtime

Usage of standard help component WDR_OVR.Creating a component for help and


attaching it to the node element as freely programmed value help

26) Explain how are Plugs (Inbound/Outbound) bounded in the Window?

Plugs are created in the view and bounded in the window by using the drag drop option
in the window view.

27) How do you Control the visibility of the Webdynpro UI elements programmatically?

Create a context element of type wdui_visibility and bind to the visibility property of the
UI element.

28) What is the use of Interface views/nodes in Webdynpro?

Interfaces nodes and views are created to use them in other webdynpro components.

29) How do you navigate between different Webdynpro applications?

create a navigation class and trigger the target application to be called.

30) What are the webdynpro init events and what is the sequence of trigger Sequence?

WDDOINIT of the component controller,

WDDOINIT of the Window Controller,

WDDOINIT of the View Controller.

31) How the Error messages created and handled in webdynpro?

Create a message UI element in the view and trigger the message required (Error,
warning, status) using the code generation wizard.

32) What is an OTR and mention its usage in Webdynpro?

Online Text Repository is the central storage for texts for webdynpro applications.

An OTR can be fetched in the program using the below mentioned code.

http://www.sapabapiq.com/2013/07/sap-web-dynpro-abap-real-time-interview.html

3/6

1/30/2014

ABAP Web Dynpro Interview Questions Answers Realtime

data: lv_string type string.lv_string = cl_wd_utilities=>get_otr_text_by_alias( alias =


'PACKAGE/OTR_NAME' ).

33) Can text elements be used in webdynpro? If yes how?

Yes text elements can be used in webdynpro.Refer to the below code snippet.

data: lv_string type string.lv_string = wd_assist->


if_wd_component_assistance~get_text( '025' ).

34) What is the use of Road Map UI element?

Roadmap UI element is used to display step-by-step work flows.

It can used to clearly define a process.

35) What are exit plugs? How are they created?

Exit plugs are used to exit from the webdynpro page or a webdynpro window.Exit plugs
are created in the window.

36) Is it possible to hide F4 function for an Input element programmatically?

Yes it is possible to hide F4 function attached to an input field.

Use the interfaceif_wd_context_node_info and the method

set_attribute_value_help

37) Explain, how do Webydnpro Upload and download functions work?

File upload UI element is used upload files from desktop the application.

There is also restriction on the max data volumes that can be uploaded.

File download UI element is used to download files to the client.

38) Explain the concept of Road Map UI element in Webdynpro?

Refer to the link:

http://www.sapabapiq.com/2013/07/sap-web-dynpro-abap-real-time-interview.html

4/6

1/30/2014

ABAP Web Dynpro Interview Questions Answers Realtime

Road map UI element webdynpro for abap

39) How to create popup in webdynpro?

Create a view and embed the view in the window and call the window to trigger the
popup.

40) Explain the concept of OVS and its usage?

WDR_OVS is the standard webdynpro component to generate F4 helps for the input
field.

OVS refers to Object value selector.

Read More Questions at Part-3

For More Real Time SAP ABAP Interview Questions:

SAP-Webdynpro-ABAP-Real-Time-Interview-Questions-Answers-1

SAP-Webdynpro-ABAP-Real-Time-Interview-Questions-Answers-2

SAP-Webdynpro-ABAP-Real-Time-Interview-Questions-Answers-3

Dear ABAPer's if you know any SAP Webdynpro ABAP interview questions please
leave a comment in below comment box, it'll helpful for the fellow readers.

"You found the information helpful and want to say thanks? Your donation is enough to
inspire us to do more. Thanks a bunch!"

Posted in: ABAP Interview Questions, SAP ABAP Interview Questions, SAP Webdynpro ABAP, Webdynpro

New er Post

Home

Older Post

0 comments:
Post a Comment
Note: only a member of this blog may post a comment.

http://www.sapabapiq.com/2013/07/sap-web-dynpro-abap-real-time-interview.html

5/6

1/30/2014

ABAP Web Dynpro Interview Questions Answers Realtime

Enter your comment...

Comment as:

Publish

Google Account

Preview

Categories

ABAP Interview Questions (98) ABAP Open SQL Statements (1) ABAP Syntax Rules (5) ABAP WORKBENCH (2)
ALE IDOC (4) ALE IDOC Interview Questions (4) ALV Interview Questions (3) BADI (2) BAPI (1) BAPI Interview Questions (1) BDC (6)
BDC Interview Questions (6) Classical Reports Interview Question (2) Conditional Statements (1) Cross Applications (3) Data
Dictionary (22) Data Type Questins (1) Data types (1) Dialog programming (5) Dialog Programming Interview Questions (4) DOMAIN
Interview Questions (1) IDoc Tutorials (2) Interactive Report Interview Questions (3) Internal Tables (1) Lock Object Interview Questions (1)
Logical Database (1) Modularization Interview Questions (4) Module Pool Programming (5) Object Oriented ABAP (17) Object

Oriented ABAP Interview Questions (14) OOABAP (8) Reports (11) Reports Interview Questions (9) RFC (1) RFC Interview
Questions (1) SAP

ABAP Interview Questions (25) SAP ABAP Introduction (44)

SAP ABAP Message Types (2) SAP

SAP Basics (64)

BADI Interview Questions (2)


SAP Books (2) SAP Certification (1) SAP CONSULTANTS (5) SAP
ENHANCEMENTS (3) SAP EXITS (2) SAP EXITS ( SAP ENHANCEMENTS ) Interview Questions (1) SAP Free Books (1) SAP HR (2) SAP
Lock Object (1) SAP Open SQL Statements (1) SAP R/3 Architecture (4) SAP Search help (1) SAP Smartforms (1) SAP Smartforms
Interview Questions (2) SAP Tables (5) SAP Tcodes (9) SAP Views (1) SAP Webdynpro ABAP (12) SAP Work Processors (2) SAP
Workflow (3) Scripts (3) Scripts Interview Questions (2) Search Help Interview Questions (1) Smartforms (1) Table Maintenance
Generator (1) Tables in SAP (2) Tables Interview Questions (3) Type Group Interview Questions (1) Variable Declaration (1) Views
Interview Questions (1) Webdynpro (12)

Protected Blog

Copyright 2013 SAP ABAP Interview Questions | Powered by Blogger

This blog is not affiliated to SAP AG |SAP is trademark of SAP AG |The information collected from various sources use information w ith your ow n risk.

A ds by F reecorder

http://www.sapabapiq.com/2013/07/sap-web-dynpro-abap-real-time-interview.html

A d O ptions

6/6

Vous aimerez peut-être aussi