If you follow me on social media, you probably already know that I have written a book about ABAP in Eclipse. The full title is: ABAP in Eclipse - Install, Configure, Use, and Enhance Your ADT and it is ...
... and if you want to logon automatically only to the systems, for which you have stored the password already. These are also default settings for the plugin. The logon happens in the background job. So if ...
Conversion Exit was already mentioned while describing the EDIT_MASK field, but here it is called in a bit different way. Before saying how, it is important to understand the conversion exits. They are ...
... easily add via drag & drop in screen editor. But probably this will not happen soon, maybe even never. That’s why it’s really important to get an idea what you can do with the controls that are already ...
... Setup of the one system takes around 7 minutes + waiting time for the activation of the servers. Really an easy job to do, but need.
After that I was ready to go.
ABAP Code Retreat ...
... the five custom function codes on selection-screen? Well, definitely I have and it was really annoying as I wanted to be able to dynamically assign the slection-screen function key depending if it's already ...
I'm playing lately with TFS web services in ABAP and as I'm lazy guy I wanted to make my life a bit easier while working with the JSON results.
There is already a nice class /UI2/CL_JSON available which ...
... and run the machine again. You will be already able to see the time differences.
Please remember that if you shot down your machine without saving it state, then virtual ...
... had to use CL_PO_HEADER_HANDLE_MM and IF_PURCHASE_ORDER_MM to fetch all data from purchase order and to move them to MDPA and MDLB structures. Once it was ready the rest was peanuts and I could get rid ...
... your name which is placed on the hallways in TechEd events in Las Vegas, Bangalore and Barcelona. This year we already had TechEd in Las Vegas and Bangalore, from which I received this photos of banners ...
... field can be found in ZDEMO_FALV06.
methods set_mark_field
importing
value(iv_fieldname) type lvc_s_fcat-fieldname .
SET_EDITABLE
Set's grid is ready for input and registers ...
...
exceptions
button_already_filled = 1
button_does_not_exists = 2
icon_and_text_empty = 3
others = 4
).
if sy-subrc 0.
endif.
"Add button into GUI status at for function F02 ...
... Status in case of full screen FALV. When you use full dynamic GUI status then you're allowed to use up to 35 button slots. Default buttons like SAVE, BACK, UP, EXIT, PRINT,... are already set. If they are ...
...
Fast CL_GUI_ALV_GRID creation
Replacement of REUSE_ALV_GRID_DISPLAY and REUSE_ALV_GRID_DISPLAY_LVC for a simple editable reports to omit screen creation
All events are already handled ...
... already some basic functions available, that's why I'm presenting you just short demo and some screen-shots of the code. I will of course put a nugget here as fast as I'll finish more than ...
... and should be familiar with really basics of the ABAP. Just as remark, as long as you don't have really trusted and up to date source, don't use ready documents of someone else in here, as this ...
... XLSX/MHTML file from internal table in background and probably also somewhere in the net. To make it easier here are ready methods to create LVC and SLIS field catalogs from internal table using CL_SALV_CONTROLLER_METADATA ...
...
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 ...
... already. You'll notice that if opponent hits the ship on the left map (which is yours) a cancel icon will appear on a place of your ship. If opponent hits water then you'll see water icon also. ...
...
).
if sy-subrc 0.
message id sy-msgid type sy-msgty number sy-msgno
with sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
else.
call method go_popup_grid->set_ready_for_input ...
...
if io_grid->is_ready_for_input( ) eq 0.
message s001(00) display like 'W' with 'Grid should be in edit mode in order to use this function!'.
return.
endif.
...
... table of FG are filled already so you don't need to call ES_READ_USER_SETTINGS before. Like here for Purchase order number call function 'ES_DELETE_USER_SETTINGS'
exporting
iaction = 'MEPO' ...