... rites Dev Objects views. It can contain following development objects:
Programs
Classes
Interfaces
Function Groups
Function Modules
Tables
Views
Message Classes
When you double ...
... a transfer of header data with 301 - which is a special routine for delivery header without reference.
I've run my code again, and I was surprised that I have still the same error message.
...
... ng the re-exploding the BOM, the difference is that FM ME_COMPONENTS_MAINTAIN is called with parameter i_vorga = 'D' and message check at the end is bit different.
&n ...
... I have figure out how to do this in backgroud. The solution was to run FM ME_COMPONENTS_MAINTAIN and ME_COMPONENTS_UPDATE_PREPARE in correct way together with message handler to not interrupt whole process. ...
... not only when sending emails but also during adding of attachments. In this case it's really not safe to use this class in BADIs or User-Exits, but there is one replacement for CL_BCS -> CL_BCS_MESSAGE. ...
... I remember I was always using SAPGUI_PROGRESS_INDICATOR FM to display such messages on the screen. When used inside loops I often was manually dividing current tabix by selected variable (for ...
... if not then we can raise an error message and stop processing of the function we're currently doing. This is very helpful when you need to call a FM in new task inside user-exit. Here is ...