cancel
Showing results for 
Search instead for 
Did you mean: 

Accept Reject Functionality in Internal Sales Rep BP

Former Member
0 Kudos

Hi Experts

We have implemented Internal Sales Representative 1.4

The requirement is to give the user an ability to accept or reject the quotations created. As we can display the quotation in POWL similarly I need open a quotation in display format to the user from his UWL and provide a button to accept/reject the quotation.

So My question is

1) How can we open the quotation in UWL in display mode for user to see the details of the quotations similar to what we have in POWL. How do we pass the quotation no in the application/iView based on the application to open the quotation no.?

2) Can we customize the webdynpro applications for Internal Sales Representative to add an extra button to accept or reject ?

If yes, does any one have any document how to customize the applications in Internal Sales Rep.

Any help highly appreciated

Regards

Sonal

Accepted Solutions (0)

Answers (1)

Answers (1)

piyush_kumar6
Active Contributor
0 Kudos

Hi Sonal,

How can we open the quotation in UWL in display mode for user to see the details
 of the quotations similar to what we have in POWL.

The quotation will not come directly to UWL ,In simple way i can say if we need any details in UWL either for

Approve or Reject or for simple display we will have to design workflow.

Whatever you have mentioned is quite possible we can achieve this ,Ask your work Flow team they will

help you in this .

Regards,

Piyush

Former Member
0 Kudos

HI Piyush

Thanks for your response.

I understand that to open the quotations or any other work item in UWL we would have to design a workflow.

My problem is as

Currently in POWL, to view a quotation when we click on the quotation number, an iView Lean_Order which is a webdynpro abap application opens up with Business object operation as Display.

I am not sure how and what all parameters a business operation passes to webdynpro application that a particular quotation is opened up in display mode in the iView Lean_Order (If you try previewing the iView in pcd directly , it prompts user to enter the quotation number )

Similarly I want to open the quotation in display mode may be using the same iView but I have no idea how and what parameters I would need to pass in the webdynpro application as Business Operation 'Display' passes to the webdynpro application. How do I need to customize the code in webdynpro application to accept and process wi_id parameter ?

I hope I made myself clear this time.

Regards

Sonal

former_member182598
Active Contributor
0 Kudos

Hi Sonal,

You can easily get this information by putting a debug point in the WebDynpro application.

Start with looking at the application parameters and onPlugDefault() method of the window controller. As you mentioned it's using Display Business operation, it's certainly using OBN. YOu can configure the UWL to launch this iView with display operation.

Thanks

Prashant