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

Search Help not displaying

Former Member
0 Likes
2,021

Hi,

When I tried to remove number for a description for search help in screen. But when I select description its not displaying in the screen. Please provide me slouition.

Thanks-a-lot in advance.

Raj.

1 ACCEPTED SOLUTION
Read only

former_member186741
Active Contributor
0 Likes
1,996

sorry Raj but I can't understand your problem. Please try and reword it so that someone can help you.

Hi,

When I tried to remove number for a description for search help in screen. But when I select description its not displaying in the screen. Please provide me slouition.

Thanks-a-lot in advance.

Raj.

14 REPLIES 14
Read only

former_member186741
Active Contributor
0 Likes
1,997

sorry Raj but I can't understand your problem. Please try and reword it so that someone can help you.

Read only

Former Member
0 Likes
1,996

Thanks anyways. You know, when we click on f4 for a certain field, we get hitlist.

In that for a field we see num and desc columns. My problem is to replace the numbers. I want to diaplay only description. Can you please tell me how to do that.

Thanks,

Raj.

Read only

0 Likes
1,996

I think you are asking how to suppress a field from the hit list.

Either remove the parameter all together from the search help.

Or, blank out the 'LPOS' parameter of the parameter you wish to hide. This will stop it appearing on the hitlist but it will be available to the search help for other purposes.

Read only

0 Likes
1,996

fill the field <b>Lpos</b> with 0 for the number field which u do not want to output

Read only

0 Likes
1,996

Neil and chandra,

I did like that, But I do not see any change. The Numbers for rest of the fields is also displaying. Please expalin me clearly why its happening like this.

For 1st field, i did like this, but description is apperiang in hit list, but when I select it, its not selecting/taking.

Thanks-a-lot.

Read only

0 Likes
1,996

ur problem is not clear...

try this.......

for number fields put IMP as X and for description fields put EXP as X

if u want clear picture on this , just press F1 on each fields IMP , EXP , Lpos and Spos , ucan get an idea

Read only

0 Likes
1,996

have you activated the sh after making your change?

If so, please try and show us how the sh looks

eg,

param ,imp,exp,lpos,spos,sdis,element

BZIRK , , ,1 ,1 , ,BZIRK

KVGR1 , , ,2 ,2 , ,KVGR1

Read only

0 Likes
1,996

Hi Neil and Chandra,

I am able to solve it a bit. Now when I select descrption, its displaying No. Si I want to display description instead of Number. Can you please tell me how to do that.

Thanks,

Raj.

Read only

0 Likes
1,996

try checking and unchecking IMP and EXP checkboxes for description and number in different combinations , u can check out the outcome of that

Read only

0 Likes
1,996

Thanks guys for your support. I tried , but no luck. Can you check for Info type 9023. and please tell me how to do step-by-step.

Thanks,

Raj.

Read only

0 Likes
1,996

Hi Chandra and Neil,

Actually there is one screen element, for that there are 4 fields. For the first field no Number is displaying. I did it right. But for the thrid field and fourth field the numbers for the first 3 fields are displaying. How can I avoid that,

Thanks,

Raj.

Read only

0 Likes
1,996
try like this
     
      IMP EXP Lpos Spos 
NUM    X   X  1     0
Desc       X  2     0

Message was edited by: chandrasekhar jagarlamudi

Read only

0 Likes
1,996

I think more like,

IMP EXP Lpos Spos

NUM X X 0 1

Desc X 2 2

Raj,

please show us how it actually looks like the above table.

Read only

0 Likes
1,996

HI Chandra and Neil,

Thanks-a-lot man. I solved it by creating z data elements and z domains. and by enabling/disabling IMP and EXP parameters. main problem was we had dependencies which are not correct.

Thanks anyways.

Raj.