Re: Custom component not clearing data on or refresh
Hi Faisal, U r d best man. Thanks Aloooooooooot.It solved my problem. THanksAnit
View ArticleRe: Custom component not clearing data on or refresh
Hi Anit, Happy to know that your issue is resolved. However as per my understanding, there is a chance that this can still occur. Consider applying note 2144604 in that case. If that is also not...
View ArticleRe: Vendor Partner Function To CRM
Karuna, How and where did you get the oss note # 975915? When I tried to open this note in the service portal, it said Document Not Released. Would you please share what the solution was in that oss note?
View ArticleRe: Enhanced component asks for registration key after system copy
To all people that might face similar issues: The solution is that a table called BSP_WD_EXT_HIST exists, that holds the information about enhancements. This table entries are not getting transported...
View ArticleRe: AET Table Creation- Displaying it in a form view
Hi Shailesh, Steps to implement Step 1: Convert Form view to View set Step 2: Assign table view under view area of the view set(Form View).Step 3: if table view is in other component then add a view...
View ArticleSession ID of current WebUI session?
Hello Experts, Is there a way to retrieve a session ID of the current user session within the WebUI framework code? What I have found so far is class CL_CRM_UI_SESSION_MANAGER method GET_SID. However...
View ArticleMake Fields Mandatory on status change on the Web UI screen
Hi All, Whenever there is a status change on the Web UI screen, I need to make certain fields mandatory based on the status of that screen.Is there a way of making fields mandatory from the Component...
View ArticleRe: At least one entry could not be found in object buffer
Hello - I was also getting the same error message when I try to edit the transaction - 'At least one entry could not be found in object buffer' I changed the dates as the transaction was stuck in the...
View ArticleRe: Make Fields Mandatory on status change on the Web UI screen
Hi Chaithanya, Please refer the following thread. Making a field dynamically mandatory-Issue in get_p Thanks,Faisal
View ArticleRestrict the Popups in sales order creation depending on partner
Hello Experts, I would like to know how to restrict the bill-to-party/payer popups when creating a sales order in WEBUI IC agent. when there is a single deviating parter in the account the popup should...
View ArticleRe: How to block Partner Determination related pop up(Partner Selection...
hello mallika, I have a similar requirement. i need to restrict the popups depending on the deviating partner. if we have single deviating partner, the pop up should not be popped. so in this case we...
View ArticleRe: Business partner relationships in order entry
Hey Johan, I have the same requirement to restrict the popups for single deviating parter when creating a sales order. can you please let me know how did you work on this requirement. Thanks in...
View ArticleRe: Make Fields Mandatory on status change on the Web UI screen
Hi Chaithanya, If you want make fields mandatory based on the other field value then you need to code in three place, do_finish_input ,save of overview page class and window's method...
View ArticleRe: Enhancing Standard javascrpit
Hi Rishi, Thank you for your replies on this topic, those are really helpful. But i need one more help after all those replies I try your way to supress standard JS with my own. I took my JS file with...
View ArticleRe: Enhancing Standard javascrpit
Hi Utku , I have followed above approach , but on later stage my requirement got changed so i stopped working on it . I was looking into some of approach that is done on my system by other . I try to...
View ArticleCRMCMP_IC_FRAME & EH_ONFORWARD Call don't want to save all the transaction
Hi All, I am trying below thing in IC agent role when user presses save and end interaction button it will save all the transactions associated with the IC agent interaction. In my case i am doing...
View ArticleSerial Number Field Display Issue in WebUI at Item level for Complaints
Hi Experts, I am working on Component/View BT120H_CPL/ItemList for Complaint creation process.We have the Serial no field for the Product at the Item level.I am able to view the Serial Number Input...
View ArticleRe: Session ID of current WebUI session?
Hi Manuel, Can you try querying the following static variable:CL_HTTP_SERVER_NET=>IF_HTTP_SERVER~SESSION_ID Kind regards,Garcia
View ArticleRe: CRMCMP_IC_FRAME & EH_ONFORWARD Call don't want to save all the transaction
Hi Sanjana, Below code will help to save or rollback based on condition . lr_transaction ?= lr_customer->get_transaction( ). if lr_transaction is bound....
View Article