... this method and FM CLAF_OBJECTS_OF_CLASS to get the characteristics values for all of objects that are classified by given class. I will firstly read all assignments to the class, then I will loop through ...
As you can imagine, INTTYPE is just a presentation of DATATYPE in internal SAP format in most of cases. I wrote most of cases because it can also say if the field in internal table is a reference to other ...
...
a.Available views
The plugin contains two separate views Favorites and Favorties Dev Objects. The difference between then is that in Favorites view you can create two kind of folders and in Favorites ...
... the objects in code then you’re in heaven. In eclipse once you want to jump to method or function definition or implementation, you don’t have to save your current work and move to other, you just Ctrl ...
... to be disabled to grid toolbar
COLUMNS
Protected - Table with columns objects
BUILT_IN_SCREEN
Protected - Marked if built-in screen is used
APPLICATION_LOG_EMBEDDED ...
... selection-screens, screens, dictionary objects, object oriented programming, alv grid, FM, FG, and so on. After person is familiar with all of this then you can start to share some info about basic ...
...
i_processed = sy-index " Number of Objects Already Processed
i_total = p_times1 " Total Number of Objects to Be Processed
i_output_immediately = abap_true " X = Display Progress Immediately ...
... from temporary object to final one. Let's start with attachments, I will move them using cl_gos_service_tools=>move_linked_objects. Importing: I_TEMP_OBJECT TYPE BORIDENT-OBJKEY -> temporary key for ...
...
append fs_mbm_matnr to fs_mbm_sel_type-matnr.
concatenate 'I' 'EQ' i_werks into fs_mbm_werks.
append fs_mbm_werks to fs_mbm_sel_type-werks.
* objects for loading ...
As we got a short description of ESDUS and ESRUO and connected FMs in previous parts, then now it's time for examples. Let's start with scenarios which I described in first part 1. When you open ...
... are of ES_*USER_SETTINGS FMs are simillar to ES_*USER_OBJECTS FMs. But let's look on them closer. ES_READ_USER_SETTINGS will give you all parameters for a user for selected transaction / program / ...
... cases you'll want to look at tables: ESRUO (MM: Recently Used Objects) ESDUS (MM: Dynamic User Settings) and to function group MLSO which provides you few nice FM to handle entries in this tables: ...
... checking EBAN table. You have to use OO PR objects to be able to do so. Bellow you can find a method how to check if you can reset the rejection of the requisition done in the WF. Importing: I_BANFN TYPE ...
...
data: f_mtk_ident type czcl_mtk_type.
data: ft_capp_opr type standard table of capp_opr.
data: fs_opr_class_data type opr_class_data.
data: f_error type cpcc_message_type.
* objects for loading ...
As I promised I will show how to use the methods we've prepared in previous parts of this tread. I will write simple program that calls the method get_objects_of_class and then loops through the results ...
In the first part I show how to create a structure on a base of class characteristics, now I will describe how to get the characteristics values for a object and how to fill the structure we've created ...
... create a report which just show some figures and you don't need anymore all the internal tables or objects that you used to prepare output table. So to free memory then just before calling ALV I was ...