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

Re: BAPI_OPPORTUNITY_CREATEMULTI - Partners problem

$
0
0

Hi,

 

I am not able to upload the data for Partner and Sales Prospect fields using BAPI_OPPORTUNITY_CREATEMULTI whereas all the other header and item fields are getting uploaded. Kindly suggest solution for this issue.

 

Regards,

Dinesh


Re: BAPI_OPPORTUNITY_CREATEMULTI - Problem with Quantity and Unit

$
0
0

Hi,

 

I am not able to upload the data for Partner and Sales Prospect fields using BAPI_OPPORTUNITY_CREATEMULTI whereas all the other header and item fields are getting uploaded. Kindly suggest solution for this issue.

 

Regards,

Dinesh

Re: BAPI_OPPORTUNITY_CREATEMULTI

$
0
0

Hi,

 

I am not able to upload the data for Partner and Sales Prospect fields using BAPI_OPPORTUNITY_CREATEMULTI whereas all the other header and item fields are getting uploaded. Kindly suggest solution for this issue.

 

Regards,

Dinesh

Value node data can not be get from Get_ Method

$
0
0

Hi All expert,

 

I create valued node with

 

   CREATE OBJECT lr_mixed EXPORTING iv_model_node = lr_btadmini iv_struct = ls_data.

Then added it to context with

    lr_col->if_bol_bo_col~add( lr_mixed ).

    lr_cuco->typed_context->btadmini->collection_wrapper->set_collection( lr_col ).

 

But in every get_ method for the value node could not get data from the value node.it seems it get another value node instance which has not data.

 

Anyone know the where is the problem and how to fix it?

 

tks in advance.

Re: Upload Excel in Web UI

Questionniare in Component ICCMP_BT_INR

$
0
0

Hello Guys,

 

      I want to add questionnaire  in the component ICCMP_BT_INR.Please suggest me how can i achieve it.

      Do i have to enhance the component ? I could see other components  ICCMP_BT_FOUP,ICCMP_BT_IRHIST availble in ICCMP_BT_INR.

 

    Regards

    Najm

how to assign transaction launcher in assignment block in sap crm

$
0
0

Hi ,

     In one of my requirement I have to show custom program in Overview page or assignment block.

For that I created a custom program and custom T.Code .

But I need some guide to show in assignment block.

 

Please help .

 

Thanks

RR PRADHAN

Re: Add custom field BuilAddress

$
0
0

Hello Santhosh,

 

and what's about the database table? I think I should enhance it too, to store the data or?

 

Do I append the fields via SE11 or are there some special transactions?

 

Regards

Michael


navigating one component to another component in condition

$
0
0

Hi All,

My requirement is to update the Transaction History with a SMARTFORM name. when I click on this SMARTFORM I need to have an output in PDF format with current Service Contract details.

 

For this I am creating a Z Component with a View in it, this view should be called when I click on SMARTFORM name in transaction history.

 

Kindly let me know how can I achieve this functionality.

 

Screen Shot

In this screen  when I click  print button it is  navigating to BT126h_mail.

 

 

Similarly  when i click test button it should trigger  to my Z component , but in my case i am unable to do it.

 

can any one help me.

 

regards

RR PRADHAN

Re: Trying to change BP using VCT and BDT

$
0
0

Issue solved i researched myself.

Re: How add a custom field in the change history AB

$
0
0

Hi

 

vinod, sanjay, thanks for your reply.

Vinod, the check box Change Document in data element is checked andstill does not work.

 

Sanjay,

 

I was reviewingthelinkyou suggestedand checkthe tablesmentionedthere(CDHDRandCDPOS)andI noticedthat the tablesare being storedfieldschangesthe view,unlesszfield.

The Change document object in SCDO workbench is BUPA_BUP,it usesthe function moduleBUPA_BUP_WRITE_DOCUMENT.

I put abreak pointin thismoduleand reviewtheimportparametersandparameterUPD_BUT0IDis emptywhen Imake a changeto the zfield.should have aU(update).

 

know that I coulddo in this case?

I need to createa new Changedocumentobjectin SCDO?

 

 

Re: Read the Org Model

$
0
0

Hi brothers,

 

 

the personal number of the person sending the import function to bring a top manager will write about how I can do please help

 

 

-- veysi aslan

Re: CRM ACE User Context Update

$
0
0

Hi Neha,

 

This is due to some missing authorization with users when ACE try to do a user context refresh or calculates actor again. Please put a trace on user when this automatic refresh happens (after 16 hours in your case and when user login).

 

