cancel
Showing results for 
Search instead for 
Did you mean: 

Customizing object DNL_CUST_KTOKD1

Former Member
0 Kudos

Dear Colleagues,

In MSA, on BP tile, we fave R/3 acount group dropdown where we have all the R/3 acount group downloaded to CRM.

In my case, it is almost 15 acount group. This has been downloaded with the following (if I am not wrong):

From R/3 to CRM --> DNL_CUST_KTOKD

From CRM to CDB --> DNL_CUST_KTOKD1

Now In MSA, from that dropdown, I would like to remove few entries which are not used. I know it can be done by having filter on DNL_CUST_KTOKD (I tried, but can not put filter on DNL_CUST_KTOKD1). But the tables like CRMC_T077D (crm table) and SMOT077D (cdb table) are already filled.

SO what is the best and easy way to remove unwanted entry?

Please advice.

Regards

Yatin

P

Accepted Solutions (1)

Accepted Solutions (1)

KaushalShah
Active Contributor
0 Kudos

If you want this only on one or two tiles, easiest way is to put a few lines of code in combo box's onBtnClicked event. Code should look something like:

ctrl<name of control>.recordSet.Filter = "xyz <> 'abc'"

You can enhance the filter the way you want.

Another option might be to put a filter in the comboengine itself. For R/3 account group, comboengine used might be T077XCOMBO.

Hope this helps.

Regards,

Kaushal

Answers (0)