making text ids mandatory depending upon the activity reasons selected in the...
Hello All we have a business requirement like this - some of the activity reasons being maintained have mandatory fields to be filled by the agent on their selection our proposal is to maintain 4...
View ArticleRe: making text ids mandatory depending upon the activity reasons selected in...
Hi, If I understood your requirement correctly then the basic idea about how it can be done is as below:In the get_p method of the subreason field add the code for server round-trip so that when you...
View ArticleConvert local timestamp to utc timestamp on web ui
Hi, my requirement is to get the correct time when creating a Forms Menu. On checking the Correspondence for 'Created at' time, in Interaction Records, its showing the time 5 hours early, of what is...
View ArticleRe: Variant function/pfunction devlopment need clarification!
Little update.I still not able to see logs or traces, but using a statemnt like this in the code args.set_value("ZZCONSUMO", 60); i'm able to check that my function is correctly triggered, since...
View ArticleRe: Convert local timestamp to utc timestamp on web ui
Hello Swati , I think by 'time' you mean to say both date and time at once i.e. timestamp. I think you need to use the below statement : CONVERT DATE d TIME t INTO TIME STAMP tstamp TIME ZONE 'UTC'....
View ArticleRe: Convert local timestamp to utc timestamp on web ui
Hello Swati, Use below statement to convert timestamp into time :-- CONVERT TIME STAMP lv_timestamp_from TIME ZONE lv_timezone INTO DATE lv_date TIME lv_time.and, covert time to timestamp:--CONVERT...
View ArticleRe: status profile change for existing Transactions
Hi depika, ip_guid = gs_order-guid. ls_status-ref_guid = ip_guid. ls_status-ref_kind = 'A'. ls_status-status = 'E0003'. ls_status-user_stat_proc = 'ZCRMPRG'. ls_status-activate...
View ArticleRe: status profile change for existing Transactions
Solved my self. added the below code. CALL FUNCTION 'CRM_STATUS_DELETE' EXPORTING* CLIENT = SY-MANDT objnr = gs_order-guid .CALL FUNCTION 'CRM_STATUS_OBJECT_CREATE'...
View ArticleRe: BADI_CRM_BUPA_IL_SEARCH_EXT triggering
Hi , I tried controlling the code by limiting the result after 1st iteration but performance is bad. From BP_HEAD_SEARCH country field is defaulted and this is causing the badi to trigger more than...
View ArticleRe: Order of methods in WEB UI
Hi mamta, I spoke about a single view, even i got confused when kumar said about his sequence I have mentioned the general one when we open any page for the first time.When we open a page for the...
View ArticleRe: BADI_CRM_BUPA_IL_SEARCH_EXT triggering
Hello Vijay, Did you check the documentation of this BADI in SE18. There is a detailed documentaion available for this. Further you can check CL_BUPA_IL_HEADER_SEARCH=>CHECKED_SEARCH_AVAILABLE what...
View ArticleRe: IF_GENIL_APPL_INTLAY~ON_AFTER_COMMIT
Hello, This method is used Usually to release database locks . Regards,Ashik
View ArticleRe: IF_GENIL_APPL_INTLAY~ON_AFTER_COMMIT
yes. i want to do it so. but how can i get he saved object from in this method? i need get it then release the lock.
View ArticleRe: IF_GENIL_APPL_INTLAY~ON_AFTER_COMMIT
Hello Joshua, I believe you cannot directly get the saved objects .This event handler can be used to initialize the object. Since for on_after_commit an object isnot passed, you may have to remember...
View ArticleDetails of tables - ZBOOKING_RESERV & ZBOOK_PRODUCTS
Hi all, I'm actually going through SAP Web Client - A Comprehensive Guide for Developers, a sample PDF from SAP Press.I would like to practice some of the examples. But, I don't know the structures of...
View ArticleRe: Details of tables - ZBOOKING_RESERV & ZBOOK_PRODUCTS
Hello, Prakash. I'd strongly recommend to get the complete book if you want to do a real practice.
View ArticleRe: BADI_CRM_BUPA_IL_SEARCH_EXT triggering
Hi Ashik, Yes. I have implemented a custom enhancement spot but in a different method in check_selection_params where I need to check a combination and then restrict the selection parameters so that...
View ArticleRe: Problem with Page History back navigation on pressing standard Back Button
Hi San, Sorry for my late reply .. Even my issue is not solved .. I have raised an OSS note for the same.. Br,Vijay
View ArticleRe: Mapping Z account group in ERP to Z BP role in CRM
Hi Krishna, I have the same required as yours.I implemented the note 914437. I noticed two peculiar cases from the standard mapping i.e. (standard BP Role sold to party) 1) In BP transaction, in...
View Article