on 2024 May 30 7:13 PM
Hi Folks,
Im facing a issue while submit the CJI3 transaction in my custom program.
some projects getting ALV data but some projects not found in CJI3 t.code getting this Pop Up message.
I need to suppress this Popup message if projects not found in CJI3 report.
cl_salv_bs_runtime_info=>set(
EXPORTING display = abap_false
metadata = abap_false
data = abap_true ).
DATA : it_tabs TYPE TABLE OF abaplist.
DATA(prof_db) = '000000000001'.
SET PARAMETER ID 'CAC' FIELD kokrs."'BCCA'.
SET PARAMETER ID 'PDB' FIELD prof_db."'000000000001'.
SUBMIT rkpep003 WITH SELECTION-TABLE it_rsparams AND RETURN.
TRY.
cl_salv_bs_runtime_info=>get_data_ref(
IMPORTING
r_data_descr = data_desc ).
CATCH cx_salv_bs_sc_runtime_info.
ENDTRY.
What should i do for skip this message in program.
Request clarification before answering.
Hi,
In a way you can suppress the popup by not submitting non-existent projects to the tcode.
You could check and filter our PROJ/PRPS tables before, no? Or issue your own message for those?
M.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
86 | |
11 | |
9 | |
8 | |
6 | |
6 | |
5 | |
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.