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 BDC for Shipments

Former Member
0 Likes
692

Dear Friends. I have to connect 2 different BDCs in a program.

First BDC.

Starts from tcode VL06P,

as I enter Route and Warehouse Num, A list of deliveries is displayed.

I have to pick the Ship to Party from this list and start the second BDC.

Second BDC,

Open VT01n

Give TransportPlanningPt and Shipment Type

Click on Deliveries Button

Enter Shiptoparty from the above BDC and execute. and process the deliveries displayed.

The problem is how do I get the Kunnr from the displayed list in the first BDC. If I get that other things are easier to do.

Please suggest.

Thanks

Dear Friends. I have to connect 2 different BDCs in a program.

First BDC.

Starts from tcode VL06P,

as I enter Route and Warehouse Num, A list of deliveries is displayed.

I have to pick the Ship to Party from this list and start the second BDC.

Second BDC,

Open VT01n

Give TransportPlanningPt and Shipment Type

Click on Deliveries Button

Enter Shiptoparty from the above BDC and execute. and process the deliveries displayed.

The problem is how do I get the Kunnr from the displayed list in the first BDC. If I get that other things are easier to do.

Please suggest.

Thanks

4 REPLIES 4
Read only

Former Member
0 Likes
632

Hi,

If u know Delivery no u can get ship to party from LIKP table.

Regards,

A.Thuyavan

Read only

Former Member
0 Likes
632

Hi,

In the MESSAGE tablw you will get the Numbers

Regards

Sudheer

Read only

Former Member
0 Likes
632

you have VTTP Table for shipment ,this table has VBELN has delivery number,based on this you could get KUNNR Field in likp ..

Thanks

Seshu

Read only

Former Member
0 Likes
632

no answers as reqd