Quantcast
Channel: SCN: Message List - SAP CRM: Webclient UI - Framework

Re: Product ID issue in Product Download

$
0
0

Hello All,

 

We have been trying to download the material 03537990801 in CRM system. when we check in COMMPR01 we are getting display of 3537990801. Also when we are trying to change the settings in SPRO (Cross application componenets --> SAP Product --> Basic settigns --> Define output format and storage format for Product ID's).

 

we are trying to maintain the Length as 18 and check boxes of Display leading Zeros and Save Lexographically is enabled. But we re getting the error "Numerical product id already exists".

We have also tried the above mentioned solutions/suggestions, but seems like it is not working.

 

Could anyone please help on the same.

 

Thanks.


Minimize option in Popup window

$
0
0

Hi I want to open a popup window in SAP Web UI which can be minimized and I can perform tasks in the main pages.

I am able to create the popup by reusing a view from a different component but it only has Close option.

When I click on the Scratch Pad button in IC Webclient toolbar I get a popup with minimize option.

Please help me to achieve it.

Re: Add Marketing attributes view to Contact creation screen

$
0
0

Hi Christian,

 

I debugged it and found that in CREATE_BUILDHEADER method context node to bind is partner,

however no such node exists in the ICCMP component controller. I added the wrong view instead of adding ComponentUage.View. After this I created binding for the Partner context node with CONTACTPERSON node of my component controller.

 

Now I face another problem, in method SET_VIEW_GROUP_CONTEXT of the implementation class; the collection for marketing attributes is initial and as a result it gives a dump when trying to get the iterator. Do I need to bind this context node as well or how can I set the collection?

 

Regards,

Dhruv

Re: Minimize option in Popup window

$
0
0

Hi,

scratchpad is using a different technology -- When click the 'scratchpad' icon, JavaScript codes are executed, the popup window is formed by JS source codes, you can find them in:

CRMCMP_IC_FRAME/Header_jscripts.js

The js function is  OpenScratchPad( ).

 

But dialog popups -- for example -- when create a new transaction, a pop up window with 'transaction types' will be displayed --> this is using BSP application technology. Like in method CL_BT115S_S_SLSORDSR_IMPL->EH_ONCREATE, it actually creates a popup object using componentUsage CUBTFOLLOWUP which refers to component BTFOLLOWUP.

Then during runtime, this BTFOLLOWUP is rendered inside BSP applicaton bsp_wd_base->popup_buffered_frame_cached.htm(if you want to debug this file, need to delete buffere from IE tool first).

 

The attributes are controlled by this .htm file including resize or not.

 

Hope above information helps you someway.

 

Best Regards, Corrine

Re: TAG results in WCF_MIXED_LIST limited fields

$
0
0

Hi Orlando,

 

I am facing a similar issue as yours. Were you able to find a fix for this please ?

 

In my case, the Tag Results list is displayed and shows the number of entries for this tag. However, the actual columns and data is missing (blank page) with the error message 'Customizing missing for UI object type BT126_CALL'

 

Can you  please advise.

 

Tag Results List.PNG

 

Kind Regards

Reddy

Re: CRM Wed UI Pop-up view enhancement

$
0
0

Hello Kiran,

 

it is dangerous to add a Z field in this view and whole solution can go 'hay wire' . As this screen is generated from customzing, please use Pricing Customizing for extra field.

 

 

Thanks,

Krish

Re: in quotation 'Notes' value is going invisible on webui.

Re: Minimize option in Popup window

$
0
0

Hi Corrine,

 

Thanks for the detailed answer.


Re: in quotation 'Notes' value is going invisible on webui.

$
0
0

I found small/Temporary  solution,

 

but still why we need our development when it's standard.

 

i just enhanced dis component and check get method of one attribute , den i found that in that get method ,

object iterator is initial.(object iterator had value before clicking on save ).

 

so now i manually pull this value from context node->attribute and showing this.

 

 

Thus issue is solved but i am expecting for good solution.

Re: Configuration error in WEB UI





Latest Images