Application Development 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: 

BAPI/FM to maintain Storage Locations for Garage

Former Member
0 Kudos

Hi,

I have a requirement to create a tool in ABAP to automate the following process:

Add New Storage Locations to the Garage

IMG Activity:-  Maintain Storage Location --> Enterprise
Structure -- Definition – Materials management –Maintain storage location

Is there any FM/BAPI I can use to achieve this? I would like to use BDC only as a last resort.

Please help me with this.

Thanks,

RajaRajan

1 REPLY 1

raymond_giuseppi
Active Contributor
0 Kudos

AFAIK there is no BAPI for this Customlizing transaction (SM34 cluster VC_T001L) and BDC is usually not efficient on those generated program. So you may consider using generic dialog maintenance dialog FM and execute those on view V_T001L :


(Ref: BC - Extended Applications Function Library ; Integrating Enhanced Table Maintenance in Customer Developments, Call in Function Modules :
Top-Level Entry, Middle Level Entry, Lowest-Level Entry.)


Regards,

Raymond