Re: BP data Update @ Runtime
Hi Srinivas Can this fm be used in a BAdI Implementation? well i will try and get back to you...Thanks RegardsSanguine
View ArticleSmall 'Notes' field/block in the Opportunity and Activity Details Assignment...
Hi , In the CRM WebUI (CRM 7.0) , the 'Notes' field/block in the Opportunity and Activity Details Assignment block just allow for 5 lines to be displayed , you can scroll down and up , but it seems not...
View ArticleRe: BP data Update @ Runtime
Hi Srinivas . Bp Number is already generated @ runtime i dont need to create a bp again, I just need to modify the values of that bp @ runtime RegardsSanguine
View ArticleRe: Small 'Notes' field/block in the Opportunity and Activity Details...
HI, In configuration you can increase the row size for the notes field. click F2 and find out the view details and go to configuration and then choose your configuration there choose note field and...
View ArticleConvert class ->Local types option is disabled
Hi , We are trying to implement note 2054905 , but in se24 the option to convert class->local types is disabled. We are on crm ehp2 How do we enable this. Thanks
View ArticleRe: Remove maximum number of results from advance search page screen
Hi Krit R, In your advancesearch tag there is one attribute showMaxHits use this attribute as false. example: <thtmlb:advancedSearch id = "advs0" fieldMetadata...
View ArticleRe: Remove maximum number of results from advance search page screen
Thanks you again. It's another time you save my life.
View ArticleHow to make builHeader field editable in a custom component ??
Hi,I am trying to work on builheader fields on my compnent, But I found this to be in disabled mode while testing it. Please help with the soultion as I am new to CRM. Reagrds Rahul
View ArticleFM to create qualification for the employee
Hi CRM Experts. I Need to create qualification for the employee. The qualification data is coming from external system could you please let me know the FM's. Points will be rewarded .Its very urgent.
View ArticleRe: FM to create qualification for the employee
Hi, I guess this FM/BAPI BAPI_QUALIPROF_CHANGE.is used to create/delete/change qualification for the employee Regards,Ritesh Chetwani
View ArticleRe: How to make builHeader field editable in a custom component ??
Hi Rahul, go to the field there is a get_i_xxxx redefine that method change rv_desable = 'FALSE'. if there is no get_i_xxxx method then generate get_i_xxxx method and pass rv_desable = 'FALSE'. for...
View ArticleRe: BP data Update @ Runtime
Hi Sanguine, BU_SORT1 and BU_SORT2 are fields of BUT000 table and thus you should be able to change it in BUPA_GENERAL_UPDATE badi. You can call and update FM(Hope you know how to create an update FM)...
View ArticleCustom Attribute is not saving
HelloI'm new to CRM but I need your help.I need to add a custom field for service locations => Technical Object DetailsThe field should be add here: First I've tried to use AET but I can´t...
View ArticleRe: Custom Attribute is not saving
Hi, What is the code available in wd_create_context after commenting super class call? This is the method used to create context class(model) reference. Did you check in data base table, the newly...
View ArticleRe: How to make builHeader field editable in a custom component ??
Hi Srinivas, I tried the method suggested by you, it worked . Is there any other alternative to do so. Can i group all the attributes make it editable at one go. I don't want to redefine the get i...
View ArticleRe: How to make builHeader field editable in a custom component ??
Hi Dharmakasi., I am just using Builheader fields in my custom component view to do some testing on a scenario. I want it to be editable by default. In the attached screen, u will notice that only the...
View ArticleRe: How to make builHeader field editable in a custom component ??
Hi, You are not using any edit event, then you have to add code me->view_group_context->set_view_editable(me) in do_init_context of the impl class method..so that when system loads the view it...
View ArticleDownload data in multiple tabs(Sheet) of a single Excel.
Hello everyone. In custom BSP application, On click of a hyperlink field , I need to download data from different tables into single excel .This excel should have more than one sheet(tab) with that...
View ArticleRe: How to make builHeader field editable in a custom component ??
Hi,I added the above code in the resp method. But while testing it is showing me exception:-500 SAP Internal Server Error ERROR: Dereferencing of the NULL reference (termination: RABAX_STATE) RegardsRahul
View ArticleRe: Download data in multiple tabs(Sheet) of a single Excel.
Hi, You can use transformation to create more than one tab in excel sheet. first you have to create transformation in xslt_tool tcode then call that transformation by passing the internal table with...
View Article