Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Message Popup

Former Member
0 Kudos

Hi Folks,

I want to use following method code in my BADI enhancement,

CALL METHOD MESSAGE_HANDLER->ADD_MESSAGE

EXPORTING

IM_TYPE = 'E' "Type of Message

IM_CL = 'XXX' "Message class that you created

IM_NUMBER = 'XXX' "Message no

IM_PAR1 = 'SIMULATE_VIA_BLOP'

IM_PAR2 = 'IF_EX_PT_ABS_REQ~SIMULATE_VIA_BLOP' "Method name as in our impl.

IM_PAR3 = 'BLOP'

IM_CONTEXT = ''

IM_SUBCONTEXT = ''

IM_CLASSNAME = 'CL_PT_ARQ_BLOP_ADAPTER'

IM_METHODNAME = 'MESSAGE'.

Please let me know what declarations I should use and implement so this function call will run smoothly.

2 REPLIES 2

Former Member
0 Kudos

Hi,

The validation checks are configured field level in backend only i guess.

Thera message handler just displays the message depending upon the XOutputMessages in each node.

So if you are using cutom Z* structures in ur new DC.

Look in to backend tables V_T588MFPROPS or V_T588MFPROPC , V_T582ITVCHCK for the relevant validations.

The conversion class implemented has the business logic for valdiations.

Regards

Former Member