... that there is a lot of possibilities there. For example creation of a new routing, you can do it step by step or create a routing on a base of existing one. Today I'll show how to copy existing routing ...
... you’ll find description of all of them, whenever it was possible by me to check their behaviour. Click on the link on the field name (if exists) to get the deeper description and example of usage.
Field ...
... the customer number to constructor, then the class will try to read data of existing customer, if not then it will assume that you want to create new customer.
The attributes corresponds ...
... Comment
Alternative Pseudo Comment
CL_CI_TEST_ANALYZE_SELECT_DIA
EXISTS
E
Existence check. No fields used
CI_ALL_FIELDS_NEEDED
CL_CI_TEST_ANALYZE_SELECT_DIA ...
... display one of them. The image bellow shows few of them, of course they are not that nice like the ICONS, there is also not many of them, but it's good to know that such symbols exists, although I so far ...
... styles of the cells with SALV, and still it's just a trick, so that's why I'll still stay with FALV or standard cl_gui_alv_grid class, but If I would need to enhance existing program then I ...
...
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 ...
... and progress indicator will not be suppressed! For the end, when I was looking where SIN parameter is used (I hoped there is and existing class of FM to suppress the indicator) I found one nice comment ...
... in fact Function Group which will allow you to call mass replace function from any program using cl_gui_alv_gird. Result of the work will be like that:
1) You'll have to create or use existing ...
...
"check if material exists in plant
select single matnr into -matnr
from marc
where matnr eq -matnr
and werks eq -werks.
if sy-subrc ne 0. "material not opened in plant ...
... because it gave me possibility to do pre-selection before calling MB51, I've received completly formated results from MB51 and I can add all possible events to grid for new and existing columns. ...
... CTMS_DDB_INIT to initialize memory CTMS_CLASS_DDB to put in memory classification settings CTMS_DDB_SET_VAL_FROM_OBJECT to set values in update screen from existing object (option) CTMS_DDB_SET_VALUE_INTERNAL ...
... exists and you want to overwrite it then you have to use 'RS_CHANGE_CREATED_VARIANT'. Few lines and you can use this in many developments. Importing parameters: I_DYNNR TYPE SY-DYNNR - Current ...
... to check program files directories
- concatenate file path with parameter of IZArc "-ad"
- concatenate program files directories with 'IZArc\IZArc.exe'
- check if IZArc exists with ...
... either by daily job or by the implementation of user-exit if you know how to link GOS object to PO. I faced a request to copy attachments from PR to PO, but what I did was in fact just linking existing ...
... a normal user who was able to create mater data of materials, BOMs and routings. I had also an access to LSWM where I could change a bit a behaviour of some existing projects, and then for the first time ...