cancel
Showing results for 
Search instead for 
Did you mean: 

Throw Message to Web Browser

Former Member
0 Kudos

Hi all,

I would like to populate a Message to Web Browser (popup).

Is that possilbe with ABAP statements only or do I have to modify standard templates as well?

I just like to throw a message to WEB Browser saying: please check your contract Items (as a popup).

Thanks and regards

Andreas

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Andreas,

To implement general checks in SRM,you can use BADI "BBP_DOC_CHECK_BADI".But the messages will not come in form of POP UPS.To display messages in the form of Pop up ,you need to implement both the BADI's BBP_DOC_CHANGE_BADI and BBP_DOC_CHECK_BADI.

For sample code,refer the foll link:

https://www.sdn.sap.com/irj/sdn/wiki?path=/display/srm/bbp_doc_check_badi-CheckPurchasingDocument&

Hope this helps.

BR,

Deepti.

Former Member
0 Kudos

Hi deepti,

thanks so far.

I have implemented both BAdI so far (CHECK and CHANGE).

Could you give just an example how to throw a message as popup with the help of CHANGE and CHECK BadI please?

I did not get the solution right yet...

Thanks and regards

Andreas

Former Member
0 Kudos

Call FM BBP_PD_MSG_ADD with i_field_name = 'EXPRESS'.

Former Member
0 Kudos

Hi Jay,

perfect! It`s working now, thanks a lot!

Full points awarded.

Regards

Andreas

Answers (1)

Answers (1)

former_member183819
Active Contributor
0 Kudos

Hi

in doc check badi . you can write a ABAP CODe to thrwo error message

Ababper can create a message class and no and thrwo whenever he required.

br

muthu

Former Member
0 Kudos

Hi Muthu,

could you please clearify your answer a little bit?

I am aware of the CHECK BAdI,I know how to create messages. But in SAP Standard these messages are shown in the bottom line. I want to throw messages which are shown as a popup within my Web Browser.

Is this really available only with ABAP coding and if yes, how?

Could you provide me please with some more details?

Thanks and best regards

Andreas

former_member183819
Active Contributor
0 Kudos

hi

i am not technical guy.

i update you shortly after discuss with tech resource

are you T or F or Both?

br

muthu

Former Member
0 Kudos

Hi muthu,

"I am both"

Thanks for any update.

Regards

Andreas