‎2007 Aug 03 8:13 PM
Hi friends,
In classical report i what to make "12344" or "subtotal" as Bold.How to make it?.
Interview Quation 1)Can we call in a report any another reports and How?
2) Can we convert variable window as mainwindow?
3)Is it possible in one page more than 1 mainwindow?
with regards,
satya.
‎2007 Aug 03 9:43 PM
Hi Narayana,
<b>In classical report i what to make "12344" or "subtotal" as Bold.How to make it?.</b>
DD_STYLE_TABLE is the sample program to print text in reports with fonts, colors and bold too and this report is based on class CL_DD_DOCUMENT with its methods.
Interview Quation <b>1)Can we call in a report any another reports and How?</b>
Yes, You can do either with SUBMIT REPORT statement or using CALL TRANSACTION
<b>2) Can we convert variable window as mainwindow?</b>
No
<b>3)Is it possible in one page more than 1 mainwindow?</b>
Yes, You can have upto 99 mainwindows in a page.
Plz reward points if it is helpful..
Thanks,
Vinay
‎2007 Aug 03 8:22 PM
Hi,
You need to use FORMAT INTENSIFIED ON..for this
1 either by using CALL TRANSACTION or by SUBMIT
3 no
regards,
Atish
‎2007 Aug 03 9:43 PM
Hi Narayana,
<b>In classical report i what to make "12344" or "subtotal" as Bold.How to make it?.</b>
DD_STYLE_TABLE is the sample program to print text in reports with fonts, colors and bold too and this report is based on class CL_DD_DOCUMENT with its methods.
Interview Quation <b>1)Can we call in a report any another reports and How?</b>
Yes, You can do either with SUBMIT REPORT statement or using CALL TRANSACTION
<b>2) Can we convert variable window as mainwindow?</b>
No
<b>3)Is it possible in one page more than 1 mainwindow?</b>
Yes, You can have upto 99 mainwindows in a page.
Plz reward points if it is helpful..
Thanks,
Vinay