‎2007 Jan 02 7:08 PM
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
‎2007 Jan 02 7:11 PM
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
‎2007 Jan 02 7:15 PM
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