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

Storage Bin Create

Former Member
0 Likes
1,089

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

4 REPLIES 4
Read only

Former Member
0 Likes
717

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

Read only

0 Likes
717

No Satesh, I am looking for the name of function module or BAPI to create a storage bin without using a BDC.

Read only

0 Likes
717

Hi Pavan!

LSMW could use report RLPLAT00, short search of business object was not successful.

Regards,

Christian

Read only

Former Member
0 Likes
717

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.