hi all,
in code i declared
PARAMETERS p_xdele AS CHECKBOX.
PARAMETERS p_cblock AS CHECKBOX.
PARAMETERS p_nrel AS CHECKBOX.
PARAMETERS : arc LIKE yyflgrc-rcode MATCHCODE OBJECT z_help.
PARAMETERS : cbl LIKE yyflgrc-rcode MATCHCODE OBJECT z_help1.
PARAMETERS : ntr LIKE yyflgrc-rcode MATCHCODE OBJECT z_help2.
now on output screen i am getting all above 6 line by line, but i want them in 3 lines . i.e in first line first parameter from first 3 declarations and first parameter from second three declaration,
so that my output should be in 3 lines each line with two parameters side by side.
<removed_by_moderator>
kindly help me in solving this..
thanks in advance
Edited by: Julius Bussche on Dec 5, 2008 5:00 PM