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: 

Debit Note

former_member482800
Participant
0 Kudos

Hi Team,

In debit note report we have taken MSEG table for post date & movement type. Now there is performance issue due heavy data in MSEG.

Which table we can use to replace MSEG table?

Kindly suggest.

Regards,

Mahesh

7 REPLIES 7

former_member198650
Active Contributor
0 Kudos

Hi Mahesh,

You have try to run in back ground.

Regards,

Mukthar

0 Kudos

Sir , I need the table which can be used as a replacement for the table MSEG. Rest program will remain unchanged.

Kindly suggest a table which will give me Posting date & Movement type for a particular debit note,.

Regards,

Mahesh

0 Kudos

Hi Mahesh,

Consult your functional consultant for the same. He can give you better alternative.

Former Member
0 Kudos

Hii Mahesh

You can use table EKBE..

Regards

Gaurav

Former Member
0 Kudos

hii mahesh

Use table ekbe

field name BELNR

Regards

Gaurav

VenkatRamesh_V
Active Contributor
0 Kudos

Hi Mahesh,

Create Secondary Index in table, Include  the index in select statement.

Regards,

Venkat.

Former Member
0 Kudos

There is an index on the posting date already (BUD), but it has probably not been created in the database. You could try getting your basis people to create the index in the database.

Rob