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

Internal Orders through BAPI

Former Member
0 Likes
1,615

Hi

Am using the LSMW to upload the data of internal orders(KO01) by BAPI... Business Object:BUS2075. Now the requirement is, location(stort) & plant is not mapping correctly with the bapi method. Hence am trying to create the orders first & then modify the internal orders based on location & plant by orders.

The problems encountered are:

a) how to find out orders created by user or is there any other way

b) is there any function module exists for this.

Please send the answers to naveengnk@aol.com

Regards

Naveen.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,038

Hi,

you can find out the orders created by users with :

1. Transaction KOK5

2. Transaction SE16 ---> table COAS

Regards Vassko!

5 REPLIES 5
Read only

Former Member
0 Likes
1,039

Hi,

you can find out the orders created by users with :

1. Transaction KOK5

2. Transaction SE16 ---> table COAS

Regards Vassko!

Read only

0 Likes
1,038

Hi

In the first lsmw, i created the orders(ko01) through BAPI method but location & plant fields are missing in mapping(bapi). Hence i should take the orders and modify in ko02 in second lsmw. In this case, by creating internal orders in the first upload and then in second upload we would modify the orders with the Plant/Asset Location combination. The object will then have two LSMW objects one for initial internal order creation & other for modification of order for Plant/Asset Location combination.

Am confuse as to how to take the orders & modify it. Could you please assist in detail.

Thanx

Naveen.

> Hi,

>

> you can find out the orders created by users with :

>

> 1. Transaction KOK5

> 2. Transaction SE16 ---> table COAS

>

> Regards Vassko!

Read only

0 Likes
1,038

Hi,

sorry for the late reply. From table COAS (use transaction SE16) you can extract in file the created orders from your first LSMW (KO01). In that file you can add your location&plant data and to upload with your second LSMW( with KO02) the needed data.

Regards Vassko!

Message was edited by:

Vasil Pavlov

Read only

Former Member
0 Likes
1,038

Thanks. Got the solution.

Read only

0 Likes
1,038

Hi Naveen ,

I am also Uploadig the Inetrnal order using the BAPI method thru LSMW.

Mu questuion is did you even uploaded the Settlement rule for it and also how did you track for different order type ?