Re: Adding text information in result view
This issue is solved.FYI, I created the attribute as value attribute. After assigning to design layer, I copied the relevant design object and added my attribute to it. Additionally, I had to append...
View ArticleRe: F4 Help
Please check this links, Its might be helpful. https://scn.sap.com/thread/2114149 And http://scn.sap.com/thread/1870111 Thanks and Regards,Santosh.
View ArticleSAP CRM TRNACTION HISTORY
Hi All, Is it possible to maintain transaction history programmatic .In my requirement I created a custom program and inside the custom program ,I am using ORDER_MAINTAIN,ORDER_READ and...
View ArticleRe: SAP CRM TRNACTION HISTORY
Hi, You can do it. You have to explicitly call the update function module of the change object that you are using for the transaction type and pass the old and new values.This would write the value in...
View ArticleRe: SAP CRM TRNACTION HISTORY
If only a few fields are not getting updated, then you need to look at how the changed document object has been defined and implemented in your scenario. The update function module generated with the...
View ArticleRe: if_bsp_model_binding~set_attribute NOT BOUND
Hello!just want to let you know the Solution:in SOAMANAGER I changed to a Manual configuration of the WS logical port,there I set up the User and Password,then when calling the WS I got this error:...
View ArticleRe: How to Auto-populate OWNER in a Buying Center in an Account
Hi Sami, Thanks for the reply.Whenever I log in with the Employee login id, I can see his name is auto populated as the Emp. Resp., in an Account, etc. But for this specific issue where I am trying to...
View ArticleRe: getting error in DATE field
I am on my way but it's quite dificult to find out without your system Questiosn: 1- How did you enhance the BOL with the new field? 2- In this piece of code with which value is filled? (an example of...
View ArticleRe: Show Se11 structure in a table view
Hi Michael, Which version of CRM are you using?Regards, Luis
View ArticleRe: setting and getting methods have different valuse.
This is standard genil class,Is it required to change ThanksSuresh
View ArticleRe: Not able to Open Attachment in Email in WEB UI
Hello Kapil, Can you please confirm if the dump occurs only during creation or while you display as well? If the URL mentioned in the BSP error points to /bc/bsp/sap/crm_ui_frame/[file name] and if the...
View ArticleRe: Difference between do_prepare_output and do_init_context methods
Hi Srujana, Do_init_context method: This method is called after the context node is created. This method is called after wd_create_context which in turn calls connect_nodes on context level....
View ArticleRe: SAP CRM TRNACTION HISTORY
Hello Pradhan, Are you using custom change document? Please share the details. Thanks,Amit Singh
View ArticleRe: Not able to Open Attachment in Email in WEB UI
Hi Reshma, The dump comes when after attaching the attachments, and before sending the mail..I try to open the first attached document to view it.For example in the below screen shot after attaching...
View ArticleRe: setting and getting methods have different valuse.
Hello Suresh, check lr_entity....after debugging set_property method ...new value should be set inside it... values are setting properly or not?Please check it. Thanks,Amit
View ArticleRe: setting and getting methods have different valuse.
Hi Amit, thanks for inputIn debug i checked it is changing the collection . But in get method there is no collection. ThanksSuresh
View ArticleRe: User-exit / BADI to control BP replication from CRM into R/3
You don't have copy the function group if you can get all the information from the ct_bp_extern parameter. Simply create a new function module in an appropriate group, and make sure it has the same...
View ArticleRe: Create a new fields in CRM_ORDERADM_I using Append Structures
Just use the AET and make sure the new fields aren't marked as relevant for those areas you dont' want them in. I don't really understand why you want to do this manually! However if you want to make...
View ArticleRe: Getting a dump for Deals in CRM_ORDER_READ
You got bad data in those orders that it bypasses. That's the only explanation that I can think of if it runs for all the other orders. Without knowing your code or fields, you are probably doing...
View Article