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: 

Userexit which determine the confirm delivery date in order creation

Former Member
0 Kudos

Hi,

I need to obtain the ATP details which contain confirm delivery date of all the lineitem. The BAPI BAPI_MATERIAL_AVAILABILITY determine the material availability date but not the Confirm delivery date. But I require the Confirm delivery date which will be calculated based on picking, working day ...

Is there any userexit available to determine the Confirm delivery date from the material available date.

Pls help..urgent..

Thanks

Suresh Kumar

3 REPLIES 3

Former Member
0 Kudos

Hello Suresh,

try BAPI 'BAPI_SALESORDER_SIMULATE'.

Regards

Gerd

0 Kudos

Hi,

Please check exits

V45A0003 or SDTRM001.

Hope this will help you to code your requirements.

Former Member
0 Kudos

Hi,

The userexits related to the material availability during sales document processing are:

User Exits For Availability Check

The user exits named here are planned for projects that are to be carried out in agreement with SAP development as they may only be used in consultation with SAP. SAP provides no guarantee if they are used without our advice!

USEREXIT_PLANT_SELECTION in program RV03VFZZ is an exception to this rule (see below).

User exits in program FV45VFZZ

USEREXIT_ADD_FIELD_TO_HEADER

USEREXIT_ADD_FIELD_TO_LINE

User exits in program FV45VFZY

USEREXIT_DELIVERY_GROUPS

USEREXIT_MVERF_INIT

USEREXIT_QUOTA_KEY_VALUE

User exits in program RV03VFZZ

USEREXIT_AVAILABILITY_IN

USEREXIT_AVAILABILITY_OUT

USEREXIT_DARA_REFRESH

USEREXIT_PLANT_SELECTION

This might be of some use.

Thanks and regards,

Satya