on 2023 Mar 21 7:01 AM
I want to display the text 'text6' only when the value of gc_line2_display EQ 1. But the text is not displaying even if the value of gc_line2_display is 1. The first condition in the screenshot is satisfied. What might be the issue?
Code in initialization for setting gc_line2_display as 1. The internal table has one entry and it is setting the flag to 1.
select SINGLE * from ztbl_appl_sub
into gstr_sp_lh
where appno = wc_app_no
and appsp = 'LH'.
append gstr_sp_lh to gtbl_sp_lh.
if gtbl_sp_lh[] is not initial.
gc_line2_display = 1.
endif.
Please help. Urgent.
Thanks
You can debug a Smart Form generated function module. Just find the line where the conditions concerning GC_LATE_EXP_DATE and GC_LINE2_DISPLAY are defined and add a break-point.
For instance, in a condition of a text node of a Smart Form, I have a condition "RSDAT <> '00000000'", so if I search the line in the generated function module I can find it and I can add a break-point:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
112 | |
8 | |
8 | |
6 | |
6 | |
5 | |
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.