...
BUILT_IN_SCREEN
APPLICATION_LOG_EMBEDDED
SUBCLASS_TYPE
CREATE
This is a factory method which you need to use to create FALV object.
I_PARENT
If ...
... and simple is to use FALV. A table is passed to factory method , title is updated and then full screen grid displayed
"! This is demo for FALV standard fast call
"! done by Lukasz Pegiel for http://abapblog.com ...
... LVC field catalog implementation method lvc_fcat_from_internal_table.
data: table type ref to data.
create data table like it_table.
assign table->* to field-symbol().
try.
cl_salv_table=>factory( importing ...
... can use this one without checking if reset of rejection can be done or not.
Importing: I_BANFN TYPE EBAN-BANFN -> Purchase Requistion number Changing: C_FACTORY TYPE REF TO IF_PURCHASE_REQ_FACTORY ...
... EBAN-BANFN ->Purchase Requisition Number Exporting: E_RESETABLE TYPE FLAG -> If rejection can be reset this parameter will be set to 'X' Changing: CO_FACTORY TYPE REF TO IF_PURCHASE_REQ_FACTORY ...
...
data: fo_ixml_sf type ref to if_ixml_stream_factory.
data: f_ixml_data_doc type ref to if_ixml_document.
data: f_ostream type ref to if_ixml_ostream.
data: f_encoding type ref to if_ixml_encoding. ...
...
data: fs_raw255 type solix.
data: f_tablenght type i.
data: f_string type string.
data: f_xstring type xstring.
data: fo_ixml type ref to if_ixml.
data: fo_streamfactory type ref to if_ixml_stream_factory. ...