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 & Class Mapping

Former Member
0 Likes
583

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

1 REPLY 1
Read only

Former Member
0 Likes
464

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