Re: Auto fill the Sales employee on save of Contact person
Hi , No need to do the code in BP_CONT/BPCONTOverview to default the employee responsible.You can enhance the view 'BP_CONT/SalesEmployee' and then redefine the method 'do_init_context' of thye impl...
View ArticleNew assignment block in Opportunity screen
Hi Experts! I have a requirement to create a new assignment block in Opportunity screen. Can somebody tell me the step by step to create it? Thanks in Advance Regards, Maria.
View ArticleRe: Mass change of Service request statuses
Hi, If the first one doesn't work i will try the FM provided by yourself. Thanks.
View ArticleRe: Mass change of Service request statuses
I will check it if the first suggestion doesn't work out , thanks. BR.
View ArticlePCM:Product catalog - Upload many pictures at once ?
Hi, We have around 1000 products in the product catalog, is it possible to upload images to the product catalog COMM_PCAT_ADM all at once (individually for all items) ? A thread mentions the upload of...
View ArticleRe: PCM:Product catalog - Upload many pictures at once ?
You need to code this. A hint are Create document attachment in product catalog using CL_CRM_DOCUMENTS . A very very long time ago I wrote a front-end that managed attachments in CRM, so I know this...
View ArticleRe: PCM:Product catalog - Upload many pictures at once ?
Thanks Stephen, let me check with my ABAP guy here and will come back to close the message. Thanks again. BR.
View ArticleRe: New assignment block in Opportunity screen
Hi Maria, You can create fields or assignment blocks by using EEWB. Please try with EEWB in CRM GUI. Business Object : OpportunityExtension type: Extend opportunity Please search for eewb information....
View ArticleRe: Dump Exception Class CX_BSP_WD_INCORRECT_IMPLEMENT
Hi, Which version of SAP CRM you are using? Thanks Kumar
View ArticleRe: Dump Exception Class CX_BSP_WD_INCORRECT_IMPLEMENT
Hello Mak, In 7.0 there is no code in the inbound plug method ip_fromcorpaccountsalesareasef. After clicking on edit button it navigates to window "salesareaedit" and inbound Plug is called. and, moves...
View ArticleRe: Auto fill the Sales employee on save of Contact person
Hi Kumar, thanks for the input. Problem is that with your code nothing happens on the screen.I do not get any errors but I do not see the sales employee beeing filled in.When I debug, the variables are...
View ArticleRe: Auto fill the Sales employee on save of Contact person
Solved the problem myself.I added following code to the DO_PREPARE_OUTPUT method of view Salesemployee CALL METHOD SUPER->DO_PREPARE_OUTPUT EXPORTING IV_FIRST_TIME = ABAP_FALSE. DATA:...
View ArticleRe: Download to excel feature is throwing error: Service cannot be reached
Ok! Best Regards,Erick Ilarraza
View ArticleRe: Dump Exception Class CX_BSP_WD_INCORRECT_IMPLEMENT
Hello Mak, In 7.0 there is no code in the inbound plug method ip_fromcorpaccountsalesareasef. After clicking on edit button it navigates to window "salesareaedit" and inbound Plug...
View ArticleRe: Dump Exception Class CX_BSP_WD_INCORRECT_IMPLEMENT
That's why I'm suggesting to disable first the customer enhancements
View ArticleCRM Framework
Hi Experts, What is CGPL framework and Whitefield framework ?? Like One order framework is used to create a business transaction and a one order can be seen in crmd_order transaction. can you all...
View ArticleHow the NET_VALUE_MAN gets caculated in SAP CRM?
Hi Experts, In an opportunity header there is a field NET_VALUE_MAN(Exp Total Value) which holds the sum of the target revenue of the all items of opp. I would like to know, how the system calculates...
View ArticleRe: How the NET_VALUE_MAN gets caculated in SAP CRM?
Hi All, I got the clue now. The FM is CRM_CUMULAT_H_UPD_BUFFER_EC. Inside this there is another FM CRM_CUMULAT_H_UPD_BUFFER_OB(its called at the end) which do the final sum at the end. ThanksSudhansu
View Article