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: 

Update Material Availability Date in Delivery Document

Former Member
0 Kudos

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

former_member181966
Active Contributor
0 Kudos

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

Former Member
0 Kudos

Hi Saquib,

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

Former Member
0 Kudos

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...).