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

SAP query

Former Member
0 Kudos
205

How can assign default values to fields on slection screen?

Or how to use populate the selection screen values in Infoset? for where condition in join.

Example : To get all the materials for a plant i use MARA and MaRC , I have material Type as input field, btu by deafault i want to restrict picking Product groups.

Rgds.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Kudos
182

Hi

Create a variant with your default values to run the queries.

Max

Message was edited by: max bianchi

2 REPLIES 2
Read only

Former Member
0 Kudos
183

Hi

Create a variant with your default values to run the queries.

Max

Message was edited by: max bianchi

Read only

Former Member
0 Kudos
182

hi,

i suggest one easy way.

In the infoset you are using two table. that's it

In the query you know the selections , select Material type for selection

when you exeute the query Material type will be one selection creteria, first time fill the material type as save as a variant.

then goto query design - > change

special attributes - > specify the variant name

select option execute only with variant

i hope this will solve your problem

cheers,

sasi