Quantcast
Channel: SCN: Message List - SAP CRM: Webclient UI - Framework
Viewing all 7775 articles
Browse latest View live

Re: Role of a CRM Functional Consultant???

$
0
0

hi, i have done MBA in Marketing. i m working in education institute as a course Co-coordinator.

Working under SAP SLCM Module ECC6.0 EHP6 Production Server. Now i want to make my career in SAP but it seems there is no progress for SLCM Module.

so please guide me what steps do i need to take to grow my career in SAP, and in which other SAP modules my present experience will be counted.


Re: Role of a CRM Functional Consultant???

Re: iBase components creation (via report batch execution)

$
0
0

Hi Murali,

 

That's a great sample program. I am planning to implement the same. Can you please provide the sample data file as well. That will be of a great help!

 

Thanks in advance.

 

Siva

CRM BT Extension Issue: Custom Handler Classes

$
0
0

Hello CRM gurus,

 

I'm working on a project to extend CRM object Business Transaction with new nodes and encountered an issue.

I configured the new nodes and new relations, developed my own custom handler classes inheriting CL_CRM_RUNTIME_BTIL and redefined methods READ_ATTRIBUTES and MAINTAIN_ATTRIBUTES. I also used CRMV_EVENT to register call-back function modules which were invoked by function module CRM_EVENT_PUBLISH_OW from my customer handler. When I conducted testing in transaction GENIL_BOL_BROWSER, it worked fine to insert a new entry, the Z*_RUN_BTIL-MAINTAIN_ATTRIBUTE method was called and I can see my Z* tables did get updated. However, Z*_RUN_BTIL-READ_ATTRIBUTE was never invoked. Every time I inserted an entry, I can no longer see its existence in GENIL_BOL_BROWSER and have to check it in SE16. It puzzled me a bit as both methods MAINTAIN_ATTRIBUTE and READ_ATTRIBUTE are in the same customer handler Z*_RUN_BTIL. What could be the reason? Would you please shed some light if you have a clue? Many thanks.

Re: CRM Marketing: Planning Profile

$
0
0

Dear all,

where do we create the planning profile that we assign to planning profile group?

Am not able to create the planning profile.Please guide me.thanks in advance.

Re: Need to add some fields from transaction data(lead) in the work-list columns of user on web UI.

$
0
0

Thanks a lot Srinivas,

The issue has been resolved now.

The combined code that I have written is:

 

DATA: ls_wi_attributes TYPE crmt_ct_inbox_wf_root_attrib,
         lv_value
TYPE SWW_WIID.

  
DATA: lrf_current_wi TYPE REF TO if_bol_bo_property_access,
            lrf_current_wi_mixed
TYPE REF TO if_bsp_wd_ext_property_access. "It is a mixed Node with Value Attribute(s) now

  
DATA: lv_objlist TYPE TABLE OF SIBFLPORB,
         wa_objlist
TYPE SIBFLPORB,
         lv_return_code
type SYSUBRC,
         lv_object_guid
TYPE SIBFBORIID,
         lv_guid
TYPE CRMT_OBJECT_GUID,
         lv_guid_tb
TYPE CRMT_OBJECT_GUID_TAB,
         lv_orderadm_i
TYPE CRMT_ORDERADM_I_WRKT,
         lw_orderadm_i
type CRMT_ORDERADM_I_WRK,"jjjj
         lv_ordered_product
TYPE CRMT_ITEM_DESCR_PARTNER,
         lv_ordered_product_string
TYPE STRING.


  
if iterator is bound.
     lrf_current_wi_mixed ?=
iterator->get_current( ).
  
else.
     lrf_current_wi_mixed ?= collection_wrapper
->get_current( ).
  
endif.

   lrf_current_wi
= lrf_current_wi_mixed->get_model_node( ).

  
CHECK lrf_current_wi IS BOUND.

   lrf_current_wi
->get_property_as_value( EXPORTING iv_attr_name = 'WI_ID' IMPORTING ev_result = lv_value ).

  
IF lv_value IS NOT INITIAL.       "CHECK lv_value IS BOUND.

    
.
    
CALL FUNCTION 'SAP_WAPI_OBJECTS_IN_WORKITEM'
      
EXPORTING
         WORKITEM_ID    = lv_value
      
IMPORTING
         RETURN_CODE   
= lv_return_code
      
TABLES
         OBJLIST       
= lv_objlist[].

     
IF sy-subrc = 0 AND lv_objlist[] IS NOT INITIAL.

      
READ TABLE lv_objlist INTO wa_objlist WITH KEY TYPEID = 'BUS2000108'.
      
IF sy-subrc = 0 .
         lv_object_guid
= wa_objlist-INSTID.

        
MOVE lv_object_guid to lv_guid.

        
INSERT lv_guid INTO TABLE lv_guid_tb.

        
CALL FUNCTION 'CRM_ORDER_READ'
                 
EXPORTING
                    IT_HEADER_GUID                   
= lv_guid_tb
                 
IMPORTING
                    ET_ORDERADM_I                    
= lv_orderadm_i

      
.         IF sy-subrc = 0.
          
read table lv_orderadm_i into lw_orderadm_i INDEX 1.
           lv_ordered_product
