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

Sales Order function module to retrieve the item availability values

JJosh
Active Participant
0 Likes
559

Hi,

Is there any function module to retrieve the item availability schedule line values.

Navigation:->

Go to sales order (Change Mode) -> Schedule lines tab -> In application toolbar you can find Item availability icon.

When this is pressed, next screen you can find the split up of schedule line values. I am developing an ALV report and is required to retrieve the Split up of the schedule line values.

Is there any function module to retrieve the same.

BR/ Josh

2 REPLIES 2
Read only

kesavadas_thekkillath
Active Contributor
0 Likes
474

Check whether SHP_GET_SD_DATA helps you.

You can find the code in Wiki space link:http://wiki.sdn.sap.com/wiki/display/ABAP/SHP_GET_SD_DATA-FunctionmoduleforExtractingSalesorderDetails]

Read only

JJosh
Active Participant
0 Likes
474

HI,

I have found one function module ATP_EXPLANATION. I am not able to figure out the parameters that needs to be inputted to this function module. If anyone has used this before, could you kindly help me out.

This function module returns the Split up for Schedule lines in the tablea 'MDVEX'.

BR/ Josh