Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Bold

Former Member
0 Likes
394

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.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
357

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

2 REPLIES 2
Read only

Former Member
0 Likes
357

Hi,

You need to use FORMAT INTENSIFIED ON..for this

1 either by using CALL TRANSACTION or by SUBMIT

3 no

regards,

Atish

Read only

Former Member
0 Likes
358

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