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

data filtering in MB26

dip_kumar
Explorer
0 Likes
984

while entering plant and storage location for Tcode MB26 (associated with table RESB) only filtered data is displayed ....but with tcode se16 for table RESB after entering plant and storage location all the possible data is displayed ...

Can u tell me at which point the data is filtered????????/

while entering plant and storage location for Tcode MB26 (associated with table RESB) only filtered data is displayed ....but with tcode se16 for table RESB after entering plant and storage location all the possible data is displayed ...

Can u tell me at which point the data is filtered????????/

3 REPLIES 3
Read only

Former Member
0 Likes
827

Hi,

In this report, so many filtering conditions are used to filter data from RESB.

resb~bdart ne 'BB' and
resb~xloek eq space and
not resb~xwaok eq space and
resb~dbskz eq space and
resb~dumps eq space and
resb~rgekz eq space and
resb~kzear eq space and
resb~schgt eq space and
resb~kzkup eq space and
resb~erfmg > 0 and
resb~splkz ne '1'.

Regards

Vinod

Read only

agnihotro_sinha2
Active Contributor
0 Likes
827

from SE93 -> MB26 -> you can find the name of the program it is associated with.

It is PP_PICK_LIST.

Goto SE38 and analyse this program PP_PICK_LIST.

As pointed out by Vinod, there are a lot of filtering conditions which are applied in this Program.

RESB:

RESB contains order dependant requirements of materials.

for e.g if you have a sales order then to manufacture this order, you need components. The list of components with qty is in this table. The key of this table is reservation which may be tied to planned order. Inturn planned order is created for a sales order.

ags.

Read only

dip_kumar
Explorer
0 Likes
827

Vinod thanks for the reply ..but still the data is not completely filtered in tcode MB26 ....So can u tell me is there any other options left for filtering