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: 

F4 help on G/L account master not returning selected value in FB60 tcode

Former Member
0 Kudos

Hi All,

We have upgraded from 4.7c to 6.0 , and now I am facing a problem in FB60 transaction .

When the user presses on F4 help for G/l Account master field , all the values are getting displayed correctly but when the user selects any one value by doubleclicking on any one of them , then that value is not get picked and populated in the G/L account number field.

Please help me with this.

Thanks,

Sumit

7 REPLIES 7

Former Member
0 Kudos

Have you searched for notes??

Rob

0 Kudos

Yes I did ...but couldn't find a useful one which satisfy my requirements...

Thanks,

Sumit

0 Kudos

Not 1461990 ?

Rob

0 Kudos

No Rob , I checked this note , but it doesn't solve my problem .

Thanks,

Sumit

0 Kudos

Well, it seems to be an SAP problem, so send it to them. The forum can't help.

Rob

0 Kudos

Hi,

make sure you have this code in FM FUNCTION DD_SHLP_EXPAND_HELPMETHOD:

LOOP AT SHLP-SELOPT INTO SELOPT_WA.
        READ TABLE DD33V_TAB WITH KEY
             SUBSHLP = SHLP-SHLPNAME
*             SUBFIELD = SELOPT_WA-SHLPFIELD BINARY SEARCH.
* There could be another field related
             FIELDNAME = SELOPT_WA-SHLPFIELD BINARY SEARCH.

Regards,

Clemens

0 Kudos

Sloved : We need to implement the SAP Note 1510735 .

Thanks for all your help

Thanks,

Sumit