Problem with Page History back navigation on pressing standard Back Button
Hi All , Development is related to a transaction launcher . Process : ---------------------------------Page 0 Home - User opens up an order from search page in CRM UI (page 1) Goes to the details of...
View ArticleRe: need to generate a URL for Custom BOL Object and navigate to it from mail
Hello Vij, You can refer thread http://scn.sap.com/message/14447086#14447086 and implement the changes as per your requirement. Hope it helps, Regards,Ashik
View ArticleRe: New to CRM need assistance with authorization object.
Hello Torrey, You might want to take a look at following links CRM Authorization /Security concept | SCN...
View ArticleRe: Problem with Page History back navigation on pressing standard Back Button
Hello Vijay, Try to debug below classCL_BSP_WD_HIST_MANAGER_BASE methods ON_HISTORY_TRIGGERIF_BSP_WD_HISTORY_MANAGER_DISP~GO_BACKIF_BSP_WD_HISTORY_MANAGER_DISP~GO_FORWARD and compare the behaviour in...
View ArticleRe: BADI for Business partner create/update
Hi All, Thanks once again for all the inputs and suggestions. I am giving the solution what I have implemented if in case any one is interested to know. In the BADI partner_update in method...
View ArticleRe: Partner Determination
Hello Luis,I will explain you the scenario.Here we have two crm system, lets say A & B.When i create any transaction in system A it will store in system B through idoc.So now what is happening...
View ArticleDublicate search field keep adding on pressing Search Button/Enter by using...
Hi Frds, I tried to restict the search data in search screen by using below code, its working fine but the problem is that when ever user press Enter/ Search Button the Field 'CRETED_BY' is keep adding...
View ArticleRe: Dublicate search field keep adding on pressing Search Button/Enter by...
Hi, I think you need to use iv_first_time variable to avoid it if you are doing the code in do_prepare_output method. If iv_first_time eq ABAP_TRUE. lr_qs->add_selection_param( exporting...
View ArticleOverview page: copy text from standard configuration to customer configuration
I have copied a standard configuration of an overview page to a customer configuration.Some of the texts / "headlines" / titles of the assignment blocks are missing on the customer configuration.Is the...
View Articlepublish_current
Hi experts, Can anyone please tell me what is use of publish_current method and which case do we use this method. Thanks,Ashok.
View ArticleRe: Overview page: copy text from standard configuration to customer...
Hi, As per my knowledge I do not think there is any option provided by SAP to copy the configuration with the Texts. We need to maintain them manually. ThanksKumar
View ArticleRe: publish_current
Hi, Its basically used to publish the entity under focus in UI. As the focus gets changed when we move from one page to other , So to publish the focused entity we use Publish_current method.Here is...
View ArticleRe: Replaceing COM_PRODUCT_GUID_GET with BOL attribute
Hi Luis, I got one solution (Idea) : Since the attribute is value type and the FM is used inside the GET method of this attribute so we should not use API on presentation layer . So I am thinking to...
View ArticleRe: Complaints Assignment Block on Account Overview Page
I have gotten the answer, but I mistakenly overwrite the custom enhancement. You just have to be careful while implementing this sap note. Just search for this SAP note 1909224 - "Compliant Assignment...
View ArticleRe: Overview page: copy text from standard configuration to customer...
Thank you for this (sad) reply.
View ArticleRe: Replaceing COM_PRODUCT_GUID_GET with BOL attribute
SAP is right in the sense that while in the presentation layer if you read the database layer, that's generally a bad idea because you avoid buffering built-in by SAP at each layer. As I read this...
View ArticleIssue with Navigating back(History Back)
Hi, I have an issue in navigating back to the previous view. Below is the scenario. 1) There is a standard IC Inbox Search component: ICCMP_INBOX. On the search page I have added a new button " Dispute...
View ArticleRe: Multilevel categorization in Interaction Log Activity
Ok Sumit, You have to perform this requirement please check this link:How-To Guide Add multilevel categorization component of the Interaction Record to other objects - CRM - SCN Wiki Best Regards.
View ArticleRe: Repricing of all items in an Order
Hi, Could you please share how you solved the issue.'ThanksNikhil
View Article