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

ALV report

Former Member
0 Likes
718

Hello Experts,

I need to give ALV display the Planned order & scheduled quantity for the corresponding warehouse name in APO.

How to proceed, what are all the FM used here ?

if possible send me a sample code.

Thanx in Advance.

Regards,

Johnn.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
677

Use the bapis:

BAPI_PLANNEDORDER_GET_DETAIL Get details for planned order

BAPI_PLANNEDORDER_GET_DET_LIST Get detailed planned order list

Regards,

Ravi

Hello Experts,

I need to give ALV display the Planned order & scheduled quantity for the corresponding warehouse name in APO.

How to proceed, what are all the FM used here ?

if possible send me a sample code.

Thanx in Advance.

Regards,

Johnn.

4 REPLIES 4
Read only

Former Member
0 Likes
678

Use the bapis:

BAPI_PLANNEDORDER_GET_DETAIL Get details for planned order

BAPI_PLANNEDORDER_GET_DET_LIST Get detailed planned order list

Regards,

Ravi

Read only

Former Member
0 Likes
677

i cant use the BAPI here.It should be a ALV display, i need to transfer to EXCEL.

Read only

uwe_schieferstein
Active Contributor
0 Likes
677

Hello Johnn

If the BAPIs mentioned by Ravi contain the required data then just call the BAPI followed by calling REUSE_ALV_LIST_DISPLAY with your itab.

If you have to prepare the required data from several TABLES parameters of the BAPIs then define an appropriate DDIC structure, collect the data into your itab and call the ALV function module where you can export to Excel.

Regards

Uwe

Read only

Former Member
0 Likes
677

Hi John,

for sample programs on alv's go through the link,

http://www.sapdevelopment.co.uk/reporting/alvhome.htm

Regards,

Azaz Ali.