cancel
Showing results for 
Search instead for 
Did you mean: 

FPM Message manager

Former Member
0 Kudos

Hello!

In my FPM application i am using the FPM message manager to display all messages. Sometimes it is possible that there are a lot of messages - in this case the message area will be expanded to display all messages.

Is it possible to configure the message manager to show only constant count of messages and a scrollbar to scroll trough the messages?

Thanks & regards

Jan

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Does nobody has an idea about this topic? I still found no solution...

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

I'm sorry, but I did a little research and I don't see any customizable way this can be controlled short of enhancing or modifying the SAP FPM components.

Former Member
0 Kudos

I have never used the ABAP FPM message manager but I guess that it is like the java one based on the standard message manager. Therefore using a MessageArea and setting maxVisibleMessages to the desired number might work.

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

> I have never used the ABAP FPM message manager but I guess that it is like the java one based on the standard message manager. Therefore using a MessageArea and setting maxVisibleMessages to the desired number might work.

I'm not sure I follow since there is already a MessageArea within the FPM Component (FPM_OIF_COMPONENT). It won't help to add another one.

I may have found something that would be helpful. Go into the component configuration for your FPM_OIF_COMPONENT object. Choose Change->Global Settings:

http://www.flickr.com/photos/tjung/3000521268/

There are then parameters to set the maximum message area size:

http://www.flickr.com/photos/tjung/3000521310

This all comes from the custom configuration controller of FPM_OIF_COMPONENT:

http://www.flickr.com/photos/tjung/2999681561

Answers (1)

Answers (1)

S-H
Active Participant
0 Kudos

Hi Jan,

Use the Application parameter FPM_MAXIMUM_MESSAGE_SIZE.

For example if we specify message size as 2 like &FPM_MAXIMUM_MESSAGE_SIZE=2 .

then when third message is displayed a scrollbar appears.

Regards,

Suresh