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

Re: CRM Web UI drop down list not showing up all the entries


Re: IC_BASE, Page Fragments : root_content.htm adding custom code in standard .htm

$
0
0

Hi Jimmi,

 

In General if you want to modify standard BSP component, you need to enhance the component first and then you need to enhance the particular view you want to modify. You can directly modify the .htm page in view after enhancement.

 

Regards,

Dharmakasi.

Re: CRM Web UI drop down list not showing up all the entries

$
0
0

Hi Dharmakasi,

 

Thanks for the link. I checked other system too. actually the client where I am not able to see the issue is a development sand box but in other client from development to quality and than to production the issue does exist so strange. The opoup where I am seeing dropdown list is a standard view. and the get_* method is same in all the client.

 

authorization is same in all the system for my userid.

 

thanks

prem

Re: CRM Web UI drop down list not showing up all the entries

$
0
0

Hi Prem,

 

Though the field is standard one, i think there should be pricing condition types maintained in system. You can check whether pricing condition types maintained in your sand box system.

SPRO->CRM->Basic functions->pricing->define settings for pricing->create condition types.

 

Regards,

Dharmakasi.

Enhance Business Transaction with table

$
0
0

Hi,

 

I have to enhance a Business Transaction (Sales Contract) with a table, but I can´t see this option nor EEWB or AET. I can add fields in both tools, and I can also add a table, but only for BUPA, not in Business Transaction. This table for add is going to be viewed in WebUI.

 

What can be done?. Thank you in advance for your help.

 

Regards,

Re: Enhance Business Transaction with table

WebClient Session not finish - Log Off issue

Re: WebClient Session not finish - Log Off issue

$
0
0

This is probably caused by a customization that might be in view CRMCMP_HDR_STD/GlobalFunctions

 

To verify it is your custom code try setting the parameter id WCF_INGORE_ENHANCEMT to 'A' on the test user and see if the error occurs.  If it no longer occurs, then you need to revert the view back to the SAP Standard and then add in your customizations.  By reverting the view copy the standard SAP HTML for that view  over to the enhancement of your component for that view.

 

Take care,

 

Stephen


Re: WebClient Session not finish - Log Off issue

$
0
0

Hi Stephen. Thanks for your answer.

I made the steps you proposed, but the error still ocurs.

I looked in SAP notes but i didn´t found anything.

 

Thanks in advance.

Best regards.

Re: Attaching email(.msg) to a service request

$
0
0

Hi Saurabh,

 

I am not using any proxy. My requirement is just to attach the .msg file with service order. I have a call back function module where I have to write the code. Do you have some code snippets?

 

Thanks,

Faisal

Re: CRM Web UI drop down list not showing up all the entries

$
0
0

Hi Dharmakasi,

 

Issue was found out. Due to IE11 upgrade the width of the HTML coding was setup as 100% which suppose not to be. We can change the width with internet browser development tool F12 .

 

Thanks for you help. points allotted

 

Thanks,

Prem

Re: Attaching email(.msg) to a service request

$
0
0

Hi All,

 

Any pointers?.

 

Thanks,

Faisal

Re: Enhance Business Transaction with table

$
0
0

I believe you are correct that the extend with table is only available as of EHP1 and above.  I did not use AET in 7.0, because in the earlier SPS it not as stable as it is in EHP1.

 

Take care,

 

Stephen

Re: How save button get disable on account overview page ?

$
0
0

You are saying that after clicking on Edit only, the SAVE gets disabled. So put debug point in Edit button logic and analyse. This should be an enhanced one.

Re: How save button get disable on account overview page ?

$
0
0

Hi Neetu,

 

Did you already check the standard behaviour by setting the parameter WCF_IGNORE_ENHANCEMT = A in SU3 tcode?

 

I suggest you to check the standard behaviour first & please let us know the result,

 

Answers to your asked questions:

 

1.Is this normal flow, that while editing contact person, save button of account overview screen will be disable.

        No, this is certainly not the normal flow, It might be possible this is project specific.

 

2. Where i can find the code which is getting enable and disable account to screen flow.

        a) If you want to get the code behind Buttons, please check GET_BUTTONS of Tool bar.

        b) To get the automatic SAVE logic (Project Specific), you can debug from BACK button of account overview itself.

 

Please let me know if you have any other concerns.

 

Best Regards,

Shakun.


Re: Enhance Business Transaction with table

$
0
0

Hi,

 

Yes AET table is supported in EHP1 and ablove. You have to check for EEWB.

 

Regards,

Deepika

Re: Enhance Business Transaction with table

Re: How save button get disable on account overview page ?

$
0
0

Hi Neetu,

 

When you are getting back on overview page by clicking Back button, do you see your changes done on Contact Screen are getting saved?


Regards,

Mandeepak

Direct business agreement data display using a URL

$
0
0

My objective is to pass a URL to the browser and be able to display a business agreement where business agreement ID is passed as the parameter. Here is the URL that I have constructed -

 

http://{server}:{port}/sap/bc/bsp/sap/crm_ui_start/default.htm?crm-object-type=BUAG&crm-object-action=B&crm-object-value=2000010199&crm-object-keyname=BUAG_ID

 

Note:

     crm-object-type : BUAG

     crm-object-action: B (display)

     crm-object-value : 2000010199 (value from table CRMM_BUAG, field BUAG_ID)

     crm-object-keyname : BUAG_ID (the query object attribute name)

 

The navigation-bar profile does have an object type BUAG linked to a target BUAGDISP, which in turn is linked to a component called BUAG_DETAIL and object type BUAG.

 

I have attached the screenshot (scn-post-1.jpg) of what shows when the above URL is entered. I have also attached the F2 screenshot on the screen (scn-post-2.jpg).

 

Note that a similar URL (the one below) with a different object-type and keyname works well.

 

http://{server}:{port}/sap/bc/bsp/sap/crm_ui_start/default.htm?crm-object-type=BP_ACCOUNT&crm-object-action=B&crm-object-value=10000960&crm-object-keyname=PARTNER


What could be wrong in the first URL? Where should I look for the hints?


Regards.

Re: How save button get disable on account overview page ?

$
0
0

Hi Shakun,

I checked in SU3  and try to set parameter for WCF_IGNORE_ENHANCEMT .

But this parameter is not existing.

novalue.JPG





and when i check code of back button on account edit screen. it is calling super class codecontact edit mode.JPG

 

but  when i click back entities get saved in tables and locks get released and save become disable

here is proof for thatcode causing issue.JPG


now i need to find why enttries get updated in tables  when we click on back




please help in this regard.








Viewing all 7775 articles
Browse latest View live


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