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

what Function Module or BAPI

Former Member
0 Likes
409

Hi,

report create for Sale order activity.this report using for mvt type based . i am using for mseg table.

data all used for select query. but slow the process. i have effected the report output. any function module or BAPI using.

plz,Advise Me.

by,

jeevan.

2 REPLIES 2
Read only

daniel_carvalho
Active Contributor
0 Likes
376

Hi Jeevan,

Try to use BAPI_GOODSMVT_GETITEMS BAPI Function module.

Cheers,

Daniel

Read only

Former Member
0 Likes
376

Hi,

Select to MKPF/MSEG is always slow as they are huge cluster table. Optimize your query and select only the required data. Might ask the user to run the report in background.