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

BAPI for storage locations

Former Member
0 Likes
1,405

Is there any BAPI for listing storage location.

We have to build some kind of middleware with Java JCo and we need to get all available storage location for particular plant.

These information seems to be stored in table T001L, but we are not allowed to use

RFC_READ_TABLE function because of permission issues.

Thanks

2 REPLIES 2
Read only

Former Member
0 Likes
817

Hi,

I am not aware any BAPI available.

But you can build custom function module with remote-enabled by calling FM LOCATION_READ_T001L.

Regards,

Ferry Lianto

Read only

Former Member
0 Likes
817

Hi,

Create a custom RFC and select the records from the T001L ..

I believe there is no BAPI available to get T001L records..

Thanks,

Naren