‎2008 May 13 11:22 AM
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.
‎2008 May 13 11:30 AM
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..
‎2008 May 13 11:30 AM
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..
‎2008 May 15 8:17 AM