Re: Code to manipulate files attached in Content Management
CL_CRM_DOCUMENTS class contains all the methods you need to work with any document attachments in CRM. You should do some further searches here on the method GET_WITH_TABLE to see how that will work....
View ArticleRe: Create a new fields in CRM_ORDERADM_I using Append Structures
Thank U Stephen for your input. The point is i could not add new fields using AET any more for table CRMD_ORDERADM_I. We have added many fields. and AET gives us dump .. and so added new fields using...
View ArticleRe: triggering actions through date rules
Hi Eran, I am have similar kind of scenario. Did resolve how we can enter &todays+10days& in the container editor ?
View ArticleRe: Code to manipulate files attached in Content Management
Hmmmm diferent aproach similar solution Of course the SalesOrderCRMAttachmentFolderByIDQueryResponse_In will end up using the CL_CRM_DOCUMENTS but I prefer to take as base the...
View ArticleRe: Code to manipulate files attached in Content Management
Currently Being Moderated Hello !thank you very much to both for your help, I have already the files attached in a CRM Case (CRM_CMG,) I have already the external WS or vendor's WS, that...
View ArticleRe: Create a new fields in CRM_ORDERADM_I using Append Structures
Hello Santosh, As adviced by Stephen above, you must use AET to add fields to ORDERADM_I to avoid other issues. Please check the below OSS note: Note 1392239 - Limit on the number of fields for field...
View ArticleRe: Getting a dump for Deals in CRM_ORDER_READ
Hello Divyata, CRM_ORDER_READ is known to cause performance issues for one most common reason when parameter IV_ONLY_SPEC_ITEMS/IT_REQUESTED_OBJECTS is not passed to the FM. As stated by other...
View ArticleRe: Code to manipulate files attached in Content Management
As I imagine you have seen, CL_CRM_DOCUMENTS is a superior layer that ends calling the functions on your link, I wouldn't waste my time on that. If you have superior layers take advantage of that. A...
View ArticleRe: Getting a dump for Deals in CRM_ORDER_READ
Well if you know how to tell if a deal is faulty through visual inspection, then you need to program/build that logic if possible. Sorry can't tell you how to check for faulty deals without know how...
View ArticleRe: SAP CRM upgrade from CRM 2007 to EHP2
Through the magic of the upgrade process, you don't have to worry about re-implementing notes. In fact SAP will list all the notes that weren't compatible with EHP2 that need re-implementation through...
View ArticleRe: Issue with f4 help
Hello,In this case try the dummy event which Amit Singh described. This triggers a server roundtrip.Best regards,Thomas
View ArticleRe: Issue with f4 help
Without the dummy event you would need to press enter to get a server roundtrip.
View ArticleTransaction Launcher blank screen without error message
Hello, we´re using the transaction launcher from WebUI to ERP to display ERP Equipments.This is working fine. Prerequisite:The CRM user calling the transaction launcher must be also available in ERP....
View ArticleSAP CRM Groupware integration with Office 365 ??
Hi experts, I have a doubt, is compatible Office 365 with the Groupware of CRM? Where can find documentation about this? Thanks in advance,Regards,
View ArticleRe: SAP CRM Groupware integration with Office 365 ??
Groupware integration works with Microsoft Outlook and Lotus notes (With some limitations).Regards
View Articleuser attribute for self-registered user ABAP user store
Hi, Is there a user attribute/flag to be able to destinguish the self-registered user (self-registered in the portal ) in the ABAP user store vs the rest created using SU01?We want to defind those...
View ArticleRe: SAP CRM Groupware integration with Office 365 ??
But, exactly for office 365 works?
View ArticleRe: SAP CRM Groupware integration with Office 365 ??
Unfortunately I can't check on SAP notes now; by the way SAP released last year components compatible with Office 2010. I'll check better tomorrow if someone won't come up with better reference before...
View ArticleRe: Facing problem while creating set type attribute
Hi Sandeep, As you said, you can't not use the GUID data element for set types, the only thing you can do is use the char- equivalent data element. For example, SYSUUID -> char 32 Regards, Luis
View ArticleRe: Changed data not showing up on refresh , but getting saved when clicked...
Maybe I wasn't clear enought, I don't see the need to use the publish_current, can you specify component view and context which context nodes do you want to initialize?
View Article