cancel
Showing results for 
Search instead for 
Did you mean: 

quotations creations using webdynpro

abdulgaffarmohd
Participant
0 Kudos

hi dynpros,

I am new to sap webdynpro we are having requirement like ,

we need to give one link in which vendors can quote there quotations,

does can we develope with the webdynpro .

give me steps to acheive this targets .

Accepted Solutions (0)

Answers (2)

Answers (2)

saket_abhyankar
Active Participant
0 Kudos

Hi Abdul,

As per my understanding of ur requirement, this can be achieved. Follow the steps:

1) Create view (a) and make it as default

2) add 'linktoaction' UI element on that view

3) develop another view (b) which will have all ui elements required for quotation

4) in the method of linktoaction ui element call view b

This will call the Quotation view when clicked on link

Ragards,

Saket

Edited by: Saket Abhyankar on Dec 17, 2009 11:51 AM

abdulgaffarmohd
Participant
0 Kudos

hi dynpro(s),

can you provide me an example according to my requirement it will be very use full.

or else can i find any demo related to my case.

Regards,

abdul

Former Member
0 Kudos

hi ,

develop ur WD Application like this :

1 go to SE80 , give the name of ur component , for ur component a default View wud be created

2 in this view , go to the TAB LAYOUT

3 right click on the root element container and choose Insert Element

4 insert a LinkToURL UI

5 create another view in the same Window , name it say VIEW2

6 now in ur RootElemnt Container , insert UI elements as per ur requiremnt

7 now u wud wish to navigate from the VIEW to VIEW2 ,

so u need to create plugs

Refer this thread :

and this presentation, how to navigate between views :

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/media/uuid/e54443e7-0b01-0010-2181-d8141...

8 In the OnAction of ur LinkToURL UI , fire the plug to navigate to the VIEW2

regards,

amit

saket_abhyankar
Active Participant
0 Kudos

Hi Abdul,

As per my understanding of ur requirement, this can be achieved. Follow the steps:

1) Create view (a) and make it as default

2) add 'linktoaction' UI element on that view

3) develop another view (b) which will have all ui elements required for quotation

4) in the method of linktoaction ui element call view b

This will call the Quotation view when clicked on link

Ragards,

Saket