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

Functional Location BOM creation BAPI

Former Member
0 Likes
2,269

Looking for Functional Location BOM creation BAPI.

Any help? I searched but could not find.

Transaction: IB11

Thanks in advance.

Pranu

6 REPLIES 6
Read only

Former Member
0 Likes
1,503

Hi

Try with BAPI function module BAPI_FUNCLOC_CREATE.

Regards

Srilaxmi

Read only

0 Likes
1,503

I think this is for Functional Location Creation.

Can we use it for Functional Location BOM as well?

Read only

Former Member
0 Likes
1,503

There is one Basis IDoc to create the functional Location and it is "FUNC_LOC_CREATE01" and also

for changing "FUNC_LOC_CHANGE01"

Edited by: Venkat Reddy on Dec 21, 2009 5:29 PM

Read only

1,503

My understanding is Functional Location creation AND Functional Location BOM cretion are two different things.

Please correct me if I am wrong.

Both the replies have confused me..

Pranu

Read only

Former Member
0 Likes
1,503

Hi,

See this thread

Read only

Former Member
0 Likes
1,503

Hello

May be You can use universal function modules

CSAI_BOM_CREATE

CSAI_BOM_DELETE

CSAI_BOM_MAINTAIN

CSAI_BOM_READ

For Example:

wa_csin-stlty = 'T'.

D Document structure

E Equipment BOM

K Sales order BOM

M Material BOM

S Standard BOM

T Functional location BOM

P WBS BOM

CALL FUNCTION 'CSAI_BOM_CREATE'

EXPORTING

ecsin = wa_csin

...