SAP Managed Tags: ABAP Development Hello, I have a very simple question. How to compare in which language mode user is logged in? In code: write: sy-langu. "program writes on screen: EN if sy-langu EQ 'EN'. write: 'English language'. else. write: 'Other language'. endif. system...
SAP Managed Tags: ABAP Development In a recent discussion, sisley_dsi pointed me to something that was not clear in my mind and therefore not made clear in the documentation (although one might have deduced it one or the other way). It is about how the logon language of an RFC session...