Quantcast
Channel: SCN : Unanswered Discussions - Customer Relationship Management (SAP CRM)
Viewing all 7573 articles
Browse latest View live

multi row selection in document search view in webui

$
0
0

hi,

I  have a requierement to add button of allselect, alldeselect and multi selection functionality into the table of component FICACMP_COR/FicaCorListAll.

 

for that i have added the code in method DO_INIT_CONTEXT of FICACMP_COR/FicaCorListAll.

 

  me->typed_context->FICACORRESPONDENCE->set_selection_mode(
     iv_selection_mode = cl_bsp_wd_context_node_tv=>selmode_multi ).



But it is not working


Creating IBase Structure

$
0
0

Hi,

 

  The requirement is to create an Ibase Structure.

1. First we migrate IBase . After creation then we have to create a Parent - Child Relationship.

 

In this case both will be IBase.

Parent - IBase with Z1 Category Type and

Child - Ibase with Z3 Type.

   I am using FM - CRM_IBASE_COMP_CREATE

Is this right. Can you tell me how to pass values to the parameters

 

I_FATHER

I_COMP_DET

 

In I_FATHER - I pass the Parent Ibase Number and for I_COMP_DET I pass the Child IBase Number.

 

Is this enough. Could you please let me know about this.

 

Thanks,

Anthony.

Custom Class and method not called in Action Profile

$
0
0

HI Experts,

 

I have a requirement where in I have to attach the smartfrom in the document tab in Web-UI when a contract is set to a particular status. For this I have created an action using the wizard.

I have given the details as below :

 

Processing Type : Smart Forms Print

 

Form Name : Z_****

Processing Class : Z***

Method : Z_**

Archive mode : Print only

 

In the above method I have written the logic to convert the smartform into PDF and then to attach it using method Create_with_table.

 

However the action is not executed when I am using the above details.

 

However when I use the standard class - CL_DOC_PROCESSING_CRM_ORDER and method - CRM_CONTRACT_EXEC_SMART_FORM in print settings' It executes correctly.

 

What I want to know is that. cant i use custom method with processing type Smart form print or is there any extra setting required.

 

Thanks & Regards,

Ameet Jha

Incorrect extraction of deleted items in sales contract.

$
0
0

Hi.

We have faced the following problem with extraction data of sales contract items from CRM to BW.

If user delete all items from sales contract, BW wouldn't see it i.e. in BW there will be that sales contract with all its items.

I have check some notes and forums but couldn't find any information about simular problems.

Is there is any way to fix this behavior of extraction?

Thanks in advance.

WebUI error: Internet Explorer cannot display the webpage

$
0
0

Hi All,

 

I am unable to execute WebUI application. The below error is displayed when I execute the tcode crm_ui.  Please tell me what are the settings do i have to check to fix this issue.

 

webui_error.PNG

Please help.

 

Regards

Auto population of data to fields based on other input field.

$
0
0

In overview screen, I have one input field "Business Partner" which contain search help.  As soon as business partner selected from dropdown, the other input fields like Name, Address, City, state should automatically populated without hit of 'ENTER' key.

 

I verified with method DO_PREPARE_OUTPUT, but it is triggering only by hitting ENTER key. Is there any event or method which will trigger after business partner selected from dropdown? or any other option to achieve to auto populate the fields.

 

Please find attached screen.

 

Thanks in advance.

Create follow up with copy of order AND items in BOL

$
0
0

Hello experts,

 

 

I want to create a follow up (service conformation) document from an order. In WebUI I get a popup which ask me which items I want to copy (after selecting create follow up button). When I select one item, this item gets copied and the item category determination for copy control(!)  gets triggered! Thats fine!

 

Now I want the same functionality in BOL programming! What do I have to do to get a copy? the problem with my coding is that nothing gets copied! I have to maintain all attributes by my own! What I want is, that all items gets copied and that item category determination gets triggered automatically! Is that possible?

 

My coding: I read the source transaction (order) and use the method:

lr_btadmin_h->execute( iv_method_name = 'createFollowUp' it_param = lt_params ).

When I create an item via create_related_entity the standard item category determination gets triggered, not that for copy control! I want the same behaivior as in webui.

 

 

Please, if you want to answer, then answer in detail, I'm a beginner at that

 

Thanks in advance!! Full points for correct answer

 

Best Regards

Tanja

Vendor's contacts replication

$
0
0

Hello Experts,

 

I would like to replicate the vendor's contacts.

 

Do you know the steps to follow to replicate these data from a SAP ERP System to SAP CRM?

 

Note 1687653 has already been implemented.

 

Thank you,

 

Benoît


ECC to CRM material replication

$
0
0

I have been getting bdocs with the following 2 Error messages:

 

Plant ABC is not assigned to any location

Value 055 is not permitted for attribute Product Group 1

 

I have looked into the tables that store this information and have confirmed that Plant ABC is not in the transaction code CRM_LOCMAP. But Plant ABC is in the ECC table along with some other locations that are not in CRM...

 

I looked at the table in CRM of Product Group 1 in SPRO>CRM>MASTER DATA>PRODUCTS>SPECIAL SETTINGS FOR SALES OPERATIONS>DEFINE PRODUCT GROUPS and there is some missing data. There are more entries in the ECC table...

 

Doing an Initial Load of DNL_CUST_PROD1 did not work to bring down the material groups that were in ECC to the product groups in CRM.

 

Please suggest how to bring the material numbers from ECC to CRM.

 

Please suggest how to bring the locations from ECC to CRM.

