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: 

Creating a equipment BOM -URGENT

Former Member
0 Kudos

Hi All,

I am creating a equipment BOM using Function module 'CSAI_BOM_CREATE'. After all the data is filled i am getting error that 'equipment no does not exist'.

When i try to do it manually,it allows me to proceed. I am not able to find what else is required. Please help.

1 REPLY 1

former_member214131
Active Contributor
0 Kudos

Hi,

If it is a single time load activity I prefer to do it by LSMW in following method:

Object               0030   Material BOM   
Method               0004   Create w/lngTxt
Program name         RCSBI040              
Program type         B   Batch input      

I have loaded the Eq., BOM in this way.

else,

I am not sure whether it is a conversion exit problem. You need to use FM 'CONVERSION_EXIT_ALPHA_INPUT' to pad the leading zeros in your program.

Hope this helps.

Best Regards, Murugesh AS