Re: Delete all entities of a collection in one statement
Hi Ankit, I agree your suggestion is efficient. When I checked the total time for updating one product with 300 features, both approaches took 2sec. So, I choose to put modify outside the loop. Its my...
View ArticleRe: New field in CRM getting refreshed every time
Thanks Ritu, It worked apart from that I need to set helpTriggerSubmit = 'X' in BSP page as well for F4 id to trigger the DO_PREPARE_DATA again..So that user don't need press enter once the value is...
View ArticleReverse Tax Code
In CRM, we generate an intercompany transaction requiring an automated creation of an accounts payable transaction. We are creating transactions using standard CRM functionality, generating a...
View ArticleCHARM CRM UI SICF Session maximize button missing ?
Hi All,Can anyone tel me how to customize or enable sessions window to big in CHARM CRM WEB UI. When I try to select the any project or any values from that f4 option, it opens new session window but...
View ArticleAccount Search based on Sales Org .
Hi Experts , I have a requirement to search accounts based on Sales Org Id. For this I created AET field . Componet : BP_HEAD_SEARCH. please help me to get the logic to get accout results based on...
View ArticleRe: Account Search based on Sales Org .
Hi All, Thanks for your reply..Just creating a AET in searc & result is not enough in my case because I have to search account id based on sales Area data ( Sales Org id assigned ) . And sales org...
View ArticleRe: Account Search based on Sales Org .
Hi Akhilesh, FM CRM_ORGUNIT_GETBUPA returns BP guid based on sales org ID. Regards,Pallavi
View ArticleRe: Account Search based on Sales Org .
Hi All, I am getting the desired result in internal table ct_partner_keys of interfacemethod IF_EX_CRM_BUPA_IL_SEARCH_EXT~SEARCH_PARTNERS of badi BADI_CRM_BUPA_IL_SEARCH_EXT , but in webui i am not...
View ArticleRe: Account Search based on Sales Org .
Hi Experts , Need your help ! I found out why ct_partner_keys is getting cleared because the value of importingparameter IS_CATEGORY is XXX , ie IS_CATEGORY-person = 'X' , IS_CATEGORY-organisation =...
View ArticleRe: Populating Marketing Attributes in BP from custom table
HI, TRY some PUBLISH FM after change. Regards,Deepika.
View ArticleRe: Account Search based on Sales Org .
Hi Akhilesh, I hope you might have checked already, just for my confirmation Did you check in debug mode with out passing value in ls_category like ls_category = ' ' . if this is fine then after this...
View ArticleRe: Populating Marketing Attributes in BP from custom table
Hi Saruchi, Use entity->reread after the FM. This will resolve your issue. Thanks,Faisal
View ArticleBusiness Partner Geocode Maintenance via FM/BAPI
We maintain our stores as business partners. They must have a very precise geo-location (longitude and latitude) for web purposes. E.g. it's not enough to point on a market place address. We need to...
View ArticleRe: Exception condition "REFERENCE_IS_INITIAL" raised.
Hi Chris, I have got the same error, can you please tell me how did you resolved it. in my case web ui working fine for some business roles and giving reference_is_initial for only some particular...
View ArticleRe: Exception condition "REFERENCE_IS_INITIAL" raised.
Hi Shravan, Are you able to identify which place exactly the dump is happening?You can keep break point in source code line from dump analysis in ST22 and traverse back to exact custom code logic. May...
View ArticleField history not saved in Web UI
Hi, Prior to upgrade, the fields in the Web UI e.g. employee responsible, used to show a list of history data as a drop down. Now after the upgrade, this has stopped and the fields does not save...
View ArticleRe: Exception condition "REFERENCE_IS_INITIAL" raised.
Hi Chris, Fill the model node created by you with data. Example: Write the your logic and set the data to that model node. Thanks,Sekhar Reddy
View ArticleRe: Downloading missing Material data to CRM (Sales Area)
Issue was resolved, initial replication of Material had to be carried out and it updated all materials.
View Article