cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

issue with F4 help for generic account assignment

Former Member
0 Likes
468

Hi,

I have enabled a new account assignment category Generic account assignment, like cost center as you can observe in the screenshot. I have enabled the search help for this account assignment category by dynamically binding the value_help field.

Now the problem is, the account assignment description is not auto populated upon selection of a value of assign number from the F4 help. But for cost center and other standard account assignment categories, upon selection of a assign number value from the F4 help, it is fetching its description too into account assignment description field along with the assign number.

And the account assignment description is editable for Generic Assignment Category whereas for all other standard account assignment categories, the description field is read-only.

Please help me how to achieve this.

Thanks,

Karthik.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Likes

Hi,

do you use the standard STR category with leading field ACC_STR?

Also the description is never shown or cleared?

Can you make also a screenshot from the F4 help before you assign the value to the field?

Regards,

Miklos

Former Member
0 Likes

Hi Miklos,

Thanks for your reply. Yes, we are using the standard STR category with leading field ACC_STR.

The description is never shown, and the description field is editable too.

I need the description to be populated from the DDIC search help as the value and also the description field to be readonly / not editable.

Thanks,

Karthik.

Former Member
0 Likes

Hi,

do you have Note 1507027 Description of generic account assignment clears on refresh implemented in your system?

The description for the accounting fields comming from FM - BBP_PDH_ACC_GET_DESCRIPTION and assigned to the accounting data in

Class: /SAPSRM/CL_PDO_DO_ACCT_ASSGMNT

Method: /SAPSRM/IF_PDO_DO_ACCT_ASSGMNT~GET_ACCOUNT_ASSIGNMENT_EXTRA.

Former Member
0 Likes

Hi Miklos,

If I place a breakpoint there in that method, it is not gettting triggered after the value selection in F4.

Thanks,

Karthik

Former Member
0 Likes

Hi Karthik,

what is the search help ID that you use?

Former Member
0 Likes

Hi Miklos,

I'm using a custom search help (z object).

I found the issue, there was a problem with the FM META_ACC_OBJECTS_DESCRIPTION which was not bringing out the descriptions. Enhanced it, and now its working fine.

Thanks for your help .

Regards,

Karthik

Answers (0)