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: 

Details for function module COIS_SELECT_PARAMETERS_SET

anuraag_aggarwal
Active Participant
0 Kudos

Hi All,

I want to use function module COIS_SELECT_PARAMETERS_SET in an enhancement program for generating a ALV report of production orders. Can anybody please provide me the details of this function module and how it works?

Thanking you

Anuraag

1 ACCEPTED SOLUTION

JayR
Participant
0 Kudos

HI Anuraag,

Two parameters are Mandatory

1. RSPARAMS_TT

2. TCOA

You have to pass values to both the parameters

  • RSPARAMS_TT - is a Structure. Parameters / select-options has to be passed

  • TCOA - is a table. Profile id has to be passed.

Just double click on both the parameters, you will get an idea

Jai

1 REPLY 1

JayR
Participant
0 Kudos

HI Anuraag,

Two parameters are Mandatory

1. RSPARAMS_TT

2. TCOA

You have to pass values to both the parameters

  • RSPARAMS_TT - is a Structure. Parameters / select-options has to be passed

  • TCOA - is a table. Profile id has to be passed.

Just double click on both the parameters, you will get an idea

Jai