cancel
Showing results for 
Search instead for 
Did you mean: 

How to assign URL to each quotation number?

Former Member
0 Kudos

Hi Experts,

Now we are doing a webdynpro project. We want use webdypro to create or reverse or change quotation. So I think we should assign URL to each quotation number. The URL likes this: http://xxxxxxxxxxx+quotation number.

So anybody who know how to do this?

Thank you in advance.

Richard.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Richard,

Can you elaborate what you are trying to achieve.

You want to change the quatation using Interactive Adobe Form in a Web Dynpro application or have the Quatation details display in the Web Dynpro application using UI elements and change the details and update the same in backend.

In either case you will have to pass the Quatation Number as a parameter to the WDA and based on the above selected options you will have to design your Web Dynpro application.

Regards,

Kedar

Answers (2)

Answers (2)

Former Member
0 Kudos

Thank you. I did it by follow your advice.

ChrisPaine
Active Contributor
0 Kudos

Hi,

you can read URL parameters from a web dynpro application quite easily.

Depending on whether you are using a framework like the FPM, or just a straight WD app, the approach is slightly different.

here is one blog where some information is transported via a URL parameter

[Data communication between ABAP and Web Dynpro ABAP application|http://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/14725] [original link is broken] [original link is broken] [original link is broken];

NB - I don't think the use of database tables to persist info passed between applicaitons is the best solution - but it is one, and one that works well especailly in multi server environments

and an article where they also pass parameters to a WD app via the URL.

[Get Started Developing Web-Native Custom SAP Applications with Web Dynpro for ABAP|http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/6081997d-b33d-2a10-2ea5-f945b3467927]

This is a nice step by step article which is aimed at those with little WD knowledge - and probably works better for your particular scenario.

Good luck,

Chris