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

Help on DD_SHLP_CALL_FROM_DYNP function module.

Former Member
0 Likes
1,617

Hi,

I am using function module DD_SHLP_CALL_FROM_DYNP to display my possible values for the field Sales office.

I am passing the values for sales organization, distribution channel and division for the search help to restrict the possible values shown accordingly.

Everything works fine, as long as the possible values exist for the combination.

If there are no values then the popup for maintaining the values is shown, I want to disable this popup.

Has anyone faced the same issue?

Thanks and Regards,

Mahesh.

1 REPLY 1
Read only

Former Member
0 Likes
863

Hi,

I solved the issue, I am not supposed to pass the value to the field Checktable in the helpinfos structure, if it is passed then SAP by default checks for that and asks the user whether you want to maintain the entries or not.

Hope this helps.

Thanks and Regards,

Mahesh.