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: 

ALV hotspot column title changed

Former Member
0 Kudos

Hi, everybody !

I've created a hotspot for transaction ME23N, which works fine, but I noticed the column title now reads "object value". Does anybody know how do I correct this?

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

You question is not clear...After pressing the hotspot is it getting changed to "object value" which was displaying "objectid".

Thanks,

Naren

5 REPLIES 5

Former Member
0 Kudos

Hi Antonio ,

For which feild did you create the hotspot.

Regards

Arun

0 Kudos

Hi, Arun !

The hotspot was created for field objectid from table CDHDR. This field is the purchase order number. Then, I use a call function for transaction ME23N. The hotspot is working fine, but the ALV column title for this field changed from "Objectid" to "objectvalue".

Former Member
0 Kudos

Hi,

You question is not clear...After pressing the hotspot is it getting changed to "object value" which was displaying "objectid".

Thanks,

Naren

0 Kudos

Alright...let me put it this way....I created an ALV report which displays all columns from table CDHDR. The first column is "objectid", that is the purchase order number. I then set a hotspot for this field (objectid), so that users can click on it and may have it displayed in transaction ME23N, without having to quit the alv report and call transaction ME23N manually to display the purchase order number. But there's no problem with the hotspot, for it is working nice. The problem is that the title column for the field "objectid" is no longer "objectid", it has changed for "objectname", maybe due to the hotspot. So, I wonder if there's a way to bring back the real name for the field.

Hope I made myself clear this time.

0 Kudos

Hi,

If you are using standard reuse_alv_fieldcatalog_merge fm to build the fieldcatalog, then

pass ref_fieldname , ref_tabname , the ref.fieldname and table name to the field,

if you are using OOPs ALV, then, pass , REF_FIELD, REF_TABLE to the fieldcatalog for that field.

Regards

Subramanian