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: 

what FM using Availibility check

Former Member
0 Kudos

what FM using Availability check

4 REPLIES 4

Former Member
0 Kudos

can u pls frame up ur question.

Kartavya

Former Member
0 Kudos

data: i_wmdvsx type table of bapiwmdvs with header line,

i_wmdvex type table of bapiwmdve with header line.

parameters: p_matnr type mara-matnr,

p_werks type marc-werks,

p_meins type mara-meins.

call function 'BAPI_MATERIAL_AVAILABILITY'

exporting

plant = p_werks

material = p_matnr

unit = p_meins

tables

wmdvsx = i_wmdvsx

wmdvex = i_wmdvex.

Former Member
0 Kudos

Hi,

pls specify what 'availability' u need to check in the FM.

here is one availability check:

BAPI_MATERIAL_AVAILABILITY

Regards,

Anjali

Former Member
0 Kudos

Hi

CF_UT_MAT_STOCK_CHECK PRT availability check: material stock

CO_FU_FHM_AVAILABILITY_CHECK Availability check of a PRT

CO_FU_OPR_AVAILABILITY_CHECK Availability check PRT for operation

CO_FU_ORD_AVAILABILITY_CHECK Availability check PRT in the order

these are the FMs Availability check for diffrent

reward if usefull