Quantcast
Channel: SCN : Popular Discussions - SAP CRM: People Centric UI (Read Only Archive)
Viewing all 4269 articles
Browse latest View live

Set Default value for Country field in BP maintain Screen

$
0
0

Dear Expert,

                  How to set the Default value for Country in Business Partner Maintain Screen(BP) ?

My Requirement is :

 

BP Maintain Screen in Address Tab

Country filed value should display as IN .

 

Could you please give you suggestion ?


How to find web-ui field's database table..

$
0
0

Hi experts,

 

     Suppose we want to know the particular web ui field's data base table, then we have to follow some steps like click on f2 to know component name, then open your component, then open your base entity name, and find your root object, and from root object find your attribute along with data element/domain and at the end by help of where-used-list we will get the several tables.

 

Now my question is after doing all these things we got several tables, not a single table, again for filtration it will take some time.  

  or

Is there any  direct mechanism to find particular data base table.........

 

 

 

regards,

Kali Charan Sahu

BBPCRM

$
0
0

Hi All

 

Can anyone explain me the product structure of CRM. I am basis for CRM Server for the first time and I find that it is known as BBPCRM as well.

 

1.I want to know how the product has evolved and

2.what is the support pack structure for CRM.

3.Also I would like to know whats BBPCRM.

What are the versions of CRM and whats coming up in the near future.

 

Thanks a lot for the help.

 

Deb

BSP Exception: Missing reference when converting data object ZZxx

$
0
0

Hi there,

 

I have created these new Z fields and tried to include them in a field group. These fields did appear, but they are highlighted with a red box, with the above text in the tool tip.

 

Does anyone know what it means??

 

Thanks

How to find the BADI's in SAP CRM system

$
0
0

Hi Guntas,

 

Can any one give me the program name for finding the BADI's for a perticular Transaction. or how to find the BADI for the given Transaction code.

 

Regards,

Nagaraju.

BSP Page Error: CX_SY_MESSAGE_IN_PLUGIN_MODE

$
0
0

Hello Gurus,

 

I have been configuring the SAP CRM Portal 5.0 and all is working fine in the DEV environment. I have transported the configuration and one additional field that was created using EEWB to the INT / QA environment and I am now getting an error on one of the pages. The application is CRMM_ACCOUNT, and the field group is in the Search Area...when I select the "Show Advanced Search" button and the show search field is empty or the "My Favourites" drop down is selected I get the following error:

 

SAP Note

The following error text was processed in the system:

Message E D0 004 cannot be processed in plugin mode HTTP

 

 

Exception Class     CX_SY_MESSAGE_IN_PLUGIN_MODE

Error Name     

Program     CL_CRM_BSP_FRAME_MAIN=========CP

Include     CL_CRM_BSP_FRAME_MAIN=========CM001

ABAP Class     CL_CRM_BSP_FRAME_MAIN

Method     DO_REQUEST

Line     997

Long text     -

 

 

I have searched in SDN and have found some pointers, however, I just cannot seem to get this to work.

 

Two other threads that have been similar are "PCUI F4 help search on BP returns BSP error" and "value help error", however, I need some more help.  

 

It is as if something has not been transported or generated correctly in the INT / QA environment. I have tried to generate the field groups ACC_SEARCH_04, ACC_SEARCH_05, ACC_SEARCH_06, ACC_SEARCH_07, ACC_SEARCH_08, ACC_SEARCH_ALL_FIELDS and then also tried to generate all field groups using a acc* to generate all Accounts field groups, but this does not seem to help.

 

This is a very urgent request, so your assistance is greatly appreciated.

 

Thanks in advance,

Alan

Delete incorrect settype assignment from Hierarchy/Category

$
0
0

Hi Friends,

 

Iam working in CRM 7.0. When I go COMM_HIERARCHY transaction, I have a Z Hierarchy ID (ZHIERARCHY), and in this I have a Z Category ID (ZCATEGORY). In the settype tab, there is a settype assigned, which got assigned incorrectly. Iam not sure how this got assigned to the Category ID. This looks like a GUID.

Now I need to correct the settype assignment. I tried,

1. Deleting the incorrect settype assignment in the COMMM_HIERARCHY transaction. It throws a dump saying "settype does not 

    exist"

2. Add the correct settype with out deleting the incorrect settype. It does not save and gives an error "settype does not exist".

 

How to solve this issue?

 

Regards,

Raju

How to Attach Smartform to CRM Portal.

$
0
0

Hi All,

 

I need to attach the SMARTFORM to CRM portal.

When i press Print button in CRM portal(opportunity), it has to display smartform information. I created smartform and maintain only one mandatory filed (GUID), based on this id it has to display the oppertunity data in the form of PDF.

 

Thanks,

Subbu


Partner Redetermination

$
0
0

What is Partner Redetermination?

About Transaction IB51 and related

$
0
0

HI Experts,

 

         I want to know about the transaction IB51,52,53 please give information to me to get  ready about that.

 

