cancel
Showing results for 
Search instead for 
Did you mean: 

Problem while getting the Standard error message in the Portal

ganeshsagar
Explorer
0 Kudos

HI SRM Gurus ,

Hi all , We are working on a SRM 7.0 ECC 6.0 and EPH4 package , we are having the problem while creating the shopping cart in

Portal the user is not getting some standard message while cheking or submitting the requests on the Portal so that he will be able to create without any problem and also approved but if we chek it out in the backend the SC will be in error in transmission status . So we want to display those standard messages while creating the requests .

Example for Messages like :

Missing Authorisation :PR Create :doc type XXX Messgage ID :06 Number 199

In short : what ever may be the error i want it to be displayed before the creation of the PR in the POrtal so that the user can have proper access before creating the requests.

Usefull answers will awarded accordingly .

Please help us .

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hello

If you need all the messages then you need to do pre-validations in BBP_DOC_CHECK_BADI before the SC is submitted. For example if the PR is created in ECC and you need to validate the whether the requisitioner has the authorization then you need to build necessary RFC functions to do that.

Remember some of the validations are done by system while replicating the Backend documents after approval. Hence you can see that in Purchasing Document status for follow on document creation.

Regards.

Surender

Former Member
0 Kudos

Hi

In standard, Only the SRM local messages are displayed upfront on the SRM portal. The errors related to Back end like ECC suthorisation, posting period etc will be only populated when the replication process starts. The replication process only starts after approval.

Rgds/Kiran