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

mseg index problem

Former Member
0 Likes
635

hi all,

I want to fetch data from mseg based on aufnr (order no.) which not primary key. I created a secondary index , but it is effecting other reports (which are using mseg) performance.

so i deleted secondary index for mseg with fields mandt & aufnr.

can anyone tell me is possible to create index for mseg without effecting other reports.

help me

hi all,

I want to fetch data from mseg based on aufnr (order no.) which not primary key. I created a secondary index , but it is effecting other reports (which are using mseg) performance.

so i deleted secondary index for mseg with fields mandt & aufnr.

can anyone tell me is possible to create index for mseg without effecting other reports.

help me

2 REPLIES 2
Read only

Jelena_Perfiljeva
Active Contributor
0 Likes
572

Try using another table to find MSEG-MBLNR. Not sure what exactly is in AUFNR field, but in sales the connection to the goods movement documents might even be stored in VBFA table. It is also stored in one of the purchasing tables, although it might be not so obvious.

Or consider using a different approach altogether, like setting up an info structure (LIS), for example.

Read only

0 Likes
572

Use table AUFM

AUFM-AUFNR -> MSEG-MBLNR = AUFM-MBLNR, MSEG-MJAHR = AUFM-MJAHR, MSEG-ZEILE = AUFM-ZEILE