Re: sort table and binary search
if you know the unique keys then declare internal table as hashed then use keys to search. otherwise, sort then read.. binary search is best practice. or if you're populating the table from SELECT then...
View ArticleInstall Server Components Considerations during BPC Installation
Hello experts, I have something confusing about chapter 3.3 Installing the Server Components. (The screen shot is provided below) Questions: Q1: The server components for BPC is CPMBPC, is it right?...
View ArticleRe: Facing Problem in Configuring Radio buttons
Hi Sandeep Please go through the below link. May be it will be helpfull.Creating Radio Buttons in the Web UI - CRM - SCN Wiki ThanksChand
View ArticleHow to set required for group of condition type in the same condition class
Hello, we have a group of condition type with the same condition class B, the last one have been set, and all of others will be inactive.but we don't set any required for all the condition...
View ArticleRe: How reputation in SCN changed your life ?
Hi Bikas! For me, spend my time here studying, help others, learning new technologies, new ways to write a code clean are very helpful for me. I knowa lot of peopleherelookingforpoints andbadges, away...
View ArticleRe: SPS7 .hdbprocedure with INSERT gives previlege error during activation
The schema under which you are trying to create the table, Does _SYS_REPO has insert access to that schema? You may want to try the below: grant insert on schema best to _sys_repo with grant option...
View ArticleRe: Error report datawindow saveas PDF PB12.5.NET
What I mean is that if you use SaveAs ( "filename.pdf", SaveAsType.PDF!, false) and you don't set those custom properties, then PB.Net will automatically use PDFSharp for you. PB.Net uses that to...
View ArticleRe: Quantity calculation not exceeding a value
data l_sum type I. sort itab1 by code.loop at itab1 into wa. at new code. clear l_sum. endat. l_sum = l_sum + wa-qty. if l_sum LE 5. collect wa into itab2. endif.endloop. delete itab2 where...
View ArticleRe: Error when add Purchase Order
Hi Sudhir, I'm using SAP Version 9.0 PL 09 and I don't see checkbox Fixed Asset in Item Master Data.I selected in SQL Itemtype = 'I' and AssetItem ='N'. Please see below pictures and help me again....
View ArticleRe: Is there any way for the accounts display according to the division?
William, Yes, you are right. I want to display the division in the line layout. I created the line layout wiht this field but the values are not showing up in the accounts display. Regards, Moin
View ArticleRe: Paragraph line breaks not showing
What version of cr? Please install the latest sp for your version and let us know if the problem persists. And if it does please paste a sample of the html that's failing.
View ArticleRe: SAP Treasury certification book codes
Hi Mani, Please search for 1) FSC010_Business Processes in SAP TRM2) FSC110_Customizing in SAP TRM Hope its helpful. Cheers !Adi
View ArticleRe: Field Headers not coming in Excel sheet
Hello experts ,I forget to menton my SAP GUI version 7.30, does it have to with this SAP GUI VersionPFA Screen shot of SAP GUI Version. Best RegardsPriyesh Shah
View ArticleRe: Debug unauthorized TCODE without using SE93 or SM37
hi, the procedure provided below is not advisable but for some cases might be helpful. please be advised that all security must be followed as best practice still.1. Go to SE37 and execute...
View ArticleRe: Error in Fiori Create Sales Order
Hi Ranjith,please cross check your settings against following. Regards.Meghna
View ArticleHow to cancel invoice documents in Background Jobs ?
Dear sd Gurusi want to cancel invoice documents in Background Jobs .I Have checked this link also VF11 (cancel invoice) in background jobBut i did find Exact WayThanks a lot
View ArticlePost System Refresh Activity
Hi All, I did system refresh ( from PRD to QAS , platform Windows 2008 R2 and MSsql) the system was up and running fine. The system was absolutely fine for one day and the day after the DB crashed ,...
View ArticleRe: shortcut key from menu on main window
I think you can achieve what you are after If you make the menu items invisible in the menu painter and ChangeMenu in the Open event of the window.
View ArticleRe: Massive Assignment of Settlement Rules for WBS Elements
HiThis is not a std. functionality. You need to create BDC prog. to update WBS with settlement rule.Check the following std. BADI's WBS_SETTLEMENT_RULEWBS_SETTLEMENT_RULE_NEWRegardsSaurabh
View ArticleRe: Reg: data source enhncing
ISsue solved. I have deleted data in setup tables. Then checked in rsa3 after filling set up tables. Nowit is working fine. Thnx to svu and ram For quick support. br,Ravi kiran.
View Article