Configurable product in CRM

$
0
0

Hi Experts,

 

Here is my requirement for the configurable product in CRM.

 

 

I want to create configurable products in CRM, where this products will be used in Quotation.

 

My requirement is once we enter this product in Quotation i should be able to get default values for the parts ( accessories).

Here lets take if it is 10 parts, out of which 7 must be picked up by default and 3 should be editable/ mandatory by the end user.

 

Can we do it, if yes how can we achieve this.

 

 

If not can we design something custom all together in webui, are there any custom configurator engine or any standard BADI is there ?

 

Checked the below links:

 

https://scn.sap.com/thread/1843179

 

 

Appreciate your help at the earliest.

 

Regards

Lead Management

$
0
0

We have used the standard questionnaire available in the lead transaction type to determine the qualification level of the lead document. Even though we have maintained everything in the configuration level correctly, Sometimes the qualification level is not getting set to qualify.

 

The qualification level is only set only after repeating the action again in the questionnaire level. Can anyone help us regarding this issue?

 

Thanks in Advance

 

 

 

Thanks

Kartik Velu

auto complete address field in BP

$
0
0

Hi all,

 

I am working on auto complete feature for address fields when we are creating the BP .

 

I followed the below link , but it is not promoting  the auto complete feature in webui when  I am creating BP .

 

I have RFC for google maps, I did the same what is mentioned in wiki. But it is not working.

Using Places Autocomplete for addresses in CRM

 

Do i need to take any extra precautions  to handle this functionality .

 

 

regards,

rama

AET table error .....

$
0
0

Hi,

 

I have created aet table. When i click on edit button it gives the dump as below :

 

test.png

 

 

Please help me solve this issue.

 

Thanks & Regards,

Akshay Ruia

Copy saved search to another business role

$
0
0

Hello,

 

I am trying to copy saved searches of a user with a certian CRM business role for another role. Appreciate any help.

 

 

Business scenario

I have a saved search in the table CRMD_SHORTCUT that is specific to a user for a certain role. That user is now moving roles within the organization. Hence, I need to make his saved search available in another role.

 

What I have done

I created a new entry with the same information as the existing saved search and changed the business role.

 

TYPE = ADVSEARCH

Description = added same description

Application = New business roles

Related object = BuilContactAdvancedSearch

NAV_DESCRIPTOR = <ui object type>BP_CONTACT</ui object type>

AUDIENCE_TYPE = USER

AUDIENCE_KEY = <userid>

OWNER_TYPE = USER
OWNER_KEY = <userid>

PARAMETER = same as existing entry

 

Issue
I am unable to add the same GUID as the existing search also has the guid. So, I left the field blank.

 

When I log in, I am not able to see the newly created saved search using the new CRM business role.

 

Please advise.


Thanks

IC Broadcast Messaging not working

$
0
0

Hi SAP Experts,

 

When we open IC broadcast messaging from IC_MANAGER role we get the following screen :

 

Issue.GIF

Any sort of help will be of great help... Thanks in advance..


adding child item with higher line item number as that of parent item in Quote

$
0
0

Hi All,

I have the below requirement. Suppose i have two products

 

 

1. RE-A-1800X2-16G-R

2. MX-FPC2

 

i need to add them at the item level as follows using create_related_entity

 

 

item no       higher level item no       product

 

 

100                                                 RE-A-1800X2-16G-R

101                  100                          MX-FPC2

102                   100                              (some product)

 

 

i am not getting any guid after using create_related_entity with the relation   'BTOrderItemAll'

 

 

How to pass the second product as the child item of first one using entities? Please suggest

 

 

Regards,

Prathyusha VJ

How to retrieve the deleted Transport request (Cust)

$
0
0

Hi,

 

I have deleted the Customizing Transport Request, by mistake. Now, I am trying to get the TR back.

 

Could you please let me know if there is any way that I can recover my Transport Request.

 

Thanks for the helpful answers.

 

PS: I have checked the existing threads for the same. However, I don't see any solution.

 

Thanks,
Sandeep

Lead Distribution

$
0
0

Hi folks,

 

I am working on lead management and i have a requirement. The scenario is like: We are getting the leads & tenders. Each leads/tenders contains many products. My client's organization sales department is divided into several department like one department is for medical product and second for dental product. Sometime we get an a single inquiry or tender which contains both division's product medical as well as dental. In that case what will be the solution to distribute the leads among two department. 

 

 

Warm regards,

Dinesh Sachdeva

ISA (eCommerce) Order is getting created with JCO User in ECC

$
0
0

Hi Guys,

   

From the ecomm web shop, when I try to create a consecutive orders the second order is created by JCO user.

 

There is lot of customization out there in between, All I want to know is, in which scenario will the order get created with the JCO user. . .

 

One of the customization's i suspect:

     I am calling Z_Initaction (init.do) without clearing any session (requirement i cant change, user should be logged in) and sending it to the basket page. While checkout process for the consecutive(second)  order, this issue is triggered(order created by JCO user). 

 

Any help is highly appreciated . . .

 

Thanks,

Bharath.

Create Email does not result in any statuses

$
0
0

Hi

 

I have email set up in CRM and if i reply or delete or complete these statuses are reported however,

When I create a new email and send to a customer I have no visibility via the email workbench of any emails that have been sent out.

I need to have a created status for new emails and have them visible somehow?

 

Any ideas would be great.

 

rgds

 

PM

 

PS am using erms on the inbound side

Viewing all 7573 articles
Browse latest View live


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