Different WebDynpro APIs

Download as doc, pdf, or txt
Download as doc, pdf, or txt
You are on page 1of 2

Different WebDynpro APIs:

1. Runtime APIs.
2. Runtime Repository APIs.
3. Context APIs.
4. Personalization APIs.
5. Portal Integration APIs.

WebDynpro Runtime APIs:


1. IF_WD_ACTION
2. IF_WD_COMPONENT: The IF_WD_CONTROLLER interface enables you to access information using an active Web
Dynpro component.
data:
l_componentcontroller_api type ref to if_wd_component.
l_componentcontroller_api = wd_this->wd_get_api( ).

EG: METHODS
GET_WINDOW_MANAGER
This method gets a reference to the window manager.
GET_PORTAL_MANAGER
Method to get a reference to the portal manager.

3. IF_WD_COMPONENT_USAGE
4. IF_WD_COMPONENT_USAGE_GROUP
5. IF_WD_CONTROLLER
6. IF_WD_MESSAGE_MANAGER
7. IF_WD_NAVIGATION_SERVICES
8. IF_WD_NAVIGATION_SERVICES_NEW
9. IF_WD_VALIDATION

10.IF_WD_VIEW
11.IF_WD_VIEW_CONTROLLER
12.IF_WD_VIEW_ELEMENT
13.IF_WD_WINDOW: Interface IF_WD_WINDOW enables a popup to be opened, closed, and edited.
EG: METHODS:
OPEN
CLOSE
SET_WINDOW_TITLE
SET_WINDOW_POSITION
SET_WINDOW_SIZE

14.IF_WD_WINDOW_CONTROLLER
15.IF_WD_WINDOW_MANAGER : Interface IF_WD_WINDOW_MANAGER you can create various Windows and
popups.
EG: METHODS:

CREATE_WINDOW
CREATE_POPUP_TO_CONFIRM
CREATE_EXTERNAL_WINDOW
16.CL_WD_CUSTOM_EVENT

Context APIs:
1. IF_WD_CONTEXT
2. IF_WD_CONTEXT_NODE
3. IF_WD_CONTEXT_NODE_INFO
4. IF_WD_CONTEXT_ELEMENT
5. Structure WDR_CONTEXT_ATTRIBUTE_INFO
6. IF_WD_CONTEXT_NODE_RANGE

You might also like