cancel
Showing results for 
Search instead for 
Did you mean: 

Binary out put to pdf on saop request

vijay_kumar133
Active Participant
0 Kudos

Dear Friends,

In the soap to server proxy scenario on the request of soap if i send a binary data from service proxy can a soap response can convert that into pdf.

I have BAPI_GET_PAYSLIP_PDF bapi which gives a binary out put if i provide this to a .net or java can they convert

into pdf... is it possible..

Regards

Vijay

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

HI Vijay,

Can you check this out and see whether it helps you in anyways:

https://wiki.sdn.sap.com/wiki/display/XI/HowtoSendBinaryDatatoRFCfromXI%28or%29PI

Regards,

---Satish

vijay_kumar133
Active Participant
0 Kudos

Hi Satish,

thanks for wiki,

But in my case i need to send from a bapi to a .net application..

Now i need to find out what is the format that this bapi BAPI_GET_PAYSLIP_PDF is giving out and in .net application can we convert it into pdf or not...

Regards

vijay

vijay_kumar133
Active Participant
0 Kudos

Hi satish,

Today we have converted the BAPI output into PDF in .net...

Now thw issue is the output of the BAPI_GET_PAYSLIP_PDF is the hexadecimal format and which is of huge size it almost storing in 50000 lines in a table. So now if i transfer this hexacode to .net portal is really hectic...as every line it takes as one output string element in payload

Now can we send this output in any other means to .net in soap response..or any indirect method..

Like once the request is send to R3 after executing the BAPI in proxy class and converting that into PDF and sending as attachment in soap response is this possible..

Only consern here there are lot of applications i need to do in the same so that server performace should not effet.. for example..

CTC View,Payslip view,IT declarion view... many such ... in .net and websphere parallel.. and every request will increase the traffic in xi...

Any kind of approach for all this ...

Regards

Vijay

Edited by: vijay Kumar on Jul 13, 2009 8:38 AM