Application Development and Automation 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: 
Read only

ABAP Container Element Hotspot Issue

Former Member
0 Likes
476

Hi Friends

I developed a report using container element and added the HOTSPOT functionality for the field Partner Number.

Partner number have 4, 5 fields like Sold-to-party,ship-to-party, reseller, end user.While executing this report, some time all the fields have value, some times few fields will come with blank value.In that case I need to enter the value for Blank fields.But if I activate HOTSPOT, its not allowing me to enter the value under partner function column.

Kindly give me your suggestion to achieve this functionality.

Thanks

Gowrishankar

Hi Friends

I developed a report using container element and added the HOTSPOT functionality for the field Partner Number.

Partner number have 4, 5 fields like Sold-to-party,ship-to-party, reseller, end user.While executing this report, some time all the fields have value, some times few fields will come with blank value.In that case I need to enter the value for Blank fields.But if I activate HOTSPOT, its not allowing me to enter the value under partner function column.

Kindly give me your suggestion to achieve this functionality.

Thanks

Gowrishankar

2 REPLIES 2
Read only

Former Member
0 Likes
444

Hi Gowrishankar,

Use double click event to handle the same scenario as hotspot, because hotspot are not meant for changing,

also you have a single click event on a row, you just have to pass row, column, sender these three parameters in that event to trigger similar event such as an hotspot. There you can handle editable ALV issues.

Best Regards,

Tapodipta Khan.

Read only

Former Member
0 Likes
444

Issue resolved, instead of field catelog I controlled through user command.