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: 

Availability check

former_member1312574
Participant
0 Kudos

Hi Gurus !

I am analyzing sales order creation for items with processing. The program executing is SAPLATP4. In the include LATP4FD7 is reading table MDVEX. Where this table MDVEX is created? I tried but not able to find.

Please help.

Kind regards,

Pavan

Edited by: Rob Burbank on Mar 8, 2010 9:53 PM

1 ACCEPTED SOLUTION

anup_deshmukh4
Active Contributor
0 Kudos

ATP_EXPLANATION is a function modue which is called in following includes

LATP4FA5

LATP4FM4

LATP4IDJ

LATP4U02

and your internal table is a passing parameter for same function

you can check before calling the function module how system is populating records in same or is it passing a blanK table and then in Fm is population as far I have gone through the FM MDVEX should not be initail for successful execution of code...in FM

Edited by: Anup Deshmukh on Mar 9, 2010 3:57 AM

3 REPLIES 3

anup_deshmukh4
Active Contributor
0 Kudos

ATP_EXPLANATION is a function modue which is called in following includes

LATP4FA5

LATP4FM4

LATP4IDJ

LATP4U02

and your internal table is a passing parameter for same function

you can check before calling the function module how system is populating records in same or is it passing a blanK table and then in Fm is population as far I have gone through the FM MDVEX should not be initail for successful execution of code...in FM

Edited by: Anup Deshmukh on Mar 9, 2010 3:57 AM

Former Member
0 Kudos

Hi..

Try "Bapi_material_availability" bapi which is used for ATP check. Here you can find MDVEX table which is mandatory in this BAPI.

Regards,

Lokeswari.

former_member1312574
Participant
0 Kudos

Thank you so much for your replies,

Table MDVEX table has following dates. What is the source of these dates? Please help me providing details. I need logic how these dates are calculated.

DAT00 - Requirements date

DAT01 - Committed date

Thanks again for your time!

Knd regards,

Pavan