2014 Mar 14 11:16 AM
I have called submit report like below in RFC function module .
submit rfitemap
with kd_lifnr in r_it_lifnr
with x_apar eq abap_true
with x_merk eq abap_true
with x_norm eq abap_true
with x_opsel eq abap_true
with x_park eq abap_true
with x_shbv eq abap_true
exporting list to memory and return.
how to capture or skip error or information populated by submit program ?
As the function module is a RFC function module, the FM is called from some SMDL program . Once the program executes submit statement
is giving system failure exception and giving message like 'No connection with development system'.
Instead of giving messages populated in return table ,the SMDL program returns "NO connection" message.
How to display the message from return table ?
I have called submit report like below in RFC function module .
submit rfitemap
with kd_lifnr in r_it_lifnr
with x_apar eq abap_true
with x_merk eq abap_true
with x_norm eq abap_true
with x_opsel eq abap_true
with x_park eq abap_true
with x_shbv eq abap_true
exporting list to memory and return.
how to capture or skip error or information populated by submit program ?
As the function module is a RFC function module, the FM is called from some SMDL program . Once the program executes submit statement
is giving system failure exception and giving message like 'No connection with development system'.
Instead of giving messages populated in return table ,the SMDL program returns "NO connection" message.
How to display the message from return table ?
2014 Mar 14 12:02 PM
| User | Count |
|---|---|
| 5 | |
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |