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

Filtering data in SAP Query

Former Member
0 Likes
1,512

Hi,

I have table MARA and MAKT , in the infoset.

I wanted to display only materials in logon language.

Infoset is build with database tables.

Where should I put this filter.

Thanks in advance.

Regards,

Satya

Hi,

I have table MARA and MAKT , in the infoset.

I wanted to display only materials in logon language.

Infoset is build with database tables.

Where should I put this filter.

Thanks in advance.

Regards,

Satya

5 REPLIES 5
Read only

Former Member
0 Likes
976

Hi,

You can write code at the Infoset level, for this filter.

Read only

0 Likes
976

HI,

Thanks for response.

But could you please tell me how to write in code section of infoset.

Regards,

Satya

Read only

0 Likes
976

In the Code section, choose Initialization & then write MAKT-SPRAS = SY-LANGU.

Read only

0 Likes
976

Hi,

But in which event I have to write this.

In code section, we have sections like

DATA

START-OF-SELECTION

RECORD PROCESSING

END-OF-SELECTION

Thank you very much ..

Satya

Read only

0 Likes
976

Hi,

Choose the Section Initialization & write the code.