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

Re: issue with clearing a grayed out search criteria field

$
0
0

Hi Madhukar,

 

go to your eh_onclear event place the break point check the code where exactly parameters values are clearing. copy the standard code redefine the method eh_onclear past the code in your redefine method and change the logic where exactly the parameters are clearing as a standard.

 

ex as the above code:

 

WHILE lr_param IS BOUND.

     lr_param->get_properties( IMPORTING es_attributes = ls_param ).


in ls_param you will get ATTR_NAME as ur field and low,high sign option values

check this ls_param-ATTR_NAME ne 'urfield'. clear the content else check the low and high value of the remaining field values.


     IF ( ls_param-low  IS NOT INITIAL ) OR

        ( ls_param-high IS NOT INITIAL ).

       CLEAR: ls_param-low, ls_param-high.

       lr_param->set_properties( EXPORTING is_attributes = ls_param ).

     ENDIF.

 

     lr_param = lr_iterator->get_next( ).

   ENDWHILE.


if you want more info share me your component and view name.

Thanks & Regards,

Srinivas.


Re: Web UI Error - The website cannot display the page

$
0
0

Same error was getting for me also but when i click on business role (Salespro)

 

Regards

Suresh

Re: Action condition through user status as well as date profile

$
0
0

Hi Madhu,

 

I have followed the suggestions provided by you in implementing the action profile along with date profile. I given the start condition as &Today's Date& >= &Start + 2 Days& with action processing type as 'Immediate Processing'. When i checked the condition in processing the action, the attribute 'Today's Date' is always giving the yesterday date value. I checked the Timezone of user and the system and the same is IST.

 

How do i resolve this issue to satisfy the start condition and trigger the mail.

 

PFA of screenshot.start_cond.jpg

Trg_Mail.jpg

Re: Hiding codes in Categorization dynamically

$
0
0

Hi Abi,

 

The assignment block is build based on tree node right? Then you can remove the codes node in code group class get_children method based on service confirmation..

 

Best Regards,

Dharmakasi.

Re: issue with clearing a grayed out search criteria field

$
0
0

Hi Madhukar,

 

You can hide the field using view configuration. You can uncheck the check box Displayed in view configuration. So that system will not show the attribute in default screen.

 

Best Regards,

Dharmakasi.

Re: change in the status of a lead upon save

$
0
0

Hi,

 

Yes You have to code by calling CRM_ORDER_MAINTAIN then CRM_ORDER_SAVE and then BAPI_TRANSACTION_COMMIT.

 

These codes you have to do it in FM and register the FM for save event for lead so that on save of lead this FM will be called and status will get updated. Another way is ORDER_SAVE BADI change_before_update method you can use for updating the status.

 

You can code in on save event also but when you create Lead in GUI it will not be called, on save event will be called only when you perfrom the save in WEBUI.

 

Regards,

Deepika.

Re: field in UI works incorrect

$
0
0

Execuse me but do you know what  might happen if I assign to field level design?

Re: Issue on F4 Value Help on Web UI

$
0
0

Hi Andie,

 

You have to check the popup close event code. If you have same code for both fields in get v method and does the close event name also same in both get v methods? i think if you are using same code change the close event name. Even check what partner function value is set while setting partner value in close event.

 

Best Regards,

Dharmakasi.


Re: Issue on F4 Value Help on Web UI

$
0
0

Hi Andie,

 

You have to check the code of set on close event 'SEL_EMPLRESP'. You have to call different close event for both the fields and you have to set correct partner function in close event.

 

Check the code which partner_fct  is set with the selected value. I think You have set the assined to partner function instead of Responsible partner function

 

Regards,

Deepika.

Re: create number range and assign new product id

$
0
0

thank you arden,  Its working fine now..  i have included 2 exceptions now 1.  the product_id is changed and the other is system will allow multiple categories for the same hierarchy.. and its updating properly..

 

thanks

 

Dinesh.

Re: Issue on F4 Value Help on Web UI

$
0
0

Hi Andie,

 

In the Event Handler:  EH_ONSEL_EMPLRESP, Please check the below piece of Code:

 

 

Capture.JPG

 

And check which Context Node and Attribute they are populating.

 

I hope in your case, for the both the attributes, it is triggeting the same Event Handler, and setting the same Context Node+Attribute.

 

Solution:

Please Create a new OP Method: OP_FINDASSIGNEDTO and Event Handler: EH_ONFINDASSIGNEDTO.

 

Copy the code from : EH_ONSEL_EMPRESP to EH_ONFINDASSIGNEDTO, however change the Context Node Name and Attribute name which you want to fill in.

 

Hope this helps.

 

Thanks,
Sandeep

Re: field in UI works incorrect

$
0
0

Hi Ayrat,

 

Can you please try to remove the field from Config, and Re-do the configuration. And check if it works?

 

And check the following:

1) Attribute Properties in Configuration

2)Break Point in : SET Method and GET_I Method. And check what is happening.

3) If you assign it to Design Layer, it would take the properties from Design Layer.

 

Thanks,

Sandeep

Re: change in the status of a lead upon save

$
0
0

Hi Madhukar,

 

If I understood your requirement correctly, you can attain this with the following approach:

 

1) Implement ORDER_SAVE BADI == CHECK_BEFORE_SAVE, and write below mentioned code.

2) Call the FM: CRM_STATUS_CHECK, and check if the status of the Lead is "OPEN".

3) If Yes, Call the FM: CRM_STATUS_MAINTAIN_OW, to change the Status from "OPEN" to "VIEWED".

 

Note: Please make sure that this BADI gets triggered only for "Lead", by keeping the first check in the BADI as :  CRMD_ORDERADM_H-OBJECT_TYPE = BUS2000108

 

Hope this helps. Please let me know if you need any further information.

 

Thanks,
Sandeep

Re: Need to add HINDI language as log on language in web UI

Re: Updating Calling Hours for Multiple records on same Business Partner(BP)

$
0
0

Hi Santhosh,

 

For Each Business Hours Type, You can add only one Record.   So for each record you are trying to add, Please try to assign unique Business Hours type. Then it should work.

 

Capture.JPG

This is Standrd behavior.

 

Thanks,
Sandeep


Re: Issue on F4 Value Help on Web UI

$
0
0

HI Andie,

 

What is the dump? and did you create new event for this close event? i think you are calling same close event. SEL_EMPLOYEE. create new close event and copy the code from EH_ONSEL_EMPLOYEE to new event and check.

 

Regards,

Deepika.

Re: Updating Calling Hours for Multiple records on same Business Partner(BP)

$
0
0

Hi Sandeep,

 

      Thanks you.

    I want to update like Every week Tuesday 8:00-10:00: and Every week Tuesday 13:00-15:00.

as given above example. Now I am updating only as Every week Tuesday 8:00-10:00:.

 

 

Thanks & Regards,

Santhosh Kumar

Re: Issue on F4 Value Help on Web UI

$
0
0

Hi Deepika,

 

Close event SEL_EMPLOYEE(EH_ONSEL_EMPLOYEE) and outbound plug 'OP_FINDEMPLRESPE' were new created by me, there is no dump error message, only web page is empty when press F4 in field 'Responsible'.

 

Kind Regards

Andie

Re: Issue on F4 Value Help on Web UI

$
0
0

Hi,

 

Are you getting popup but popup is empty or anything else. Please share any screenshot to understand it better.

 

Regards,

Deepika.

Re: Issue on F4 Value Help on Web UI

$
0
0

Hi Deepika,

 

No pop up, only web page is empty when press F4 in this field.

 

Kind Regards

Andie

Viewing all 7775 articles
Browse latest View live