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

SM30

Former Member
0 Likes
472

Hi,

In my ALV report, I'm displaying an external table using SM30.

Here i want to display in SM30 only few records and not all.

How to achieve this ?..Pls help

Can we do this in any events of SM30?

Thanks

Hi,

In my ALV report, I'm displaying an external table using SM30.

Here i want to display in SM30 only few records and not all.

How to achieve this ?..Pls help

Can we do this in any events of SM30?

Thanks

3 REPLIES 3
Read only

Former Member
0 Likes
450

Hi

Search for the correct event in Table Maintenance Generator and try

check the links

http://help.sap.com/saphelp_nw04/helpdata/en/cf/21ed2d446011d189700000e8322d00/content.htm

http://help.sap.com/saphelp_46c/helpdata/en/a7/5133ac407a11d1893b0000e8323c4f/frameset.htm

/message/2831202#2831202 [original link is broken]

Regards

Anji

Read only

Former Member
0 Likes
450

Hi

write select query to retrive the data from sm30 table

as normal query

specify the fields what you want from that table

<b>reward if useful</b>

Read only

Former Member
0 Likes
450

Hi

CONTINUTION TO ABOVE REPLAY

<b>Selection Conditions</b>

Selection conditions that are used as a filter can be defined for a view.

Specifying these conditions under the Selection conditions tab when creating a view in the dictionary would have an effect which is similar to specifying a where clause when writing a select query to restrict data.

<b>REWARD IF USEFULL</b>