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: 

standard search help problem with merchandise category

Former Member
0 Kudos

Hi,

I am not sure if i am posting into the right forum. Any hints would help.

The transaction RWBE is run on ECC6 and a search help is triggered for merchandise category (first field).

A second screen appears to enter the range..I just press enter and it gives me a range of value to select from.

It works fine.

But the same transaction is called in our Portal and the search help goes for a short dump when pressing enter from the second screen.

I debugged both ECC and portal for this transaction and found that the function module TABCONTROL_RETRIEVE_SEL_OPTS is returning different values that is causing the short dump in portal.

The value of the parameter for select_options is returned as

SHLPNAME SHLPFIELD SIGN OPTION

HUGO |1801 |I |IQ |

HUGO |1803 |I |IQ |

if you see the option is returned as IQ and hence causing the short dump.

I am not able to find out how this value is returned. Because if you see inside the above function module, another function module DP_GET_TABLE returns the above value. But when i debug it, i am directed to DDIF_FIELDINFO_GET fm and hence not able to understand how the above values are retrieved.

Any help would be rewarded.

1 ACCEPTED SOLUTION

former_member156446
Active Contributor
0 Kudos

Try using shlp instead of table shlp_tab

2 REPLIES 2

former_member156446
Active Contributor
0 Kudos

Try using shlp instead of table shlp_tab

0 Kudos

where and how?