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

Function Module AVAILABILITY_CHECK

Former Member
0 Likes
793

I am using the function module AVAILABILITY_CHECK in SAP R/3. We are also using APO with GATP. The function module AVAILABILITY_CHECK when called from a Z ABAP R/3 program goes into APO and shows the same screen as CO09 of SAP R/3.

Is there a way to influence the function module AVAILABILITY_CHECK to return the data shown in APO? Particularly structure /SAPAPO/ATPDE as an internal table back into R/3 calling program.

Alternatively, is there another APO function module that can be called remotely to return the /SAPAPO/ATPDE as an internal table?

Thanks

Etem Dolen

3 REPLIES 3
Read only

former_member181966
Active Contributor
0 Likes
539

Well Just an idea .!! Can you use RFC_READ_table and use your RFC connectiion and read table APO and it will come back with results in R/3

Hope this’ll give you idea!!

<b>P.S award the points.</b>

Good luck

Thanks

Saquib Khan

"Some are wise and some are otherwise"

Read only

Former Member
0 Likes
539

How about copying the FM AVAILABILITY_CHECK in APO to your own FM, e.g. Z_AVAILABILITY_CHECK, delete the screen display calls, and pass back the data you need directly in the FM interface?

BR,

Tony.

Read only

0 Likes
539

Thanks - but "cloning" is not permitted in the client environment. On a separate note, too many FUGR are involved on the APO side.