‎2006 Nov 19 2:58 PM
pls justify how smartforms are referred as client independant.
what do mean by logical system in ale ?
‎2006 Nov 19 3:51 PM
The code that we write is always client independent. When you develop a smart for and activate the same a function module is generated with code. So code being client independent smart forms is also.
Logical System - a name that represents the system
http://help.sap.com/saphelp_nw04/helpdata/en/da/5990df015b5b43a36f6ce7fa1ee8c0/content.htm
regards,
Ravi
Note - Please mark all the helpful answers
‎2006 Nov 19 4:02 PM
Hi Rishi
A good explanation for your question is here
http://searchsap.techtarget.com/expert/KnowledgebaseAnswer/0,289625,sid21_gci1190925,00.html
Here is the ALE Quick Start Guide which tells you all about ALE
http://help.sap.com/printdocu/core/Print46c/en/data/pdf/CABFAALEQS/CABFAALEQS.pdf
Regards
Kathirvel
‎2006 Nov 20 3:55 AM
Hi rishi,
When we are developing a code in Smart forms Function modules comes into picture.You might know in SAP R/3 Function modules globle available objects.
But tthis is not the case in SAP forms.
Pls. reward points for all helpful answers.
‎2006 Nov 20 4:36 AM
<b>Smart Forms:</b>
When a Smart Form is compiled, it generates an ABAP function module and these are always client-independent.
<b>Logical System iin ALE:</b>
'Logical System' is used to identify an individual client in a system for ALE
communication between SAP systems. Hence there is a field for 'logical
system' in the client master data in SCC4 (table T000).
Logical Systems represent R/3 or external systems in the SAP R/3 environment for the distribution of data. The existence of LS is mandatory for the corresponding R/3 client (which uses ALE or EDI). This LS acts as the "sender" for outbound messages and a "receiver" for inbound messages.
In addition to the base LS, another LS must be present within that R/3 system for each R/3 or external system used for ALE interfaces. In an inbound ALE interface, second LS represent the sender (another R/3 or external system) with respect to the base LS (receiver). In an outbound ALE interface, this second LS is the receiver on behalf of the R/3 or external system with respect to the base LS (sender).
I hope it helps.
Best Regards,
Vibha
*Please mark all the helpful answers