... ill come soon.
Contact Persons
Creation of a new contact person:
parameters: p_custom type kna1-kunnr.
try.
data(customer) = new zcl_cmd_customer( i_customer = p_custom ).
&n ...
... back to SAP. ZCL_HTML_EDITOR class, which is attached to this post, raises an event whenever someone click on save button in the editor, so you can easily handle it and then use new HTML for your purposes. ...
The latest version of each part of FALV can be found on github repository https://github.com/fidley/falv which you can use in abapGit for easier up to date handling.
This class ...
The latest version of each part of FALV can be found on github repository https://github.com/fidley/falv which you can use in abapGit for easier up to date handling.
Layout class ...
... look into ZCL_FALV class then you'll see that you have direct access fcat table where all field catalog settings are store. When you'll update this table before using display method then ...
The latest version of each part of FALV can be found on github repository https://github.com/fidley/falv which you can use in abapGit for easier up to date handling.
ZCL_FALV is the main ...
...
into corresponding fields of table @sflight
from sflight.
"FALV creation with only table passed
data(falv) = zcl_falv=>create( changing ct_table = sflight ...