Re: Facing problem in selecting Drop Down values in WebUI - SAP CRM
Hi, Define the server round-trip in the get_p_BILLTO_ADDRESS_SHORT method , So that when you select any value from the drop down screen get refreshed. add below code : WHEN...
View Articleenhanced component ICCMP_BTPARTNER
Good Moornig all, I have enhanced the component ICCMP_BTPARTNER creating a new view. Now in this view I would like to create an input field usingtag and with a button submit the value of the input to...
View ArticleRe: Facing problem in selecting Drop Down values in WebUI - SAP CRM
Hi Kumar,Do you mean to create server event for Bill-To party. WHEN IF_BSP_WD_MODEL_SETTER_GETTER=>FP_SERVER_EVENT. RV_VALUE = 'BILTO_PARTYID'.I am unable to capture the Bill-To party ID for...
View ArticleRe: Unable to open GUI Transaction in WEBUI using ITS
Hi , Check your URL . To generate the URL go to SICF and execute.Now opendefault_host->sap->bc->gui->sap->its->webguiright click on webgui and select test service . Copy the URL and...
View ArticleRe: Facing problem in selecting Drop Down values in WebUI - SAP CRM
Yes , add the code given above (server even)t to get_p method of the field which you are using as dropdowm for bill to party address.do the debugger stop in set_bill_to_name method after adding above...
View ArticleRe: Unable to open GUI Transaction in WEBUI using ITS
Hi Kumar Thanks for your Reply As I have mentioned on my above Post , I did the same thing that you have replied but it is not working for me even from SICF transaction using the path...
View ArticleRe: Unable to open GUI Transaction in WEBUI using ITS
Hi Abhishek, Please check if your service is configured correctly or not.For reference follow below...
View ArticleRe: Unable to open GUI Transaction in WEBUI using ITS
Hi Gaurav Thank-you so much . I have made the settings and now it is working perfectly. Thanks a lot !!! RegardsAbhishek
View ArticleToolbars for standalone FORM view
Hi All, I have seen that toolbars can be added to form view which is assigned to overview page. If suppose I want a form view to be standalone. Can I add toolbar buttons to it? If not why?...
View ArticleRole of toolbars provided in wizard for Form View in EHP1
Hi Gurus, Can you help me with Kindly, some one help me, how can I investigate it. Regards,Devender
View ArticleRe: Display search field depend on another field's select value
yes. i already assigned this search parameter to btqcompl.but i still could not get it in search ui. is it caused by shared memory not updated problem?
View ArticleWHY WE ARE USING CRM THAN ABAP
Friends why crm is best than abap.Can anyone explain?Tell me the main differences?
View ArticleRe: WHY WE ARE USING CRM THAN ABAP
i am assuming question is whether to learn CRM or ABAP. I guess the answer is sap crm is best through abap. means if want programming, then learn abap(technical) or if you want functional side of...
View ArticleRe: Role of toolbars provided in wizard for Form View in EHP1
HiToolbar is for placing the button in that particular page. For example in SAPGUI you have MEnu bar buttons and placing buttons in ALV grid etc.. If you check the check box toolbar you will get a...
View ArticleRe: Toolbars for standalone FORM view
hiyou can do it by using a method called do_prepare_output( )..Please declare a attribute called gt_buttons and populate it in the above said method.Please use this attribute in .htm thtmlb attribute...
View ArticleRe: Original value of a changed attribute
Check_save_needed( )- in transaction class might tell you whether changes has been done in that transact
View ArticleRe: Toolbars for standalone FORM view
I have followed few SDN forums, As per the forums, to display buttons on the form view's toolbar, it should be assigned to Overview Page. My concern is I want to display toolbar on form view without...
View ArticleRe: WHY WE ARE USING CRM THAN ABAP
ABAP and CRM are two different terms..ABAP is a programming language which is basically used in ERP(R/3). There is more demand for CRM cosultants in the market so people like to choose CRM..Also in CRM...
View ArticleRe: Toolbars for standalone FORM view
HiYes , No need of Overview page for toolbar buttons, You can have it in form view also via do_prepare_output method and .htm page tags.
View Article