cancel
Showing results for 
Search instead for 
Did you mean: 

BBP_CATALOG_TRANSFER problem with dispalying the warning message

Former Member
0 Kudos

hi,

i am new to SRM i am currently working on BADI 'BBP_CATALOG_TRANSFER' and using its parameter ET_SC_MESSAGES to display the message after checking the incoming catalogid in parameter IS_ADMIN_DATA with the catalogid in my custom table if no match is found then i have to display a warning message .

the problem i am facing is that its displaying the same message when its message type is 'E' but its not displaying the message when its message type is either 'W' or 'S' or 'I'.

So guys i need your help

Edited by: ShivrajSinha on Dec 24, 2009 2:43 PM

Accepted Solutions (0)

Answers (1)

Answers (1)

peter_novoth
Employee
Employee
0 Kudos

Hi ShivrajSinha,

the behavior you mentioned is the current standard design.

For message types 'W' or 'S' or 'I' please use the BBP_DOC_CHECK_BADI.

Regards,

Peter

Former Member
0 Kudos

hi,

but in the badi if you see the parameter ET_SC_MESSAGES and its documentation its not given that we cannot use it for any other message type other than 'E'.

rgds / shivraj

peter_novoth
Employee
Employee
0 Kudos

Hi Shivraj,

the aim of the BBP_CATALOG_TRANSFER is the manipulating of the OCI data, and not the message handling.

I would prefer therefore to use the BBP_DOC_CHECK_BADI.

Regards,

Peter