CODE:
TABLES: T1,"
T2.
TYPES : BEGIN OF TY_STRUC1,
OBJECT_ID TYPE T1-OBJECT_ID,
END OF TY_STRUC1.
TYPES : BEGIN OF TY_STRUC2,
BELNR TYPE T2-BELNR,
END OF TY_STRUC2.
TYPES : BEGIN OF TY_STRUC3,
TRUE(10) TYPE C,
END OF TY_...
Hi Everyone,
I cannot find any details on how to display a SMO2 message on fiori as a popup, newsfeed or maby even using the notification? There is a simular question here .But not really answered and quite old does anyone know of where i can find ...