Re: How to upload excel file into internal table in sap crm
Hi, By using the fm UPLOAD_XLS_FILE_2_ITAB directly excel file can be uploaded to internal table. CALL FUNCTION 'UPLOAD_XLS_FILE_2_ITAB' EXPORTING i_filename = p_local TABLES e_itab = lt_file...
View ArticleRe: Edit column inside of table view context node
Unfortunately, the task was completely redesigned favor to brand-new component, so I can't check the proposed solution this time. Anyway, many thanks for the consultation it definitely helped me to...
View ArticleRe: Edit column inside of table view context node
Hi Mike, Thanks for your kind words and the update RegardsVinod
View ArticleRe: Configurable areas are not shown in WebUI.
Hello Maddy, Hope you are doing great! Check if this links can help you: http://scn.sap.com/community/crm/blog/2012/05/03/how-to-configure-application-enhancement-tool-aet-in-the-navigation-bar...
View ArticleRe: Adding Custom Tables using AET
You can get a complete understanding of AET and EEWB by watching the below youtube video. http://youtu.be/lsV4K9hFBr4 Thanks,
View ArticleRe: ABAP TO CRM please guide
This youtube video will give you an overview of SAP CRM ABAP. What are the pre-reqs for learning SAP CRM ABAP, what are the different components involved and how its different than Web Dynpro ABAP and...
View ArticleRe: Dump error in WebUI.. :(
Thank you Kumar. Implemented sap note1801092, problem solved.
View ArticleRe: budget allocation to campaign
Dear Ravi, Please explain me what are the roles and responsibilities of sap crm functional consultant in rollout projects?I have raised my request in below thread, please reply to that. Explain me...
View ArticleHow to navigate from mail body to activity ovp
Hi, Please guide me how to send activity information based on status and need to send email notification daily once. 1.How to fetch the activities based on status.2.How to send email notification daily...
View ArticleWebui tab closes as we open another tab
Hi Team, In CRM Webui tabcloses as soon asyou open thenext tab.The closedtabwill re-openthe nextcloses,thisisabout3 timesthen stayonthe riders.After about 10 minutesthe firstpopupisthe first...
View ArticleDO_CONFIG_DETERMINATION code is not triggered in the enhanced component
Hi I have enhanced one standard component as below. Enhanced standard component using active enhancement set in the system(Only one enhancement set).Enhanced default viewAdded required fields to view...
View ArticleRe: Workflow notification after new BP is being created
Hello Alexander Kirillov, Can u plz let me know how to debug this triggering.want to send data to external system via xi when partner created or changed.followed ur steps by creating event and copying...
View ArticleRe: Get Related Entities
Hi Yordan, The probable reason for not returning anything into lv_children is the BP on which you are trying to get the relations does not have any relations created at all. In such case the collection...
View ArticleRe: How the logical link is linking to Customer Configuration of UI Component?
Hi Kalyan, We have done similar requirement in our current project and here is how you can do it. You can implement this interface IF_UI_LINK_PARAMETER_CLASS in a z class and use this class as a...
View ArticleRe: Get Related Entities
Hi After getting related entities lv_children ?= lv_ent->get_related_entities( iv_relation_name = 'BuilRelationshipRel' ). lv_size = lv_children->size( ). If lv_size < 1. Throw your error....
View ArticleRe: DO_CONFIG_DETERMINATION code is not triggered in the enhanced component
Hi Raj, In general DO_CONFIG_DETERMINATION method is called on every server round trip. So there is no possibility that this method is not called unless this view is non configurable or not shown on...
View ArticleRe: DO_CONFIG_DETERMINATION code is not triggered in the enhanced component
Hi Raj, Try Calling CALL METHOD on_config_data_changed EXPORTING viewname = 'view name'. At the end of DO_CONFIG_DETERMINATION. Best Regards,Pratheek
View ArticleChange history
hello expertsI have a requirement where i need to findout the changed fields in a method of the class implementing IF_CHTMLB_FORM_ITERATOR interface and i have a context node as a attribute in class...
View ArticleValue help for Country Attribut - COMM_ATTRSET
Hello, with Transaction COMM_ATTRSET i created a new Attribute ZWE_LAND (CHAR3) with value tab T005. I added this Attribute to a settyp and also added it with append into the search structure for...
View ArticleRe: GS_CM component's attachments refresh issue
hi Viji,I had this problem and solved myself somehow..Please share your solution..
View Article