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

create Functional locations

adil
Participant
0 Likes
612

Hi .

i need function module or any thing else to create Functional location( IL01)

exemple create this one : 0091/00/00/00/000/E0408-00004

no element of this hierarchy is created.

thanks

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
508

hi,

Check this bapi BAPI_FUNCLOC_CREATE

Refer to this link..

2 REPLIES 2
Read only

Former Member
0 Likes
509

hi,

Check this bapi BAPI_FUNCLOC_CREATE

Refer to this link..

Read only

Former Member
0 Likes
508

Hi Yassine,

try for creating.

FUNC_LOCATION_CREATE

BAPI_FUNCLOC_SAVEREPLICA.

for changing

FUNC_LOCATION_CHANGE

FUNC_LOCATION_UPDATE

Thanks!