‎2007 Jul 16 7:11 PM
i am using a BAPI, its asking for logical system . How do i know that value ?
‎2007 Jul 16 7:37 PM
Logical system- 'logical system' is used to identify an individual client in a system, for ALE
communication between SAP systems. That's why you see a field for 'logical
system' in the client master data in SCC4 (table T000). You use logical systems
in ALE config - this should be documented further in the IMG guide, or SALE and
BALE transactions.
Check the link
http://www.sap-img.com/bc059.htm
please use Function Modules for this task:
CALL FUNCTION 'OWN_LOGICAL_SYSTEM_GET'...
You can also check the table -
The field is T000-LOGSYS. (Logical System)
Regards,
Amit
Reward all helpful replies.
‎2007 Jul 16 7:37 PM
Logical system- 'logical system' is used to identify an individual client in a system, for ALE
communication between SAP systems. That's why you see a field for 'logical
system' in the client master data in SCC4 (table T000). You use logical systems
in ALE config - this should be documented further in the IMG guide, or SALE and
BALE transactions.
Check the link
http://www.sap-img.com/bc059.htm
please use Function Modules for this task:
CALL FUNCTION 'OWN_LOGICAL_SYSTEM_GET'...
You can also check the table -
The field is T000-LOGSYS. (Logical System)
Regards,
Amit
Reward all helpful replies.