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: 

Replacement FM for ATP AVAILABILITY_CHECK

bapi1234
Explorer
0 Kudos
602

In earlier version we are using AVAILABILTY_CHECK

CALL FUNCTION 'AVAILABILITY_CHECK'
TABLES
p_atpcsx = i_atpcsx
p_atpdsx = i_atpdsx
p_mdvex = i_mdvex
p_atpmatx = i_atpmatx
P_t441vx = i_t441vx
CHANGING
p_atpca = wa_atpca
EXCEPTIONS
error = 1
OTHERS = 2.

I tried using AVAILABILITY_CHECK_S4 but we dont have P_ATPMATX and P_T441VX tables. Can anyone suggest the FM for above.

0 REPLIES 0