cancel
Showing results for 
Search instead for 
Did you mean: 

ABAP: SUBMIT RSXMB_SELECT_MESSAGES

Former Member
0 Kudos

Hi everybody,

I'd like to write an ABAP the calls transaction = SUBMIT RSXMB_SELECT_MESSAGES (this is SXMB_MONI )

I would like to insert a value in the second tabstrip "Advanced Selection Criteria" in the field Message-ID.

The following does NOT work.

SUBMIT RSXMB_SELECT_MESSAGES

WITH MSGGUID-LOW = '01B77B80F6F311DCA12000144F5544A1'

AND RETURN.

Im am not sure

a) if MSGGUID-LOW = Field Message-ID

b) how SUBMIT has to be called when TabStrip Fields have to be filled.

Regards Mario

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Problem solved.

Field Name is just MSGGUID

Thanks Regards Mario