2008 Aug 25 1:16 PM
Hi experts,
Well my requirement is to get the bill or invoice in pdf format when a pdf icon button is to be clicked on UCES(biller direct) screen.........automatically the invoice should be displayed in pdf format.
So....what are the steps for:
1. getting the initial format of billing(invoice)?
2. convert from that format to pdf.?
3. calling this at runtime from the biller direct screen?
I am a novice in this biller direct and UCES.Hence any help with details if possible will be helpful and rewarded
2008 Aug 26 12:33 PM
hi
u can make use of the transaction efrm
click utilities in the title bar/copy from client/
(gv sap 000 as ur client and select ur application form which satisfies ur need) for ex
IS_U_BILL_PDF and enter
clcin english
and save the settings
u will get the form in pdf in a new name starting with zis_u_bill...
hope u can develope from that or use the same
regards
prince
2008 Aug 29 11:36 AM
Hi,
Look at the ABAP class CL_ISU_UCES_BILLING. There is method "GET_PDF_FILE" which should be useful for you. Also discuss with your JAVA developer as well for intergration.
Hope it helps.
-ASB