= lw_orderadm_i-ORDERED_PROD.
        
ENDIF.

        
MOVE lv_ordered_product to lv_ordered_product_string.
        
value = lv_ordered_product_string.

      
ENDIF.
    
ENDIF.
  
ENDIF.

 

 

Thanks and Regards,

kavita chaudhary

Re: CRM BT Extension Issue: Custom Handler Classes

$
0
0

Hi,

 

Are you trying to create relationship object to BT existing object?

 

then you can create using AET tool instead of doing it manually. Which CRM version you are project using?

 

Regards,

Deepika.

DDLB in TableView

$
0
0

Hi everybody,

 

recently I need to realize a table view in web ui which contains DDLBs in each line of a certain column. It shall be possible to maintain values by this DDLB on line level. A regular picklist object is no alternative. I'm not sure if there is a way to realize this with standard tools of table views/ cellerators. A few months ago I read an article about BEE functions to create something like that but cannot find this article anymore.

 

Can anybody tell me if there is a way to create DDLBs in table cells of each line of a table?

 

Would be great, if somebody had an idea about that.

 

Best regards,

Markus


How to add the new assignment block with the link to BSP?

$
0
0

Hi Expert,

 

My Requirement is add the new assignment block with the link to BSP.

 

Please provide a step by step guide.

 

Thanks

N. V.

Re: How to add the new assignment block with the link to BSP?

$
0
0

Hi N.V.

 

Please be specific with your requirement.

What do you mean by ' with the link to BSP '

 

Best Regards,

Somya

Re: How to add the new assignment block with the link to BSP?

$
0
0

Hi N.V.

 

You mean to say you want to create new assignment block in web ui?

You can do it using AET. Please search in forum before posting queries.

 

Br Dharmakasi.

CRM 7.0 Ehp 3- How to make the Dropdownlistbox and Checkbox visible in corbu skin?

$
0
0

Hey All ,

We're upgrading to CRM 7.0 ehp 3 and using the new CORBU skin as default going forward.

Something that is bothering us ,is that the DropDownListBox +Checkbox are not visible unless you hover with your mouse.

I couldn't find a way to chnage that .

 

Does anyone know how can I make it visible without hovering?

 

 

 

Thanks

 

Kai

Re: Enhancement View: IUICMD / SearchAccount

$
0
0

Hi Naresh've done what you told me and uh checked in SM30 -> Maintenance View: BSPWDV_EHSET_ASG And I noticed that my Enhancement Set was not working.

 

It has been another Enhancement set, I´m asked some colleagues and it turns out that created a new enhancement set, we have done a rollback of changes and we deleted the changes and rollback, I´m the process again and it worked, 

 

Thank you very much again for helping me,

 

Best regards,

Re: Not able to see more than 15 digits in excel from WebUI

$
0
0

Hi Dharmakasi,

 

   Thanks a lot for your quick reply. I am using FM 'SCMS_TEXT_TO_XSTRING' to convert internal table to xstring. Finally passing xstring data to entity.

 

         lr_doc->set_property_as_string( iv_attr_name = 'FILENAME'

                                         iv_value     = lv_value ).

        

           lr_doc->set_property_as_string( iv_attr_name = 'CONTENT_TYPE'

                                         iv_value     = 'application/msexcel' ).

 

         lv_description = lv_file_name.


         lr_doc->set_property_as_string( iv_attr_name = 'DESCRIPTION'

                                         iv_value     = lv_description ).


         lr_doc->set_property( iv_attr_name = 'CONTENT'

                               iv_value     = iv_xstring ).

 

Thanks & Regards,

Nitish

Re: Call Javascript function on Click of a button in UI in .htm page

$
0
0

Thanks Ritu. Thats helpful..But still the Javascript code is not getting executed.


Re: Not able to see more than 15 digits in excel from WebUI

$
0
0

HI Nitish,

 

Oh, you are not using transformations.

What is the input structure you are passing to FM SCMS_TEXT_TO_XSTRING but i do not think you can change the field property using this FM.

 

 

Best Regards,

Dharmakasi.

Re: CRM buying center jnetApplet error

$
0
0

Hi,

 

In my company, there is also a request for activating the buyingcenter at opportunities in crm webui.

 

I hope you can help me:

 

Where do i find the view? I was searching, but i couldn't find the view to show it at the opportunity screen. It works on the backend in transaction crmd_order.

 

Thank you for your help,

 

Regards Michael

Re: FM or Sample program to send email

$
0
0

Hi,

 

     When am executing this program am not getting the mail to email ID. Am i doing the right thing are should i do any changes.

 

All i want see to send am email with  just text and not any attachment.

 

May be like "Hello World".

 

Thanks,

Madhu.

Re: FM or Sample program to send email

$
0
0


Hi madhu,

 

Please create a new thread describing your situation so that we can address.

 

Regards,

Devashish

Currency / quantity reference field not found in sap crm webui

$
0
0

I was using RFC Function module to get data from ZTable in ECC to be displayed in webui.I was able to get the data in to a ztable in crm  .while i was trying to display quantity field in table in webui it was showing values as currency/quantity field not found in webui.

how to resolve it.

Viewing all 7775 articles
Browse latest View live




Latest Images