Ideally, user should have required auth. be able to execute the AFU method of his/her ACE classes.

 

Hope this helps.

 

Regards,

Satender

Re: CRM ACE User Context Update

$
0
0

Hi Naveen,

 

As I already said, this is due to some missing authorization with users when ACE try to do a user context refresh or calculates actor again. Please put a trace on user when this automatic refresh happens.

 

Ideally, user should have required auth. be able to execute the AFU method of his/her ACE classes.

 

Hope this helps.

 

Regards,

Satender

Re: navigating one component to another component in condition

$
0
0

Hi,

 

For this just follow the below steps:-

 

1. In the GET_P method of field Transaction put the below code.

       WHEN if_bsp_wd_model_setter_getter=>fp_onclick.
      rv_value = 'TRANSACTION'.

 

2. Now create an Event with name  TRANSACTION and put the below code in it.

        Data : gr_ggl_popup type REF TO if_bsp_wd_popup.

       gr_ggl_popup ?= comp_controller->window_manager->create_popup(
          iv_interface_view_name = 'Component/MainWindow'
          iv_usage_name          = 'Usage_Name'
          iv_title               = title .

      gr_ggl_popup->set_window_width( 900 ).
   gr_ggl_popup->set_window_height( 700 ).

   gr_ggl_popup->open( ).

 

You can pass the Data to the Popup component using the Component controller.

 

 

Hope it helps.

 

Thanks

Kumar

 



Call Web UI event methods from Adobe Interactive Form button

$
0
0

Interactive Adobe form is populated in a popup from Web UI on Creating followup activity.

I used procedure mentioned in this link:

http://scn.sap.com/people/satishkumar.palyam2/blog/2011/07/07/adobe-forms-in-webui

Wrote the logic in DO_PREPARE_OUTPUT method of component BT125H_TASK/TaskDetails.

 

 

I have an interactive adobe form which has two buttons Save and Submit.

 

Please tell me how to trigger the event EH_ONSAVE of BT125H_TASK/TaskOVViewset in Web UI from "Save" button in the form.

 

 

In the interactive adobe form development, reference links mention to embed the form as Interactive form UI element in Web Dynpro and call that URL in Web UI.

 

Webdynpro or Web UI BSP, please guide me how to use it?

 

 

Please let me know if you need more information. Thank you.

 

Please help at the earliest.

Re: Hi

$
0
0

Hi Shan,

 

Can you please share the document to me too.It would be the great help for me.

 

My id: vkkumar.1979@gmail.com

 

Appreciate for you response.

 

Regards

Kik

Re: How add a custom field in the change history AB

$
0
0

Hi Felipe,

Yes I think you may have to create you own change document object as changes are not saved into tables for your Z field.

You would create a structure with along with field that needs to be stored. This structure should also have fields to be used as key. Once structure is ready, create change document object in SCDO. Upon generation of this object, you would get function modules. You have to call *_WRITE_DOCUMENT FM from some place (Could be a BADI). You could refer the FM call which you already debugged to set the exporting parameters. Pass the change indicator accordingly. I am not infront of SAP system but if I remember correctly, 'I' for insert, 'U' for Update and 'D' for delete.

 

Let me know if you face any issue, I have already done this so will try to help.

 

Regards,

Sanjay

Re: Messages in the Global container not getting displayed on the UI

$
0
0

Hello Savaridasan P,

In the CL_CRM_INTLAY_ERPIL Class we have INITIALIZE method.

 

There we have a code of adding the message to container .

output_general_error( ir_global_mess_cont = ir_mess_cont is_error = ls_error  ).

 

Ls_error is the structure where i will send the details of the error ,

ls_error          TYPE crmst_erp_error,

 

I am passing ERROR_MSGID,ERROR_MSGNO,ERROR_MSGV1 ,ERROR_TEXT to this structure. I can see the message getting added to the container, but after the control comes out of

output_general_error( ir_global_mess_cont = ir_mess_cont is_error = ls_error  ),

 

the message is not added to the UI.

 

 

Please suggest on this.

 

Thanks and Regards,

Nikhil Kulkarni

 

What is the Use of having more than one view in same window?

$
0
0

Hello Experts,

 

   What is the Use of having more than one view in same window?  Is it related to switching the View from one to another during runtime ?

 

Please suggest along with code.

 

Thanks and Regards,

Nikhil Kulkarni

Viewing all 7775 articles
Browse latest View live




Latest Images

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