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

SAP SCRIPT COMMAND LINE FONT SIZE

Former Member
0 Likes
451

Dear Abapers,

Im getting data in sap script from INCLUDE (PO Text) with command line format (/:).

my problem is i want to discrease there font size.

how i solve this.

can we change font size in command line.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
373

Hi,

Use paragraph addition in the INCLUDE statement..

/: INCLUDE name [OBJECT o] [ID i] [LANGUAGE l] [<b>PARAGRAPH p</b>]

[NEW-PARAGRAPH np]

/: INCLUDE MYTEXT LANGUAGE 'E' <b>PARAGRAPH 'A1'</b>

Thanks,

Naren

2 REPLIES 2
Read only

Former Member
0 Likes
374

Hi,

Use paragraph addition in the INCLUDE statement..

/: INCLUDE name [OBJECT o] [ID i] [LANGUAGE l] [<b>PARAGRAPH p</b>]

[NEW-PARAGRAPH np]

/: INCLUDE MYTEXT LANGUAGE 'E' <b>PARAGRAPH 'A1'</b>

Thanks,

Naren

Read only

0 Likes
373

Thanks Naren.