cancel
Showing results for 
Search instead for 
Did you mean: 

MAM List

Former Member
0 Kudos

Hi all,

I have to use SAP MAM List in my application using listdef.xml.I have to create a all together new list and not modify the existing lists.I am new to MAM, can anyone guide me as to how should i proceed creating a new list in my application.

Warm Regards

Priya Ghosh

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Priya !

You can enhance the standard structure of all application lists by creating afile called ZlistDef.xml which contains one list tag per list that you want to enhance. When a list has to be displayed on the frontend, the application framework first looks if there if there is a ZlistDef.xml file defined and if it contains a list tag for the list to be displayed. if yes the definition is used to display the list. If not it looks into the ListDef.xml file for list Tag.

If you want to create a ZlistDef.xml then,

ZlistDef.xml needs to include the XML meta definition that you find at ListDef.xml .

1. Copy listDef.xml into ZlistDef.xml.

2. Delete all tags that are unchanged.

3. Make the changes in the corresponding list tags.

4. save and include this file to the newer version of the MAM war file to be deployed by the webconsole.

Hope it helps. Let me know if want more details.

Gud Luc

Mohan.