Thanks to visit codestin.com
Credit goes to www.scribd.com

0% found this document useful (0 votes)
20 views6 pages

How To Maintain Customized Message With Documentation

The document provides a guide on creating and maintaining customized message classes in SAP, allowing for better documentation and user interaction. It outlines steps for creating a message class, maintaining messages, and adding documentation, including how to link transactions and customization settings. This approach enhances user experience by enabling direct actions from messages without navigating away from the screen.

Uploaded by

jatin.tiwari198
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
20 views6 pages

How To Maintain Customized Message With Documentation

The document provides a guide on creating and maintaining customized message classes in SAP, allowing for better documentation and user interaction. It outlines steps for creating a message class, maintaining messages, and adding documentation, including how to link transactions and customization settings. This approach enhances user experience by enabling direct actions from messages without navigating away from the screen.

Uploaded by

jatin.tiwari198
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 6

How to maintain customized message with

documentation
Requirement details: To call customized (Non-SAP Standard) message in program with
documentation.

Instead of writing hard coded message in program it is very use full to make customized message
class and maintain the message in it, so it will allow maintaining documentation for messages and
user can take an action just by checking the documentation of same.

In this document we can see below mention points

• How to create customized message class

• How to maintain customized message

• How to maintain documentation for customized message

• How to call transaction in customized message documentation

• How to call customization setting in message documentation

How to create customized message class

Create Customized message class and maintain messages

Enter Transaction code: SE91

Enter Message class name started with ‘Z’ like ‘ZME’

Click on create button

Maintain short text for message class

Follow : Jatin tiwari 1


Save Message class

It will show popup window maintain your package name or save it in local object

How to maintain customized message

To create a message, click on change button and on Message Tab

Type the message short text which you want message.

How to maintain documentation for customized message

Follow : Jatin tiwari 2


And remove the self-explanatory tick to maintain the documentation for message

Select message line and click on Long Text (Ctrl+F7)

System will ask you to save the message: click on Yes

Now here you can able to maintain the Cause (Diagnosis) / System Response / what to do
(Procedure) / System admin notes (Procedure for System Administration).

Whatever we maintain here will show in message documentation.

Now call this massage in your program code

MESSAGE E000(ZME).

Check this message

To check the message long text click on icon which is shown after message

Follow : Jatin tiwari 3


How to call transaction in customized message documentation

Now we can also call the transaction in this message itself so that user can process the same and
maintain respective data without opening new screen and transaction.

To maintain the same goto message change mode in same long text and click on insert command
icon (Ctrl + F9)

Select link radio button

Mention character format which is available or created by ABAPER

In Key field maintain TRAN. Transaction code (i.e. TRAN.MM01) and Text as ‘Process Material
Master’

And check the massage long text

Follow : Jatin tiwari 4


Click on Process Material Master it will call transaction MM01 and user can able to maintain material
master and by just click on back (F3) you can return to your message and to original screen
subsequently.

How to call customization setting in message documentation

For example we want to call storage location customization follow below procedure

Goto message change mode and in long text maintenance

Click on insert command (Ctrl + F9)

Select Link radio button

Mention character format

In field Key mention

SIMG.SIMG_CFMENUSAPCOX09

In this CFMENUSAPCOX09 is a technical path/name for customization, it will be different for each
customization setting

To check this goto SPRO IMG and to specific customization setting

Click on Additional information – Display Key – IMG Activity

This will activate one raw immediate right to customization setting path and you will get technical
name for same.

Follow : Jatin tiwari 5


Now check the message long text which has documentation, transaction call for material master
maintenance and customization setting call to maintain storage location.

Click on Maintain Storage Location for configuration of storage location

Follow : Jatin tiwari 6

You might also like