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

Re: Difference Post Processing Framework and Business Rule Framework

$
0
0

Thank you

 

but looking at your example there are PPF customizing entries

in

IMG//CRM/BasicFunctions/Actions/Actions in the Price List

or

IMG//CRM/BasicFunctions/Actions/Actions in Rebate Processing

or

IMG//CRM/BasicFunctions/Actions/Actions in Transactions

 

Couldn´t i use the PPF for the discount of 50% on a certain product (schedule condition a certain product is in the order in a defined time frame e.g. 30 days) and automatically calling a method to activate a rebate condition type or change the price list ?

 

So what does the BRF the PPF cannot do?


Re: if_bsp_model_binding~set_attribute NOT BOUND

$
0
0

hmmmmmmmmm, so you problem is:

 

In gui the FM 'ZBSIGNED' prompts you a screen to enter user and password and in web client no, right?

Re: Questionniare in Component ICCMP_BT_INR

$
0
0

Hi Khaja,

 

Sorry for replying late.

 

      No need of any development , if your trying out the Transaction Launcher way, just you need to do some configuration settings that it, no need of writing any logic ,

 

my suggestion is that you go with creating a transaction launcher.

 

Regards

Re: Multiple Selection is wiped out when click lines

$
0
0

could you please elaborate the issue .

Unable to update Item details in CRMD_ORDER Quotation threw Opportunity follow up

$
0
0

Hi Experts,

 

I am Creating a program for to create the Quotation threw the Opportunity with Follow-up.

I wrote a program for this.now with this program i am able to create only Header details of the Quotation.not able to create Item details .

I Tried all the ways like Debugging CRM_ORDER_MAINTAIN and all as metioned in the previous Threds.

But of no use Can any one please help me regarding this.Here i am attaching my code please help me.

 

 

Thanks and Reagards

Mani

Re: How to create a field without dropdown values?

Re: Need Web UI doc

getting error in DATE field

$
0
0

Hi Experts,

 

When we are entering date value and pressed enter->it is disappearing.

 

i have created GET method for this DATE to display in standard format.

 

Please tell me any one.


Re: How to create a field without dropdown values?

$
0
0

Hi,

 

I encourage you to do the field via AET, as everybody said, there link the field with a search help and don't use the check table parameter is the easiest way.

 

Regards,

 

Luis

Re: getting error in DATE field

$
0
0

Hi,

 

Maybe is a stupid question but....Did you code in the SET method as well?


Regards,

 

Luis

Re: Need Web UI doc

$
0
0

Hey folks there are legitmate paid channels to get books electronically.  If you don't want to pay and encourage other people to steal then expect your account here to be deleted on SCN. 

 

To be friendly here, I'm not going to ask in this case, but there are plenty of free materials on SCN that do a great job of explaining how to solve various problems on the CRM wiki listed from the CRM homepage.

 

That being said I'm all in favor of everyone sharing knowledge freely here and I hope that continues, but if you folks ever want any decent CRM technical materials to be produced by anyone, you can't expect to get it all for free considering some of these materials have a cost that is 1/30 of the cost of attending a training course.

 

I hope everyone understands this and anyone who might disagree should contact me for discussion.

 

Take care,

 

Stephen

CRM Forum Moderator

Re: Difference Post Processing Framework and Business Rule Framework

$
0
0

The tools you are comparing are like apples and oranges.  PPF is designed for output processing and other business logic within CRM.  BRF or BRF+ is a generic rules framework for making business decisions via rules and then allowing a program to execute outcome on those decisions.

 

To answer your question, is yes you could use the PPF to do what you want, but the BRF+ is a generic framework that does rules process in ALL of SAP ABAP basedapplications and not just CRM.

 

Take care,

 

Stephen

Re: if_bsp_model_binding~set_attribute NOT BOUND

$
0
0

Yes that is the problem, so :

in GUI I get the WS result,

in WebClient no WS result.

 

please help, thank you

Re: if_bsp_model_binding~set_attribute NOT BOUND

$
0
0

I imagine the class which is rising the screen is only prepared for GUI applications, so that's the reason because you can't see the screen in Web UI, is like if you try to call the famous method CL_GUI_FRONTEND_SERVICES=>GUI_DOWNLOAD from the Web UI. Is not prepared for that.

 

You should investigate if there's any way to pass the user and password via code. I'm not a webservice expert so from here I can't not give you the solution, but I think is good starting point

How to Auto-populate OWNER in a Buying Center in an Account

$
0
0

Hello Experts,

 

Is there a way to Auto-Populate the OWNER (employee responsible) in a Buying Center in an Account in Web UI?

If it could be done through config, or through code?

 

Thanks,

A Saini


Re: How to Auto-populate OWNER in a Buying Center in an Account

$
0
0

Hello Abhi,

 

You can achieve it by configuring you employee in the organisation structure in the tcode PPOMA_CRM .

 

Goto tcode PPOMA_CRM,

select your organizational unit, Go to the Position of  the employee,

 

>If employee is not added to the position the add by right clicking on position and select assign. Now a pop will come, select owner, a popup will come. Search for  employee by giving business partner or giving some other parameter. Select the employee. Employee will be added to the Position.

 

>If employee is already exiting in the position you can directly proceed with the next step.

 

>Now right click on the employee-> assign ->give the search term as the crm login id of the employee-> select it-> click ok.

 

Now you have assigned employee to the login id of the employee. So when ever the employee login's in crm his name will be auto populated as the employee responsible.

 

Hope its works,

 

Reward if useful,

Regards,

Sami.

add z table data into opportunity screen

$
0
0

Hi  all,

I am adding one custom view into the opportunity BSP component BT111H_OPPT.

1. In the View I am adding Model ZOPPT Base Entity BuilOpportunity  where I am have added GUID and OBJECT_ID.

2. I have added one value node ZVALUE  which is going to handle the attributes of Z table fields.

 

I am writing the logic DO_PREPARE_OUTPUT method , to get the table data filling the value node table.

 

But in the same method I need to  get the GUID or OBJECT_ID of ZOPPT context, How can get that data into this method.  based on this i need to filter the data.

 

 

any help is appreciated.

 

Regards,

ajayram

Re: add z table data into opportunity screen

$
0
0

Hi Ajayram,

 

Navigate to SE37 and then enter CRM_ORDER_MAINTAIN function module , click on display and then put a break-point in the function module and now run T-Code CRMD_ORDER and now enter the details of opportunity as soon as you press enter the T-code will get into debugging mode here you can check the details of OBJECT_ID  and GUID.

 

Regards,

Dinesh

Re: getting error in DATE field

$
0
0

The field ZZCR_AT is in the BOL layer? or is only in the context node?

Re: Difference between Business Object of collection and Entity of Collection

$
0
0

Hi Imran,

 

IF_BOL_BO_COL is the most generic one. It can hold any instance implementing interface IF_BOL_BO_PROPERTY_ACCESS (like model entities, but also value nodes, query objects, etc.).

 

IF_BOL_ENTITY_COL is meant to store entities only (i.e. variable of type REF TO CL_CRM_BOL_ENTITY).

 

Regards,

Nicolas Busson.

Viewing all 7775 articles
Browse latest View live




Latest Images