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 doc no

Former Member
0 Likes
463

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? in one client it is creating delivery,but with the same program when i tested it in another client its not creating the delivery doc no.

how to rectify this?

Regards,

Lakshmi.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
415

In the Import parameter TECHN_CONTROL one field called SENDER_SYSTEM is there, it takes the Logical System Name(Default will be Local System). Check whether it is defined or not. This can be viewed in SALE tranasction.

Tcode SALE > Basic Setting>Logical System-->Assign Logical System to client.

Here You check ur Client is assigned logical System Name or Not?

Debug your program and check this value....

It will resolve ur prob..

2 REPLIES 2
Read only

Former Member
0 Likes
416

In the Import parameter TECHN_CONTROL one field called SENDER_SYSTEM is there, it takes the Logical System Name(Default will be Local System). Check whether it is defined or not. This can be viewed in SALE tranasction.

Tcode SALE > Basic Setting>Logical System-->Assign Logical System to client.

Here You check ur Client is assigned logical System Name or Not?

Debug your program and check this value....

It will resolve ur prob..

Read only

0 Likes
415

Hi,

thanks a lot,it solved my problem.