‎2006 Jan 31 4:01 PM
Hello SAP Gurus,
Is there a way to create a storage bin using a function module or BAPI without using BDC.
Please suggest.
Thanks for the help in advance
Pavan
‎2006 Jan 31 4:09 PM
Hi,
The FM <b>ABAP_DOCU_DOWNLOAD</b> will download ABAP documentation in HTML format.
some FMs dealing with local storage are
APPL_LOG_DELETE
APPL_LOG_DISPLAY
APPL_LOG_DISPLAY_INTERN
APPL_LOG_WRITE_DB
and so on..
is this what you asked.
reward points if helpful
‎2006 Jan 31 4:19 PM
No Satesh, I am looking for the name of function module or BAPI to create a storage bin without using a BDC.
‎2006 Jan 31 5:59 PM
Hi Pavan!
LSMW could use report RLPLAT00, short search of business object was not successful.
Regards,
Christian
‎2006 Feb 01 6:12 AM
Hi pavan.
How about t-code LS10 ?
It is the automatic creation of Storage bin.
Usage.
1. create template
2. create bins via the template.
Menu : environment --> create bins
3. check the created bin.
regards.