2011 Jan 21 11:21 AM
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
2011 Jan 24 3:53 PM
2011 Jan 25 10:18 AM
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?
2011 Jan 26 8:20 AM
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
2011 Jul 05 12:59 PM
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.