Re: How to edit standard CFL in SAP 9.0?
Hi Edy, We have used the part SAPbouiCOM.ChooseFromList oCFL = _oForm.ChooseFromLists.Item("6");SAPbouiCOM.Conditions oCons = oCFL.GetConditions(); SAPbouiCOM.Condition oCon = oCons.Add(); of your...
View ArticleRe: CCMS Monitoring agent error
Dear Mr. Sai Pankaj saripalli, You can try following steps to resolve your CCMS error. 1./usr/sap/hostctrl/exe/saphostexec -stop 2.Add the parameter ccms/enable_agent = 0 in the host agent...
View ArticleRe: Try/Catch in subroutines - DUMP
If you are not in an FM or OO Method, raise causes an Immediate exception. Try calling an FM that raises that and catching outside the FM. Neal
View ArticleRe: Creating new report in webi 4 from unx universe doesn't work
Hi Matthias, Try using the Offline mode to connect IA Desktop to report on local copy of universes, instead of stand alone mode. Also ensure that it shows Disconnected on bottom right corner when you...
View ArticleRe: BUILActivity BOL Object Modification
But if you are in the activity component (logon in Web UI with SALESPRO Brole and select activities, do a search and navigate to the overview page of the activity) you can enhance the activity model...
View ArticleRe: missing Warranty assignment block in Installed base
Hello ca you check the config guide c13"CRM service master data" sec 3.3.3 " how to assign warranty to install base"http://help.sap.com/bp_crm70/CRM_DE/HTML/Content_Library_CRM_DE_DE.htm Make sure you...
View ArticleRe: Count frequency of occurrence
Hi Julain, Create SLA formula above as variable and Try using below and see if it helps. =Sum(Count([Service] ForEach([Reference Number];[Service Class];[Duration]) Where([SLA]>1))) ThanksMallik
View ArticleRe: Conversion character to integer
Hi Stefan, Here is the approach i followed (HANA revision 46). I created a table with column YEAR with data type NVARCHAR which has numeric value.In CE_PROJECTION I included this YEAR field and using...
View ArticleRe: Effect on implicit enhancement while doing patch/upgrade
Ah, but there's an exception... SAP gave the name range to us for our use. But how many times have they created Z Programs in notes for us to load. So yes in reality, though they shouldn't, they may...
View ArticleRe: Negative Condition Type
HI Imran, To my knowledge it would work. However, not sure of your condition type settings and the related pricing procedure settings: Please check again - The logic is : 4 ZABC...
View ArticleRe: Table Partitioning
Hi Sanjay, If you understood the concepts, it will automatically answer your query. As you might have understood, the partitioning depends upon the data volume. If your table is expected to contain...
View ArticleRe: WebI Report Issue
Hi Vignesh, Is that object referring to column X a hierarchy associated one from BW side? What are the complete versions of your BO and BW? ThanksMallik
View ArticleRe: create a bookmark
Hi, You can "Follow" a forum by clicking the "Follow" option on right corner of the forum, so that you can easily refer it from "Places" tab in your profile. Thanks,Raghavendra
View ArticleRe: NFEDL_DownloadRequest - Object not found in lookup of CloneMessageBean
Oi Felipe, boa tarde. Até onde sei esses Modules são necessários no PI 7.3. Já testou a Interface sem esses Módulos? Usando apenas a configuração do Help NF-e Communication with Authority Systems...
View ArticlePO retransmission through FAX..
HI,I am having one problem.One PO has been transmitted to vendor through FAX.It is transmitted through a middle ware.Now in ECC the status of of the transmission is showing successful.I have checked...
View ArticleRe: Authorization on change of PO ITEM TEXT
hello, Create a authorization obejct using SU21. There are lot's of examples on SDN for same. Once doe implement BadI ME_PROCESS_PO_CUST. In the method PROCESS_ITEM of this implementation you could use...
View ArticleRe: Need help on 0FI_AP_51 data source
Thank you. I checked in data source in RSA2 and there is some condition specified. If amount paid is lesser than 1000, the value will be of negative. This functionality is provided by standard Business...
View ArticleRe: FPM Comp for Benifits and payments - Claim Advacne Request
Hi Venkat, To know what is the component or component configuration or other details related to the application,press CTRL + Mouse right click or SHIFT + Mouse Right Click. This opens up various...
View ArticleRe: tree view node
good idea Prathamesh for the olap grid in crystal...i keep forgetting about that feature. i've also attached a dev report that uses a set of formulae to keep track on what's being clicked on for open...
View ArticleRe: Text Sizing
Dear All, here is the preview of code, so all the font is Aerial Narrow with font size 10 including last paragraph mark. when i enter just one code line for ex: EN: ........ then text sizing working...
View Article