SAP for Retail Discussions
Join conversations about personalization, omnichannel strategies, and operational excellence in retail using SAP for Retail software.
cancel
Showing results for 
Search instead for 
Did you mean: 

Retail Text Still Showing Even After Removal

Former Member
0 Kudos

Hi Gurus,

One of my customers wanted to add retail texts, so that's exactly what we did. Some time later, they changed their minds!

I have followed the retail text removal documentation from http://help.sap.com/saphelp_nw04/helpdata/en/51/5b5d36cf3a0a40e10000009b38f839/frameset.htm and when I call transaction MM03, the field "Material" is shown.

However, and here lies the problem, when I call transaction SE16 and view table MARA it all looks okay until I change to the ALV Grid Display when all of a sudden, the "Material" column changes to "Article".

Is there any way of removing the texts completely so that Material is no longer replaced with Article?

Any advice greatly appreciated.

Cheers,

Matt

Edited by: Matthew Bullock on Oct 2, 2008 1:09 PM

1 ACCEPTED SOLUTION

former_member198994
Participant
0 Kudos

Hi Matt,

To confirm whether the text replacement has been carried out successfully, you can check the definition of Objects in ABAP dictionary.

Txn se11 -> Table Mara -> check the description of MATNR .

If description is Material Number instead of Article Number, then you can conclude that reversal of text replacement was successful.

You can repeat the above steps for WERKS (plant).

Since you are having problem with ALV grid, it could be an issue with the List Variant not with DDIC objects.

Regards,

Raja

View solution in original post

3 REPLIES 3

former_member198994
Participant
0 Kudos

Hi Matt,

To confirm whether the text replacement has been carried out successfully, you can check the definition of Objects in ABAP dictionary.

Txn se11 -> Table Mara -> check the description of MATNR .

If description is Material Number instead of Article Number, then you can conclude that reversal of text replacement was successful.

You can repeat the above steps for WERKS (plant).

Since you are having problem with ALV grid, it could be an issue with the List Variant not with DDIC objects.

Regards,

Raja

0 Kudos

Hi Raja,

The short description for MATNR is Material Number, so if the problem is with the list variant, how do I go about fixing the variant?

Cheers,

Matt

0 Kudos

Sorry Matt,

Since I am not an expert in ABAP I could drilled down more. Program LSKBHTOP (Include) is called when you click LAYOUT button. You can ask ABAP expert to do little more research. He will be able you out.

Regards,

Raja