SAP for Utilities Discussions
Connect with fellow SAP users to share best practices, troubleshoot challenges, and collaborate on building a sustainable energy future. Join the discussion.
cancel
Showing results for 
Search instead for 
Did you mean: 

need to get the pdf view of ISU bill when called from biller direct screen

Former Member
0 Kudos
547

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

2 REPLIES 2

Former Member
0 Kudos
260

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

Former Member
0 Kudos
260

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