questions about SAP CRM package, its implementation details, related modules (CRM Sales, CRM Marketing, CRM Analytics), WebUI, BSP and other technologies
Questions tagged [sap-crm]
41 questions
3
votes
2 answers
New record for custom F4
I created a Search Help which has 2 fields: id and description
I want to add new row into the results which don't come from the source table. I heard that we can do it via a Search Help Exit, but I don't know how to do that.
I want to add this…

user11823122
- 99
- 4
- 16
3
votes
2 answers
Import legacy data to SAP CRM 7.0
Hello I would like some advice, links, etc., on importing legacy data from an external system to SAP CRM 7.0.
We are currently using a different SQL based CRM system and are moving to SAP CRM 7.0. I need to export all the SQL database data and feed…

JonH
- 32,732
- 12
- 87
- 145
2
votes
1 answer
BUT051 table is not updated with BUR_BUPR_BUT051_COLLECT
I'm trying to update DB Table BUT051 by using function module BUR_BUPR_BUT051_COLLECT.
The problem is that it doesn't update at all.
Here's part of my code I'm currently using to update BUT051.
Note: The field I'm trying to update is…

Diego
- 133
- 1
- 12
2
votes
1 answer
Exception: RFC callback server not available while calling RFC
I'm trying to upload a file from a server directory to the SAP CRM System (attachment to an Opportunity), therefore I am using the method create_with_file of the cl_crm_documents class.
To call this method I am using a RFC-Function created by…

user630351
- 23
- 3
2
votes
2 answers
How to login multiple SAP system using SAP jco
I am new to SAP JCo I have requirement to call multiple SAP System using SAP Jco. But I am unable to connect multiple sap system at the same time......
Here is code :
package com.sap.test;
import java.util.Properties;
import…

Developer Desk
- 2,294
- 8
- 36
- 77
1
vote
1 answer
How to use CRM_STATUS_READ to get product status?
I want to know that How to use the Function Module CRM_STATUS_READ.
In table crmd_orderadm_h have a field GUID and I want to show status by passing the GUID to the FM CRM_STATUS_READ.
I don't know how to fill parameters in this FM.
FORM…

Huy Vu Quoc
- 13
- 3
1
vote
1 answer
How to get the multi-level categorization for a specific service ticket?
How do you retrieve the specific multi-level categorization information associated with a specific service ticket?
For example, here i want to retrieve "Retail Price" :
I need this information to display it in another screen (ticket search result…

Fayçal Salhi
- 61
- 2
- 9
1
vote
1 answer
How do I create a service ticket using CRM_ORDER_MAINTAIN?
I'm trying to learn the Function Module CRM_ORDER_MAINTAIN and so far I managed to create a standard order with partners and their roles, however now I'm having trouble creating a service ticket with its required fields.
I tried debugging the FM…

Fayçal Salhi
- 61
- 2
- 9
1
vote
1 answer
How to create Opportunity in SAP CRM?
I am Java developer and I am pretty new to SAP CRM, but the requirement in current project requires me to have a basic understanding of the SAP CRM system. I want to know on which Tool I can find the Accounts, Opportunity, Leads etc in SAP. If the…

Jim
- 43
- 6
1
vote
2 answers
Custom Pop-Up with data from Database Table
I need to display a pop-up window with data from my database table field (Tab1-camp_type).
At the moment I created a UI-Component (ZUIC_TYPES), a table view (VWTYPES) and added the necessary table field.
At the DO_PREPARE_OUTPUT method of my context…

user11823122
- 99
- 4
- 16
1
vote
1 answer
Custom Search Help without criteria fields
I created a Search Help.
It works good, but there's a problem.
When F4 opens there's criteria fields and buttons which I don't want to see there.
How can I hide the criteria fields and buttons?
Here are my search help parameters:

user11823122
- 99
- 4
- 16
1
vote
1 answer
Dynamic selection of component configuration in CRM Web UI
I did the following:
Created two configurations C1 and C2.
Enhanced the View and Classes of a standard Web UI component, added a ComboBox field.
What should I do to select dynamically the configuration? - Example:
If the user chooses "A" in…

dkolodin
- 23
- 7
1
vote
1 answer
Display custom fields in assignment block (SAP CRM 7.0)
I tried to post this on the SDN forums (SAP forums) with very very very little help...seems like anytime I post an SAP topic no one can help :(. So I decided to post on Stack Overflow and can only hope there must be some SAP CRM gurus on…

JonH
- 32,732
- 12
- 87
- 145
1
vote
1 answer
How to use CRM_ORDER_READ function module in SAP CRM?
I am a fresher. Just 2 months of experience in SAP ABAP.
I am asked to get the quotation date for list of contracts. For that I need to get the crm business transaction number from everh table.
Now I need to use this transaction number in the…

user3757558
- 55
- 4
- 12
1
vote
1 answer
Set property to empty - SAP CRM WebUI
I am new to SAP, and am encountering an issue I am not sure how to resolve.
I am setting a property to '' (empty), but it is not being displayed as such.
There is existing logic that sets specific fields to 'Display Only' when a checkbox is checked.…

EAB769
- 101
- 8