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: 

Production orders transfer

Former Member
0 Kudos

Hello!

Has anyone tried to created a number of production orders with LSMW? If so, can you just reccomend any particular method... because I've found none.

Writing own procedure isn't very useful...

P.S. Using 4.7 system.

Yours respectfully, Anton.

2 REPLIES 2

former_member181962
Active Contributor
0 Kudos

One method is to do a BDC for CO01 transaction.

Record the transaction CO01 using SHDB transaction and generate a program out of the recording. Then you can tweak the program according to your requirement.

YOu can also use this recording in LSMW .

Regards,

ravi

Former Member
0 Kudos

LSMW offer you several ways to achieve it.

1. Just like BDC, you can record a BDC script in LSMW. And use a source file to fill variable in this BDC script in LSMW Data mapping.

2. First Search out a BAPI which can create Production Order, and then choose your LSMW in BAPI inbound way, you need to generate a ALE message according to the BAPI, and then Data mapping your source file to the ALE message content, post them to system.

3. The last way very similiar with former one. Choose a IDOC/Message type which can inbound Production Order. Then configure you IDOC layer, after that, develop your data mapping logic in LSMW.

Just choose one way to achieve it.

If you only need a simple solution for test object without high performance and tracing capablitiy, use first one.

Otherwise, 2 or 3rd suit to you.

thanks