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: 

SAP query

Former Member
0 Kudos

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

Former Member
0 Kudos

Hi

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

Max

Message was edited by: max bianchi

2 REPLIES 2

Former Member
0 Kudos

Hi

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

Max

Message was edited by: max bianchi

Former Member
0 Kudos

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