cancel
Showing results for 
Search instead for 
Did you mean: 

Warning to be dispalyed in portal

0 Kudos

Hello,

We want one functionality to be enabled in srm portal that whenever a vendor logins, the portal shows the total number of SES(service entry sheets) which are in process till date to that specific vendor.

What logic should be written in system so that the total count of such SES specific to vendor gets displayed as a warning in portal.

Thnaks!

Accepted Solutions (0)

Answers (1)

Answers (1)

konstantin_anikeev
Active Contributor
0 Kudos

Hi,

you'll need

1. a WebService on SRm side, which will deliver the number of SES for the supplier.

2. Custom portal development, which will call the WebService and show the popup in case of "Number of SES" > 0.

Regards

Konstantin

0 Kudos

HI,

We are not using web services for connection of srm system to portal.

We are into RFC and idoc concept.

Thanks!!