Re: Interaction screen: The IREC screen is limited to only 4 interactions
Thanks Ravi Kumar, I tried it but it didnt work for me
View ArticleRe: Interaction screen: The IREC screen is limited to only 4 interactions
Thanks Sumeet!! You solved my problem in seconds points rewarded !!!!But one more problem is raised with this, I have to remove the interaction with the status 'Open'.. I could do it with the previous...
View ArticleRe: Using a BOL Programming on an API level?
Hi Stephen, The best answer on why not to mix BOL and one order BADI's is "recursion". If you look underneath the covers all those BOL objects for one order are calling the one order API which then...
View ArticleHow to access (EVAL_STARTCOND_PPF) container values
Hi Experts, I came across a scenario where I need access container elements which I set in the EVAL_STARTCOND_PPF badi in the EXEC_METHODCALL_PPF. Both methods got one reference element called...
View ArticleCRM WEBUI/IC - Linked Object in ECC
Hi Gurus We have a requirement whereby processes on SAP ECC (Example PSCD Contract) result in a Service Request or Business Activity getting created on CRM. We want to attach a reference to the PSCD...
View ArticleRe: Interaction screen: The IREC screen is limited to only 4 interactions
Hi Priya, use below code before this statement gr_bol_col = lr_result->if_bol_entity_col~get_copy( ).and also make sure to refer your code with standard query lr_queryres_col =...
View ArticleRe: Interaction screen: The IREC screen is limited to only 4 interactions
Too bad, because it's working fine for me. I am not fond of replacing a query by another one, just to modify the max hits value.You loose the ability of benefiting of SAP future enhancements of this...
View ArticleRe: Using a BOL Programming on an API level?
When everything fails, I usually put a break-point on the BADI with a dummy sentence like IF 1 EQ 2. ENDIF. I do my stuff on the WebClient and once the break-point stops I check the standard view of...
View ArticleRe: How to control the users' authorization?
Hi Maddy, Business Roles are linked with PFCG Roles when it comes to authorization, In customization you assign the business roles to the PFCG Roles under the customization node Define Business Roles...
View ArticleRe: Interaction screen: The IREC screen is limited to only 4 interactions
Problem Solved! Thank you Sumeet!!Thanks for being wonderful!! I really appreciate your help!!!
View ArticleRe: Using a BOL Programming on an API level?
<offtopic>Yeah I'm weird about finding BADI's as I just read code to find what I need.You sure have a lot of spare time lol After experiencing the pain of PCUI -> Webclient transition, I have...
View ArticleRe: COST_OBJECT field to external tax system
We contacted SAP. It is bug in standard code. They released Oss notes 2034402 to fix this issue.
View ArticleHow to or which table i can find Sales Tax Code in CRM
Hi, I need to get Sales Tax Code(mwsk1) in BADI 'CRM_COND_COM_BADI'. if i use CRM_ORDER_READ( ET_PRIDOC) or CRM_PRIDOC_READ_OW it is going into endless loop. So i can't use these Function modules in...
View ArticleRe: Interaction screen: The IREC screen is limited to only 4 interactions
if you are using this code and its working for you, it makes sense to try this but I didn't get a chance to try this...through debugging i changed the max hits value and it didnt return any value in...
View ArticleRe: How to or which table i can find Sales Tax Code in CRM
Hi,try by getting header and item guid in et_pridoc->pric_cond. Regards,Padma.
View ArticleHow to know Which all places a given context node is being used???
can we know where the Context node(C1) is used in the complete component.
View ArticleRe: Interaction screen: The IREC screen is limited to only 4 interactions
Hi Slyvain, Thanks for the information, but as per your suggestion you are trying to set the max hits to difference query name MktInteractionObjectStdQuery which is not required * set max hit count...
View ArticleRe: How to know Which all places a given context node is being used???
Hi Rahul, Can you please elaborate your requirement ? Context node can be compared to a Internal table which hold the data. if you really want to find where a particular context node is being used it...
View ArticleRe: Interaction screen: The IREC screen is limited to only 4 interactions
Hi, You are right, I answered too quickly, and on the wrong query, my bad ... But still it is possible to change the max hit of query BTQueryBusAct, either byenhancing genil class by substituting the...
View ArticleSAP WEBUI ISSUE
hi experts, I am using CRM 7.0 I want to restrict multiple Web UI logins from same username concurrently.Please provide the solution. RegardsArpit Gupta
View Article