on 2018 Apr 19 12:33 PM
Hi all,
I created a call transaction program in for ground mode i got message like
'Document 1000000067' has been created success fully.
but in background mode it is showing
'Document 'SAPLKACB' has been created success fully.
MY LOGIC IS:
call transaction lc_trans using gt_bdcdata
mode gv_mode
update lc_update
messages into lt_bdcmsgcoll.
endif.
endloop.
read table lt_bdcmsgcoll into ls_bdcmsgcoll with key msgtyp = lc_msgtyp.
if sy-subrc = 0.
describe table lt_bdcmsgcoll lines lv_line.
if lv_line > 0.
read table lt_bdcmsgcoll into ls_bdcmsgcoll index lv_line.
message s004(zmsg) with ls_bdcmsgcoll-msgv1.
endif.
endiF.
Request clarification before answering.
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.