on 2022 Dec 16 5:54 AM
Hello Experts,
I have a requirement, to fetch the files from ai11 and update the attachments in Change request section.
Could you please let me know if you have any sample code for that.
Thanks
cl_usmd_model=>get_instance( EXPORTING i_usmd_model = 'xx' " your model here
IMPORTING eo_instance = lo_model
et_message = lt_message ).
lo_model->write_char_value( EXPORTING i_fieldname = usmd0_cs_fld-crequest
it_data = lt_crequest_attachment
IMPORTING et_message = lt_message ).
where:lt_crequest_attachment TYPE TABLE OF usmd_s_crequest_attachment
lo_model TYPE REF TO if_usmd_model
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
62 | |
12 | |
7 | |
7 | |
7 | |
6 | |
6 | |
5 | |
5 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.