cancel
Showing results for 
Search instead for 
Did you mean: 

How to use diff paragraph formats in one row in sap scripts.

0 Kudos

Hi all,

I have a requirement of printing few fields with different paragraph format in a same row and the column having same format.

Is it possible to use 2 paragraph format for the same row but different fields.

example:

paragraph formats :P1 & P2.

Fields to print: f1(value1),f2(valueA),...

s'ld print :

srno. f1 f2 .....

1. v1(p1) vA(p2) ....

2. v2(p1) vB (p2) ...

3. ... ... ..

Accepted Solutions (1)

Accepted Solutions (1)

amit_khare
Active Contributor
0 Kudos

Welcome to SDN.

You can have the same. Create two character formats.

Now use them.

<C1>para1</C1><C2>para2</C2>

Regards,

Amit

Reward all helpful replies.

Answers (2)

Answers (2)

0 Kudos

Thank you all,

Allready assigned good points.

Former Member
0 Kudos

You have to use character format for this. Create character format with your requirement.

<C1>var</>