Regards,

Naveen Kumar M s

Search limit

$
0
0

Dear Gurus:

Our sap crm system is intergrated in Portal.

When I search customer info and click activity record tabpage, system warn search limit is 100.

I want to modify 100 to 300.

Who can tell me whether below is ture?

Use transaction CRMC_BLUEPRINT_C -> Application/Layout -> Application and double clicking the concerning application.

 

If this is ture, I want to know whether application is BSP application?

How can i find out the concerning application? Because system is intergrated in Portal, I can't find the url with 'appl='

 

Thanks.

Kevin

Iterator and Collection wrapper

$
0
0

Hi everybody,

 

Can somebody explain what is the difference between a collection wrapper and an iterator ?

 

When I look in the getter of an attribute in the context node  I see following code :

 

DATA: current TYPE REF TO if_bol_bo_property_access.

 

    if iterator is bound.

      current = iterator->get_current( ).

    else.

      current = collection_wrapper->get_current( ).

    endif.

 

Why are we doing that ?

 

This code has been generated by the wizard ...

 

Thanks in advance for your help,

Marie

function module is used to change the bp role

$
0
0

WHICH function module is used to change the bp role????

BBPCRM

$
0
0

Hi All

 

Can anyone explain me the product structure of CRM. I am basis for CRM Server for the first time and I find that it is known as BBPCRM as well.

 

1.I want to know how the product has evolved and

2.what is the support pack structure for CRM.

3.Also I would like to know whats BBPCRM.

What are the versions of CRM and whats coming up in the near future.

 

Thanks a lot for the help.

 

Deb

BADI / User Exit after Saving of Business Partner

$
0
0

Hi Experts,

 

Is there a BADI / user exit that is triggered after saving / updating of Business Partner using transaction code "BP"?

 

We want to send a XML file thru ALE after creation/modification of BP. We are using CRM WinClient 4.0.

 

Thanks.


BSP Error :CX_SY_MESSAGE_IN_PLUGIN_MODE

$
0
0

Hi Experts,

 

I am facing similar issue, The following Business Server Page (BSP) Error is displayed when I navigate to List view from Form View in PCUI application while creating an Activity.

When I try to search for the table name in which the field lr_no_check or lr_dynamic_check exists.

 

SAP Note

 

The following error text was processed in the system:

Message E CRM_INTLAY 302 cannot be processed in plugin mode HTTP

 

 

 

Exception Class CX_SY_MESSAGE_IN_PLUGIN_MODE

Error Name

Program CL_CRM_BSP_FRAME_MAIN=========CP

Include CL_CRM_BSP_FRAME_MAIN=========CM001

ABAP Class CL_CRM_BSP_FRAME_MAIN

Method DO_REQUEST

Line 997

Long text -

 

 

 

Could you please help me in this regard. It is very urgent.

 

Thanks in advance.

 

Regards,

Madhura.

Dump in Service orders in Portal ????

$
0
0

Hi Experts !!!!!!!!!

 

 

I m working on Service scenario (Service orders) i have made some changes in my standard iview of Serivce order after doing it i have also generated layout for related field group but when i execute same application thruough MAC and click on New Order im getting below error.

 

Message E CRM_BSP_LAYOUT 059 cannot be processed in plugin mode HTTP

 

Exception Class     CX_SY_MESSAGE_IN_PLUGIN_MODE

Error Name     

Program     CL_CRM_BSP_FRAME_MAIN=========CP

Include     CL_CRM_BSP_FRAME_MAIN=========CM001

ABAP Class     CL_CRM_BSP_FRAME_MAIN

Method     DO_REQUEST

Line     997

 

I know this error is related to layout generation but i dont know for which filed group i should generate layout, i thing i m missing any step please let me know if i m missing any step in customising.

 

Thanks,

DD's

Authorisation Object to Restrict user for Manual Wty assignment in Service

$
0
0

Hi Experts,

 

I am working on CRM 5.0.Version.

 

In service order Creation  at item level under warranty tab, there is option for maintaining the warranty

 

and accounting indicator manually by the User.

 

I should  Restrict the user from manual warranty maintaininace. Kindly suggest solution for same.

Configure CRM, what books to read? (starter question)

$
0
0

Hi, I'm complete new to SAP. I read now many basis books what give me a overview about SAP. But what is not clear, and i want to know what books or other source you can recommend.

 

I want to learn how configuration works. Sample; In CRM there can be a complaint or service request. Assume, a delivery exist out of 100 products, but only 98 are delivered. The user file in online a complaint and the employee decide to give money back. When the employee fill in a "credit form" (or someting) SAP should automate the credit ..

 

This is a simple sample, but how i can learn to configure such event? (what book at sap-press.com does cover this kind of things) or where i can find how this kind of things exactly works?

get_otr_text?????

$
0
0

How to use get_otr_text ?

Please provide the details as I never used it for alias?

Thanks in advance

Viewing all 4269 articles
Browse latest View live


Latest Images

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