Re: Issue on Context Node Creation
Hi Dharmakasi, I test it again, after inputting one 10.02.2015 as date value, and then click on Save button, the value is changed to today's date automatically. The following technical field name is...
View ArticleCRM Wed UI Pop-up view enhancement
Hi, I want to add a new field in Scale Price list maintenance view (highlighted in yellow) in Sales Agreement Web UI. This view comes on a pop-up window.I do not find any option to do AET. Any help...
View ArticleRe: Issue on Context Node Creation
Hi Andie, Can you check the data rule assigned for this transaction,SPRO->CRM->Basic functions->Date management->date profile. you can check here for the determination of date rule. I...
View ArticleRe: After creating sales order,user clicks edit item assignment block should...
Hi Kalpana, You can code in item assignment block component BT115IT_SLSO/Items view and redefine the PREPARE_TOOLBAR method in IMPL class. You can control the edit button enable or disable based on...
View ArticleRe: After creating sales order,user clicks edit item assignment block should...
Hi Dharmakasi, Hi Dharmakasi,if we open sales order ->Click EDIT on overview page -Item list assingment block will be disabled.For this i have any changes we need to do in /html level or...
View ArticleRe: Service Repair status issues
Hi Jimmi, Configure your status profile in customization where the user status Completed is set as the last step, As per your first post you plan to set the status from released to cancelled but it is...
View ArticleRe: CRM WebUI Logon
Hi Selva, You have to log on to the Web-UI and you should select the quotation option. The system won't navigate to the create quotation screen after log on to the web-ui. You can create "Direct Link"...
View ArticleRe: CRM_ORD_LP authority check is not working
Hi Marion, Thanks for your reply. It is not working, when I maintain * in CHECK_LEV it is giving all the service requests , but if I maintain any value in CHECK_LEV it is giving zero result Regards,...
View ArticleRe: Issue on Context Node Creation
Hi Dharmakasi, Yes, I assigned date profile ZSER00000001 to the related transaction type, if I use this bol entity BTDate_T_ORDERPLANNED, only today's date is saved and displayed. If I use another bol...
View ArticleRe: FM to read Sold-to party based on Country
Hi Kiran, Use the below code. DATA: ls_add TYPE bupa_addr_search, lt_result TYPE TABLE OF bus020_search_result, lt_return TYPE TABLE OF bapiret2. ls_add-country = 'IN'. ""Country Key...
View ArticleRe: FM/Table to Retrieve opportunities of business partner
Hi Hamid, Use the below code to fetch all opportunities for a business partner. DATA: ls_data TYPE crmt_portal_search_opportunity, lt_oppt_list TYPE TABLE OF crmt_portal_list_opportunities,...
View ArticleRe: FM to read Sold-to party based on Country
Hello Praveen and Ritu, Thank you both .Using above FM I got Partner GUID's ,I can use them according my process. Regards,Kiran
View ArticleRe: CRM Wed UI Pop-up view enhancement
Hi, can any body please suggest me here? Thanks in advance. Regards,kiran
View ArticleRe: BOL entity Bxxx does not exist
Hi Srinivas, I have added model already. But i still found error. Thank you.
View ArticleRe: BOL entity Bxxx does not exist
Hi Srinivas, I can see BOL entity already. Thank you very much for your suggestion. Regards,Hiranya.
View ArticleRe: BOL entity Bxxx does not exist
Hi Hiranya, you have added the model but bol entities are not at reflected because that is giving error.. save that runtime repository and close the window again reload the zcomponent. one more thing...
View ArticleRe: BOL entity Bxxx does not exist
Hi Srinivas, I reload zcomponent then i can input BOL entity already. Thank you very much.Regards,Hiranya.
View ArticleRe: BOL entity Bxxx does not exist
Hi Hiranya, Are you using Zbol entity in your view. if you want to use zbol entity that is not existed in your SO model because SO is a standard model.. have you extend the standard model. if you want...
View Article