... nbsp;
3.What are the features of the plugin?
a.Available views
The plugin contains two separate views Favorites and Favorties Dev Objects. The difference between then is that in Fav ...
... source codes open at the same time – no limits ( at least I haven’t found any ) for opening tabs for code. When you imagine your 5-7 gui screens and navigation between the objects in code then ...
... otected - Table with all buttons to be disabled to grid toolbar
COLUMNS
Protected - Table with columns objects
BUILT_IN_SCREEN
Protected - Marked if built-in screen is used
...
... in small steps: procedural programming, selection-screens, screens, dictionary objects, object oriented programming, alv grid, FM, FG, and so on. After person is familiar with all of ...
... attachments, I will move them using cl_gos_service_tools=>move_linked_objects. Importing: I_TEMP_OBJECT TYPE BORIDENT-OBJKEY -> temporary key for GOS
I_PURCHASE_REQUISITION TYPE EBAN-BANFN ...
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 ...
... Usage and names 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 ...
... this 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 ...
... by 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: ...
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 ...
... how to use 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, ...
...
endmethod. Previous Part -> Classifications - Part 1 - prepare structure for class data, Next One Classifications - Part 3 - get all objects assigned to class
Enjoy! ...
... 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 ...