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: 

Print block for UCES Customer

Former Member
0 Kudos

Hi

Is there any standard con-fig process to stop bill print for UCES customer while executing EASIBI transaction.

what exactly customer require if BP is on UCES so when executing EASIBI. system will block customer print document for printing.

thanks in advance for your support

4 REPLIES 4

Former Member
0 Kudos

Hello mahledeepak

Try this

http://www.sdn.sap.com/irj/scn/advancedsearch?query=uces+

Regards

Chris

0 Kudos

Hi,

As far as i know UCES config does not interferes in standard ISU processes... You would have to configure this from ISU itself.

Could you please elaborate on the requirement as to why you would want to treat UCES customer differently from normal ISU customers?

Former Member
0 Kudos

Hello mahledeepak

UCES is an Web interface. The Customer can Login in pass data ( Metareading ),

The Logical Part you can do on Your on.

For example METHOD if_ex_isu_uces_mail~abbp_send_msg.

Check bilplan ...

An than You can call Your Transaktion

Check the Class CL_IM_ISU_UCES_BCONTCREATE

METHOD if_ex_isu_uces_bcontcreate~abbp_save_create_bcont.

Edited by: Christian Fritsch on Jan 26, 2011 10:03 AM

Sreejith1
Contributor
0 Kudos

Hi mahledeepak ,

I am not able to understand your problem. But if you want to block on particular function in UCES, you can do it in either in ABAP side or in JAVA side.

If you want to block one functionality its not hard to do in JAVA side.