Quantcast
Channel: SCN : Discussion List - Customer Relationship Management (SAP CRM)
Viewing all 4296 articles
Browse latest View live

CRM Fiscal Year Variant Settings

$
0
0

Hello,

 

I'd like to inquire if anyone here has experienced working with fiscal year variant in CRM. Can you help clarify the concerns below?

 

1. Should the settings of Fiscal Year Variant in CRM be the same/aligned to that of ECC?

2. What is the difference or impact if "Year-dependency" is flagged in ECC but in CRM it is not?

 

Thank you in advance.


RHMOVE30 - no objects generated

$
0
0

Hi,

 

I tried to transport an org.unit from QAS to DEV, however when using RHMOVE30 and save to a TR, no objects could be found in the Sub task therefore I generated an empty TR, despite I had chosen to included all objects and press "Transport"

 

Could you please give me some advices on this? 

 

Thanks & regards,

 

Message was edited by: Joaquin Fornas

Function module to get all activities by given Business Partner

$
0
0

hey everyone,

is there any FM to get all activities (activity GUIDS) of an Business Partner (no matter if the BP is a customer or an employee).

So that i can search with an BP_Partner GUID or an employee guid and get all activities.

 

Thanks in advance

Raphael

Edit ( Button )

$
0
0

Heloo Everyone

 

I have a doubt in the coding for requirement to edit fields in a view using a  button

 

  DATA: lv_ent TYPE REF TO cl_crm_bol_entity,

        lr_vgc TYPE REF TO if_bsp_wd_view_group_context,

        lr_compco TYPE REF TO zl_z00_h_bspwdcomponent_impl.

 

  lr_compco ?= me->comp_controller.

  lv_ent ?= lr_compco->typed_context->btadminh->collection_wrapper->get_current( ).

  CHECK lv_ent IS BOUND.

 

  IF lv_ent->lock( ) = abap_true.

    me->view_group_context->set_all_editable( ).

  ENDIF.

 

(above code is written in EDIT event  of my viewset in the component)

 

In the VIewset i redefined DO_PREPARE_OUTPUT  and i added a button

and also i redefined SET_VIEW_GROUP_CONTEXT and wrote the following code in this method

 

  IF iv_parent_context IS INITIAL.

    CREATE OBJECT me->view_group_context TYPE cl_bsp_wd_view_group_context.

  ELSE.

    me->view_group_context = iv_parent_context->get_dependant_vg_context( ).

    IF iv_parent_context->is_all_views_editable_set( ) = abap_true.

      me->view_group_context->set_all_editable( ).

    ENDIF.

  ENDIF.

 

(when i check in debugging IV_PARENT_CONTEXT is already created reference to IF_BSP_WD_GROUP_CONTEXT )

I can't understand how it is created before entering into the method

and using IV_PARENT_CONTEXT we called method IS_ALL_VIEWS_EDITABLE_SET

please help me in the above codenwhat is actually happening there

 

Ideas will be rewarded

 

Thanx and Regards

Dinesh

 


 


Sending invoices from SAP CRM to OnDemand as pdf file

$
0
0

Hi All,

 

We have a integration requiment to send the pdf of All invoices from SAP CRM to OnDemand server for archiving purpose. How can we achive this? what could be the solution ? We are considering to send the pdf file through ftp as OnDemand supports ftp.

 

The requirement is very urgent and the valueable answers will be highly appreciated.

Add custom fields to BP Address

$
0
0

Hi guys.

 

I need to add some custom fields at BP Address level (BuilAddress object).

AET and EEWB are discarded, since these fields shouldn't be part of the BuilHeader/BUT000 but instead of the dependant object BuilAddress.

 

Of course, I not only need the fields to be available in the UI Config, but also need to be able to save the data like any other field.

In other words, I need full functionality.

 

I'm pretty sure that I'm not the first developer in the world who was asked to do this in CRM...am I?

If any of you has done it before, would be a nice Christmas gift, and I will greatly appreciate it. I've been searching for hours and nothing comes up...

 

Thanks in advance.

WebUI / BP_ERPBT -> ERPTransactionsOV; Sort AUDAT

$
0
0

Hi Community,

 

is it possible to sort the resultlist of BP_ERPBT -> ERPTransactionsOV (ERP Sales Order und ERP Quotations) to AUDAT (Document Date) direct after calling to "Sort Decending"?

 

Regards,

Michael

Enhancing Component

$
0
0

Hi Experts,

 

Could some one let me the step-wise process to enhance the component. I tried 2 times, and 2 times component repository.xml got deleted.

 

Your assistance will be highly appreciated...

 

Cheers,

 

 

