cancel
Showing results for 
Search instead for 
Did you mean: 

Multiple columns in PDF document

Former Member
0 Kudos

Hi All,

I am trying to create a pdf document in which a row has 3 columns.

For example,

-


ABC

123

-


XYZ DEF LMN

234 567 890

-


What i tried doing was in BLS, i have a PDF document action and was adding PDF text to that document.But while adding the second row data, my output is different. I am getting all data one below the other.

I tried using PDF table, but i suppose there is no option of achieving the intended result that action as well.

I am using SAP xMII 11.5 SR 03.

Any input is appreciated.

Thanks in Advance,

Ram

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

You will have to use two PDF_Table actions to accomplis this. You can't do it with just one action.

Current functionality only supports so much beacause of the iText PDF library. We just have to work around it...is alL!

Hope this helps!

Former Member
0 Kudos

Alin,

Thanks for your reply.

How do i use the Pdf_table action to add text and value?

My data source document are going to be parameters. I have created 2 transaction parameters for each column. But how do i put it into the PDF Table?

Thanks,

Ram

Former Member
0 Kudos

You can't....the PDF_Table action takes the output from a query action and then displays it.

So technically if you were to build your xMII document the way you wanted, then mapped it's output to the PDF_Table action it would work with the column names you wanted.

- A. P.