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: 

miro bdc message problem

Former Member
0 Kudos

hi

i have written a miro bdc in which i am able to capture the messages from the messtab

but in miro there is a message tab which also contains message

i want to capture those messages in messtab .

regards

darshan

5 REPLIES 5

Former Member
0 Kudos

Darshan

It is not possible to capture those Error Messages in BDC... You may have to go for some function module after call to MIRO to collect those messages...

Thanks

Amol Lohade

0 Kudos

is there any function module which captures these message??

Former Member
0 Kudos

Hello

Table T100 with ARBGB = M8

Former Member
0 Kudos

Darshan

I couldn't able to find out any possible solution for this problem. I would suggest to go for BAPI or Function Module for creating MIRO document instead of BDC.

Thanks

Amol Lohade

former_member182371
Active Contributor
0 Kudos

Hi,

have a look at function group MRMF.

There you´ll find fm´s:

MRM_MSG_GET

MRM_APPL_LOG_READ

MRM_ERRMSG_COLLECT

MRM_APPL_LOG_READ

MRM_APPL_LOG_MEM_READ

Check if any is useful to you.

Best regards.