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

While creating delivery documnet number

Former Member
0 Likes
534

Hi,

I am trying to create a delivery document number using bapi

Bapi_deliveryprocessing_exec, its giving error message which is "local logical system not defined".what it is?

how to rectify this?

Regards,

Lakshmi.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
510

I suppose that you have copied this bapi. I think you use a destination in this bapi.

If it's wanted, you need to change destination to a good one or check if destination system is realy available (with transaction SM59),

If not, you need to put stars on line destination of your bapi.

Christophe.

Hi,

I am trying to create a delivery document number using bapi

Bapi_deliveryprocessing_exec, its giving error message which is "local logical system not defined".what it is?

how to rectify this?

Regards,

Lakshmi.

3 REPLIES 3
Read only

Former Member
0 Likes
511

I suppose that you have copied this bapi. I think you use a destination in this bapi.

If it's wanted, you need to change destination to a good one or check if destination system is realy available (with transaction SM59),

If not, you need to put stars on line destination of your bapi.

Christophe.

Read only

0 Likes
510

Hi,

I am not using any destination or RFC like that.

earlier when i execute the same program in dev system its creating delivery.but when i tested it in another client its showing like no local logical system.

Any idea abt this?

Regards,

Anuradha.

Read only

0 Likes
510

i solved my self.