‎2007 Apr 10 10:24 AM
Hi All,
What is the standard table for logical system and class mapping.
And plz explain me how to handle the LOEVM flag to be updated manually for sending it to the logical system removed from the classification.
Regards
Santosh
‎2007 Apr 10 10:27 AM
HI
The field is T000-LOGSYS. (Logical System)
You can even find the logical system info in table TBDLS (Logical system) . Field LOGSYS
Or
e.g. to get the logsys:
CALL FUNCTION 'OWN_LOGICAL_SYSTEM_GET'...
or to get the text:
CALL FUNCTION 'LOGICAL_SYSTEM_GET_TEXT'...
If it helps REward with points
Regards Rk