Re: select doing sort in tempdb is preventing tempdb log truncation
For getting a spid's total tempdb space usage try using the pssinfo() function, eg: select pssinfo(<spid>,'tempdb_pages') I've got a couple monitoring scripts that use this function and I've...
View ArticleRe: No transfer of values for navigational attributes to cube.
Is material group created with reference to some other object ? Lets say if mat group is created with reference to an object A. In that case you need to check the navigational attribute ( A_ZMAT_GRP1)...
View ArticleIQ 16 - Support index partitioning?
Dear IQ gurues, My colleagues using Vertica and known (don't no from) that SAP (Sybase) IQ doesn't support index partitioning Please clarify - Does SAP IQ support index partitioning or not?
View ArticleRe: IQ 16 - Support index partitioning?
The FP, default, indexes are partition aware and the storage mechanism for partitioned data. The other indexes are global and can only be created on the whole table, not on an individual partition. Mark
View ArticleRe: doubt on DSO transportation from DEV TO Q ?
1) why is it asking to include the old datasource to include in the transport ?Probably the datasource version between the dev and prod is not in sync or since a new dso is mapped with the ds and you...
View ArticleRe: RSNASTED and RLE_DELNOTE programs
Hi vr, I don't got the complete picture right now. I'm not sure if we both toalk about the same thing.You have now an edi-processing, right?You want to have an additional print (on paper), right?if to...
View ArticleRe: SAP HANA does not support InsertTarget
You can use EXEC to insert the results into Temporary table and then use SELECT on Temp Table to your Table variable. Regards,Krishna Tangudu
View ArticleRe: RABAX_STATE error in SOLMAN_SETUP step 6.6
Hi, Please check the below link http://www.saptechies.org/system-preparation-short-dump-step-66-connect-diagnostics/ Resyncronize the Solution Manager system with the SLD in the LMDB.Execute the steps...
View ArticleRe: Greater Than > in Hana?
Hi there, Was '>' or '<' not working from XML? I used a > operator in a calculated column and then exported the HANA model to see the XML file of it. It has something like this below:...
View ArticleRe: HCM Processes and Forms - Generating PDF Documents
This is a great idea.One alternative to this is calling the event "PRINT PDF" in order to create the PDF document after the user clicks on "SEND" button. Do you know where do I cutsomize the trigger...
View ArticleLSMW - not all lines are displayed
We just upgraded to ERP 6.06 and SAP Basis 731 and I am doing the first time LSMW after this upgrade. To my surprise SAP hides the ABAP coding lines if there are more than 16 coding lines and shows a...
View ArticleRe: WF: Send email notification as soon as receive step decision
Pay attention that if you use the extended notification, mark the mail priority as high in the category and the mail will be sent without waiting to the sapconnect job (you will still have to wait for...
View ArticleRe: Problem with Data Separation in SOLMAN 71.
Hi Jose, Manual addition details in LMDB will get delete automatically after LMDB refresh job run. So better try to re-synchronize the system details from SLD to LMDB. Also check whether all the...
View ArticleRe: User decision history report, workflow summary log
Hi Mike, Bit of a late response, but I note SWI6 or SWI14 weren't mentioned, they will provide some of the info you're after and may well be sufficient for your needs. Regards, Mike
View ArticleRe: Workflow attachment icon not showing
Hi Amber, The work item text doesn't show any attachments either, so it would appear there are no attachments. Verify this by manually creating an attachment directly in the inbox. If the icon shows up...
View ArticleRe: Even though ERROR / 'E' type message, still program is executing normally!!
Here, not the question of trusting! I am the owner/responsible for z_fm and now these changes/fix is planned to do in my z_fm, hence if something goes wrong I need to answer, hence I want to make sure...
View ArticleConnect to SAPGUI using VB.net
I need to connect to SAPGUI where it piggy backs off of an already existing SAP connection.(like it would in VBA) Due to my companies IT policies I am not allowed to connect directly to SAP using...
View ArticleRe: Data Services Job sometimes starts twice
@Satya, You may have had a different problem. In my case it jumps around between jobs, so no one schedule is at fault.
View ArticleRe: MS SQLSERVER 7.0 ( very old ) as a data server service in MII 12.2
thanks Jeremy, I found the jdbc2_0-stdext.jar in the folder "c:\\ServletExec AS\lib . I expect is the one you mentioned above . I will let you know what happens . Best regards,
View Article