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

Update Material Availability Date in Delivery Document

Former Member
0 Likes
1,296

Hi Folks,

How to update the material availability date for all the line items in the delivery document from a custom Z transaction? ( Iam getting the date via flat file and my custom program has pick that date and update the MBDAT in delivery )

Is there any FM/BAPI to update it??

3 REPLIES 3
Read only

former_member181966
Active Contributor
0 Likes
843

I can see the following FMs using the field <b>MBDAT</b>

APO_SCHEDULING

CATT_CIF_SALES_ORDER_CHECK

CATT_CIF_SALES_ORDER_NOT_EXIST

CATT_CIF_SALES_ORDER_REAL_QUAN

DEQUEUE_EATPENQE Release lock on object EATPENQE

DEQUEUE_EEV03VE

ENQUEUE_EATPENQE Request lock for object EATPENQE

ENQUEUE_EEV03VE

LE_ATP_REQUIREMENT_DELETE

ME_CALCULATE_LEDAT

ME_SD_SCHEDULING

RAPO_CHECK_CORRECT_QTVB

RV_REQUIREMENT_CHANGE

SD_MBDAT_DETERMINE

SD_SCHEDULING

TERMINIERUNG_RUECKWAERTS

TERMINIERUNG_VORWAERTS

Thx

Saquib

Read only

Former Member
0 Likes
843

Hi Saquib,

Thanks for your reply. But i'm afraid that these FM do not update the delivery document.

Read only

Former Member
0 Likes
843

I do not think there will be any standard FM/BAPI for this as availability date is dependent on a no of things.

You may change it using user-exits available in SD (for example when user does VA01/02...).