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

Details for function module COIS_SELECT_PARAMETERS_SET

Former Member
0 Likes
789

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
Read only

JayR
Participant
0 Likes
613

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
Read only

JayR
Participant
0 Likes
614

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