cancel
Showing results for 
Search instead for 
Did you mean: 

IW37n / IW49n customer fields button; adding a new custom strip for dynamic selection

former_member563268
Participant
0 Kudos

Hello,

I have a new requirement to add a new strip under customer fields button, to enhance the dynamic selection. Currently there is a strip CI_AUFK present which makes slot for all customer fields for dynamic selection. But intention here is to add a new strip under CI_AUFK ; within which we can add 3 new dynamic selection fields.

ci-aufk.png

I find that CI_AUFK is a customer solution (a structure which could be enabled) provided by SAP to add fields dynamically under the customer fields button. This is further used in the code, as in screenshot below.

ci-aufk2.png

Adding a new strip would ideally mean passing a newly created structure to the same routine which is further passed onto the FM FREE_SELECTIONS_INIT. But with in the standard code this is nearly impossible, as enhancements arent available.

So any better options to achieve this ?

Regards,

J

Accepted Solutions (0)

Answers (1)

Answers (1)

peter_atkin
Active Contributor
0 Kudos

Copy the program to a Z program, then you can do anything you want.