Re: Personal Settings
You probably don't NEED to make that change. Know what I'm saying? ;]
View ArticleRe: Removal of the BUPA REL relationships on the ECC Side
Make sure its an altruistic change to the content, and it should work already.
View Articlesplit tables for DMO
I am preparing to use DMO to upgrade/convert an Oracle/Unix based BW7.1 to Bw7.4 at Hana/SUSE. Some tables are very big so that I plan to split them. However, the DMO document does not show the step...
View ArticleRe: No GUI server connected; waiting for a connection
Hi Pramod, I was facing the same problem and I just unset SAPINST_JRE_HOME and it works out. I followed Sunny's idea. I don't know if you already fixed it but here is the solution I have found. Regards.
View ArticleNew incident view configuration with SM 7.1 SP10
Hello!There is new Incident View configuration with SAP SM 7.1 SP10. How to delete the block «title 2»?I want that assignment block «Summary» was in all width of the monitor screen Thanks!
View ArticleRe: 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: if statement in CE function
Did you try using CE_CALC separately after projection and then using one more projection to filter on the new column ( calculated ) ? Regards,Krishna Tangudu
View ArticleAdvise on SAP CRM
Hi Gurus, I have completef my SAP CRM training and successfully complete SAP CRM certification. I have worked as a SAP CRM analyst and Master data Analyst within SAP. Now, I am having a very hard...
View ArticleRe: RSNASTED and RLE_DELNOTE programs
Hi vr, usual you got one entry routine. The driver-program got a routine in which handles the different cases. If you have a look in your NAST-table you will see a field NACHA.. that is the medium...1...
View ArticleRe: Change in data element
Hi peter,it just depends on how much entries we talk about. If there are just plenty in, download it and upload it again after repairing the table via SE14.Another suggestion would be to contact your...
View ArticleRe: SAP MII SQL Data Source connection Returns backdated (old) data.
Did you trace the query string on the database side? Do you get the same results when requesting the same SQL natively on the Oracle DB side? Unless you have date logic in the select statement, MII...
View ArticleRe: HANA Procedure with parameter in create part
Hi There, Can you try the below code: CREATE PROCEDURE myProcedure ( IN ToDate TIMESTAMP) LANGUAGE SQLSCRIPT AS d1 TIMESTAMP; BEGIN DECLARE SQL_STR VARCHAR(10000); d1:= :ToDate; CREATE LOCAL TEMPORARY...
View ArticleRe: upgrade to EHP7 from a database with nonstandard tablespaces
I am not aware of such requirements for the upgrade and also for the stack split but if you really need to move the tables to another tablespace then get a maintenance window and trigger an online...
View ArticleRe: Even though ERROR / 'E' type message, still program is executing normally!!
And why don't you believe your workflow-expert?Maybe you should trust people.And on the other hand you can read/learn a lot about workflow programming by using the search...~Florian
View ArticleRe: Advise required
In your Input Table to PCR )AD3, WT /GPY has 547.12 as Amount. When processing WT AWEA, that is the value that will be used.If WT /GPY is being modified in PCR )AD3, then you have to add a new PCR...
View ArticleRe: Granting schema privileges
Hi There, For your user ask the basis to assign the below role:<SLT_SCHEMA>_DATA_PROVRegards,Krishna Tangudu
View ArticleRe: New Depreciation Area creation with "Area Posts APC Directly and...
Satish, I am currently having the same problem. Did you ever resolve this?
View ArticleRe: Issue with alignment of Alerter in Scorecard
Hi, I think its not posible to do that. If you has the alert and the value you cannot align the alert, try to set only the alert without value and automatic shows in center column. Regards!
View ArticleRe: SLoc Material transfers with STO
Thanks, Jürgen.Because of time limitations, LSMW testing, validations, etc. is not a preferred option for us right now. It's likely we'll end up doing the updates manually. Are you also suggesting...
View ArticleRe: Keep column headers in order after Excel export
Crystal is very picky about formatting for Excel export. So, there are a couple of tricks that I've found: 1. Use guidelines to line up your data with the column headers. The data width and the...
View Article