Quantcast
Channel: SCN : All Content - SAP CRM: Webclient UI - Framework
Viewing all 4552 articles
Browse latest View live

Not able to set content type while uploading file to open text server from SAP CRM system

$
0
0

Hello Experts,

 

I am trying to upload file in open text environment from sap CRM.

 

The problem I am facing is I am not able to set the Content Type or mime type for the file I am uploading.

I am using set_content_type method to do this.

 

Please help me out for this.

Below is some part of the code I have written.

 

part p_http_client->request->if_http_entity~add_multipart( ).


   DATA: lv_value TYPE string.


   CONCATENATE 'form-data; name="file"; filename="' p_filename '";' INTO lv_value."


***CONCATENATE 'form-data; name="file"; filename="' p_filename '"; content_type= "application/pdf" ' INTO lv_value."

 

   part->set_header_field( name = 'Content-Disposition'  value = lv_value ).

 

   len = xstrlen( p_is_request-file_content ).

 

*  CALL METHOD part->set_content_type

*    EXPORTING

*      content_type = p_content_type. "application/pdf

 

 

   CALL METHOD part->set_data

     EXPORTING

       data   = p_is_request-file_content

*     offset = 0

       length = len.

 

Thanks & Regards,

Chhanda Sarkar


How to add a parameter when executing get_related_entities for relation “BuilOpportunityRel”?

$
0
0

Hi experts,

as we all know,when open an account in CRM WEB UI,the system will list the related oppotunities for this account in assignment block "Opportunities".

I checked the codings,the system fetches the oppotunities by getting relation “BuilOpportunityRel”.

 

        lv_collection = entity->get_related_entities(

                iv_relation_name = 'BuilOpportunityRel'

                iv_mode          = lv_mode ).

 

Now, I want to make an enhancement,add a fillter, for example,only list the related opportunities those were created in recent 1 month.

How can I achieve this?

Can anybody give me an instruction?

Thanks.

Jerry.

Change First Day of Calendar

$
0
0

Hi,

I am implementing SAP note # 1158474 to change the first day of Week and it is successfully change. But when I see the  calendar of month, it is showing starting days is Monday instead of Sunday. see the screen shot jpeg file.

 

Please advice where I am something missing?

 

regards,

 

Syed Tayab Shah

Delta Load ERP to CRM

$
0
0

With reference to SAP note 761420, the note ends with mention of transaction SM30 and the creation of a new table entry. What are the next steps to facilitate the completion of the delta load from ERP to CRM?

Set an assignment block of an overview page to display mode even if the user clicks "Edit" button.

$
0
0

Hi Experts,

 

I have a business requirement to keep an assignment block in display mode even if the user has clicked on the "Edit" button of the overview page.

I have already added code to hide the OCA buttons and Add/Delete/Edit buttons from the assignment block but as per the current development, when the user clicks "Edit" (for the OV page), all the assignment blocks are set to edit mode.

Kindly suggest an approach on how to accomplish this.

 

Thanks,

Saurabh K.

how to restrict Complaint item product search only one base category search?

$
0
0

Hi Team,

 

My requirement is complaint item,Product searc and result, if user click search on product ,result will be displayed all product types like good,spare parts,service..etc..but they want only one product type only.if user search product they want only one spare part search.how to achieve this functionality.

 

They want to search only one base category search.

In trasaction - Compr01 ,-setting is required here or enhancement .please help

 

 

 

 

Component - prd01qr

 

Thanks & regards

Kalpana

regarding BP

$
0
0

Hi SAP GURUS,

I hv a problem in BP. While creating a BP with role general it is asking for city required field. Even if I hv checked in field grouping it is not mandatory field. it is throwing an error.

 

Run report CRM_MKTBP_ZCACL_UPDATE_30 first

Message no. CRM_MKTPROF065

Required field City has no entry

Message no. R1304

Diagnosis

Field 'City' with short description 'City name in upper case for search help' has been set within Customizing as a required field. There is, however, no entry in this field.

System Response

Error message

Procedure

Enter a value for field 'City'.

 

Plz let me know how to solve this.

 

 

Thanx

Chinmaya

Making a field dynamically mandatory?

$
0
0

Hi,

 

I have a task to make Location field mandatory if the importance is high in Appointment.

For this i enhanced BT126H_APPT/ApptDetails  in the context node Btactivityh  GET_P_ACT_LOCATION  i did the coding.It is working fine.

 

Now the problem is

1) Importance->high               Location->mandt          Fine.

 

2)Importance->low                 Location->Not mandt.   Here mandatory mark(*) is getting is removed but field is getting highlighted with red color.

 

I have attached screen shot

 

Can any body please tell me how can i handle this?

 

Thanks,

Hari.


Blocking reasons do not replicate from ECC to CRM

$
0
0

Blocking Reason.jpg

 

 

When Blocking Reasons are changed in ECC, they are not replicated into CRM (other info is, like address, etc.).

 

 

This may be simple but points will be awarded.

Rounding issue in CRM and R/3

