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

logical system value in a BAPI

Former Member
0 Likes
793

i am using a BAPI, its asking for logical system . How do i know that value ?

1 ACCEPTED SOLUTION
Read only

amit_khare
Active Contributor
0 Likes
499

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.

1 REPLY 1
Read only

amit_khare
Active Contributor
0 Likes
500

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.