Peter J.


text types in text determination procedure.

$
0
0

hi all,

 

kindly clarify below query.

 

can i create more than one record with the same text type in the notes assignment block. i mean if i have one text type called description, can i create two recrods with different information but with same text type. we are trying to insert new information in one text type this is overwriting the previous one. so is there any possibility ?

 

if yes, what are the configurations to be carried out.

 

thanks in advance.

One Order - Activity - Business transaction URL for navigation

$
0
0

hi experts,

I have recently implemented a hovercard or rich tooltip for contacts which displays a tooltip hovercard of the contact activities.  What I want to do is navigate to the Activities yet I need a URL in order to do this.  This isnt handled by usual CRM navigation means.  I would need to get or generate a URL that I can use to direct the user to the activity.  I have searched high and low and tried several portal URL generators without luck.

 

any help is most appreciated.

 

thx

Chris

Called Function/Program using Where-used list

$
0
0

Dear All,

 

I have question about where-used list to check the called function or program(se37 and se38), How to find the called function or program if we cannot find it when using where-used list? for example: I have function program: ZCRM_XXXXX, I want to know which program used by that function program?

PLease advice.

 

Thank you

unifier manager is empty in mixed node

$
0
0

Hi experts,

 

I created a mixed node for the Attributes of an tablelike  Assignmentblock. The collection of the mixed node is filled correctly with the information of the entity and the extra structure. The problem is, that the extra Attributes are empty in the Assignmentblock.

 

I debugged and got the following information.

 

In get_xxx Method i get the wrong entity. current = collection_wrapper->get_current( ).

 

the collection_wrapper hast a collection_reference to cl_bsp_wd_2collection_wrapper (my Class for my mixed node)

 

There I have the attributes CL_BSP_WD_COLLECTION_WRAPPER  with the Attribut COLLECTION_REF (this collection ref is filled with all my data correctly) and the attribute CL_BSP_WD_2COLLECTION_WRAPPER with the attribut UNIFIER_MANAGER which collection is empty.

 

Now, how can i get the correct current collection or how can i fill the collection of the unifier manager?

 

Thanks and regards,

Sebastian

Field not editable in edit mode

$
0
0

Hi forum,

 

I have created an assigment block with a field. When I press a button 'edit' the field follows in onlyread mode... I have changed the method set_i, i try to set to rv_disable = 'false' and It doesnt work...

 

I dont know if i have to set some property in another side...

 

Thanks indeed and regards.

 

Mon

Problem with Edit Button in Header page

$
0
0

Hi,

 

 

     I had created two view sets in my custom component.Now I had created edit buttons in both views.But when I click one edit button both view sets are going to editable mode.Can anyone tell

Initial load problem

$
0
0

I was trying to replicate B.P's from ECC to CRM i started initail load but still it is in waiting condition , how can i turn it to green means successful can some one suggest me on this


SAP CRM and HR/HCM integration

$
0
0

Hi,

We are using ECC 6.0 and CRM 6.0 and we have them integrated using ALE.

The replication works successfully with one exception.

The employment address for the employe is added to the BP addresses with address type "Standard".

We want it to be a Business address type, since the employee home address is the standard one..

I know there are  some user exits on the CRM side  to integrate the replicated data with the BP.

Could you please help me find where the address type is decided while updating the BP?

Much appreciated

Thanks

Mapping Rules of Type Values

$
0
0

Hi all,

 

I am creating a mapping rule of type "Values" for a field in a mapping format. When I click the link of "Values", i could not create a new entry in that rule. See the screenshot.

 

Please advice how I can add entry into the mapping rule. I need to assign values to the field based on the "Possible Values".

 

Thanks

Jeremy

How to remove Export to excel button in CRM 2007 UI

$
0
0

Hi all,

 

    In CRM 2007 UI, Some views are having Export to excel button in the toolbar. how to remove this export to excel button ?

 

 

 

 

 

Thanks and regards

Hema

Need help in Interfacing Project.

$
0
0

Hello to all group members

 

I got my first project in SAP as to interlink CRM designed in microsoft .net to SAP syatem.

Will you please help me that how i start.
As this is my first Project.

 

Regards

Pawan Nagori.

Why Business Partner Replication is not happening from Crm to Bs?

$
0
0

Hi experts,

 

I don't know why the Business Partner Replication is not happening anymore from Crm to Bs.

I mean: when I create a BP in SAP CRM I want that this BP to be replicated in SAP BS, as it was until a few days ago.

Please, does anybody know what should I check?

Let me know if I have to post some screenshoots for you.

 

Thanks in advance

 

Andrea

Viewing all 4296 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>