$
0
0

The question is – Is there a standard way  to  switch on the same functionality in CRM as done in R/3 for rounding the quantity at order entry .

 

The  configured material   will generate rounding in multiples of defined figure eg 500   , Due to the Rounding Profile  used in material master

 

meaning that if you maintain any of the fields below in Material Master, Sales Org 1 view, R/3 will automatically adjust the quantity at order entry according to the rounding rules.

 

Note that the rounding profile can be set up in Cust Mat Info record .

 

 

Any suggestion is appreciated .

 

BR//Ankur

Export to excel very slow on WEBUI

$
0
0

Hello,

 

We recently upgraded to EHP3 and have been facing a few issues. One among them is that when we run reports on WEBUI using transaction launcher, the export to excel of the result list is very very slow. If the same is done in GUI, its working fast as expected. However, not everybody is facing this issue. Initially when we pressed on download to excel, nothing appeared to be happening on the screen which made us think the pop up functionality itself is missing! But after a while we realised that if we waited really long, the pop up would appear. It is not even the size of the data. The same behaviour was noticed when we tried to fetch only a single record in any of the reports. It would be really helpful if anyone could let me know if they have faced the same kind of issue before or if there are any suggestions on what can be done.

 

Thanks in advance.

Neena

Add a new tab in interaction center page of sap crm webui

$
0
0

Need to replace one tab and add another tab in  interaction center page of CRM webui. Need to replace Action tab and add a new as per the screen shot. Please help me with the view maintenance table for this. I tried to find out the configuration in this path (spro->crm->Interaction Center Webclient->Master Data->Define Account Identification profiles->Choose you profile and then click on Object Component. )but can see any tab name.

How to get Category 1 Values in selection screen?

$
0
0

Hi All

Good day

 

I had a custom report where i need to show in selection screen with category 1 values with drop down.

how can i get those category 1 values which are visible in webui incident page in report selection screen?

 

As per my requirement Currently i having 6 values in webui under Category 1 ,in feature they may assign some more values through category schema

how can i show dynamically if they add some more values in feature in the selection screen of custom report?

 

 

 

Please suggest your comments to get Category 1 values from which tables i can get those 6 values to display in report selection screen?

please find attached screen shot where category 1 having 6 values.

 

 

 

 

Thanks

Shaik

How to replace the standard message

$
0
0

You work on the CRM WebUI, and a standard message is displayed after you perform an action, but the message text does not meet your requirement, and you want to replace the existing standard message with your own message.

 

CRM has the functionality that you can replace the existing message with your own messages that are created in your namespace. You can replace the existing message text with your own message text. The customizing path is:

SPRO -> Customer Relationship Management -> UI Framework -> UI Framework Definition -> Define Messages to Be Replaced


If this cann't fullfill your requirement, you may try BADI WCF_ALTER_UI_MESSAGES.

Change First Day of Calendar

$
0
0

Hi,

I am implementing SAP note # 1158474 to change the first day of Week and it is successfully change. But when I see the  calendar of month, it is showing starting days is Monday instead of Sunday. see the screen shot jpeg file.

 

Please advice where I am something missing?

 

regards,

 

Syed Tayab Shah


'First Requested Delivery date' need to change" in database.

$
0
0

hi guys,

req date1.png

 

need to change this using report.

 

please suggest somethg,

 

i already tried to read oreder then modify and den maintain but this failed to achieve my target.

BP with role Employee is not searchable in Accounts

$
0
0

Hello All,

 

I have a Business Partner category Person(1), business role: employee.

 

I can see this BP in my GUI easily. But on my webui, when a user search this BP in Accounts->Search->All Accounts or Individual accounts

 

it does not pull any data.

 

But when I search with Employee option it pulls this BP.

 

I am not able to understand why it is not pulling the details of this BP on Accounts.

 

Kindly guide.

 

Thanks,

Pradeep

Custom table view and fiter options

$
0
0

Hi everyone,

 

I am trying to build a new component to show table view for a z-table. I did that using a value node.

Now I need to add some filter options to display the view according to the parameters.

Can you please suggest what is the best way of doing this?

 

Regards,

Dhruv

Primary Key using EEWB.

$
0
0

Hello Experts,

 

I have a question in regards to EEWB tool.

I have an assignment block created with this tool where only one field is a primary key.

I would like to add one more field to the primary key but that option seems to be grayed out.

imagi.jpg

Does anyone know if is ok to do that change directly in the table?

 

I know that EEWB triggers a series of changes and I wouldn't like to leave some logic incomplete if I'll make the change directly in the table.

 

Kindly assist if anyone has any knowledge about this.

Thank you.

 

Best regards,

Elena Hutanu

Join BUT000 & CRMD_ORDERADM_H

$
0
0

hi Guys,

 

I want to join two tables BUT000 & CRMD_ORDERADM_H, to create INFOSETS.

 

How do i join these two tables in SQ02?

 

Thanks,

 

Krish

Viewing all 4552 articles
Browse latest View live


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