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: 

Examples of CF_RECA_MESSAGE_LIST usage

boolan
Participant
0 Kudos

Hello,

does anybody have some examples of how to log messages using CF_RECA_MESSAGE_LIST class ?

Creation of object, putting messages into the instance and saving the whole thing into database.

kind regards,

Krzysztof.

1 ACCEPTED SOLUTION

uwe_schieferstein
Active Contributor
0 Kudos

Hello Krzysztof

You may have a look at my Wiki posting:

[Message Handling - Finding the Needle in the Haystack|https://wiki.sdn.sap.com/wiki/display/profile/2007/07/09/MessageHandling-FindingtheNeedleintheHaystack]

The message handler IF_RECA_MESSAGE_LIST enables you to save the collected messages as application log (transaction SLG1).

You should also check the many sample reports in package SZAL.

Regards

Uwe

1 REPLY 1

uwe_schieferstein
Active Contributor
0 Kudos

Hello Krzysztof

You may have a look at my Wiki posting:

[Message Handling - Finding the Needle in the Haystack|https://wiki.sdn.sap.com/wiki/display/profile/2007/07/09/MessageHandling-FindingtheNeedleintheHaystack]

The message handler IF_RECA_MESSAGE_LIST enables you to save the collected messages as application log (transaction SLG1).

You should also check the many sample reports in package SZAL.

Regards

Uwe