Re: Transformation Start Routine very slow after upgrade from BW 7.0 to 7.3
select * is always slow as it is selecting all the fields.You can also select certain fields which u are looking up rather then complete table. but since it was working in previous version it should...
View ArticleRe: Unauthorized Access to this place or content is restricted. If you think...
This blog post was removed. A private message was sent to you about this.
View ArticleRe: how to read masterdata attributes in End routine ?
Hi Sandy, you can write below logic in your end routine. types: begin of ty_cust, /BIC/ZCUST type /BIC/PZCUSTOMER-/BIC/ZCUST, end of ty_cust.data: lt_cust type table of...
View ArticleRe: CR2008 WMF not printed nor exported
Oops, almost forgot. Here is teh link to the ftp server: https://sapmats-de.sap-ag.de/download/download.cgi?id=TB7RRIBPL1ANG7FRU8PS950AC0P1FKZTIT5AW0S0P3UWUQX5TV - Ludek
View ArticleRe: Default Position for Active Status
Hi, So, basically, you want integration switched off for those people in order to capture orgunit etc manually. Are these random people you want to capture Orgunit and job for without a position or...
View ArticleRe: Simple CR2008 SP6 Report is not visible on web page (empty page)
Hello Gary I'm not really clear on how you are doing the upgrades, but you want to open the project in .NET. Ensure it has the correct CR references. Compile. Deploy. If that does not work, consider...
View ArticleNo se puede emitir un componente de notificación
hola Presento el caso con un cliente en donde no puedo realizar el RECIBO DE PRODUCCIÓn. Me sale el error No se puede emitir un componente de notificación [Entrada de mercancías: Líneas - Código de...
View ArticleProcedure With Calculation Engine (CE)
Hi, I am new to HANA , I am trying to learn it , please help me , How we can check database error traces for additional details ? SQL Script:- CREATE PROCEDURE _SYS_BIC.get_pi_quantity_ce ( IN...
View ArticleRe: Cannot return from TECO after a Work Order has been business closed.
Gents, I believe the note Note 159553 - Error messages BS042,BS043 addresses this issue. I have been able to independently replicate this issue on an IDES system. (SAP ECC 6.0 SAP_APPL 605) The...
View ArticleRe: Insert records to DDIC table from internal table according to Sorted format
Hi Arindam, Perhaps you can achieve this if your first field in the table is the field you need to use to sort the data. Martin
View ArticleRe: getting Hash characters in the dataset for czech & polish Characters
Hi, As the system mentioned is 4.6c. I think its not UNICODE yet you might be having MDMP system. So you are not getting the ENCODING option. Check the link below...
View ArticleRe: Amortization
Hi Dimitris, a short answer - Yes - please choose appropriate Position Management Procedure. Kind regards, Renatas
View ArticleRe: Disable "Strategy Management Administrator" for specfic users
Hi, Give this 2urlsto your users:http://<nw_server>:<port>/strategy/strategymanagementhttp://<nw_server>:<port>/strategy/entryandapproval Hope this helps,Miguel
View ArticleRe: XS - 500 Dispatching Error - SAP HANA
Hi Mayuresh, Please check http://scn.sap.com/thread/3284203 check SAP note 1665602 You need to check web dispatcher parameter , also from hana studio xsengine services should running . Please check...
View ArticleRe: Error 9 in Update when loading data in RSA1
Hi,Initially can you check the below Tcode WE20(Check that the System are active state),WE21,BD64,BD54,BD97 and check the below mentioned table RSBASIDOC RSBKDTP, RSTRAN, TADIR, RSPCVARIANT,...
View ArticleRe: I am facing an issue with Exception Aggregation in Bex Query.Can anybody...
Hi, The point is if you have to do calculations on date and its char then you convert the date char into keyfigure by using formula variable with replacement path and in that its mandatory to keep...
View ArticleRe: I am not found SAP standard Job from SAP
HiAbhijit, Please check http://help.sap.com/saphelp_nw70/helpdata/en/24/b884388b81ea55e10000009b38f842/content.htm BRAtul
View ArticleRe: Issue in BAPI_ENTRYSHEET_CREATE
Hi Imran Can you share your code.I would like to see how you pass the values for bapiessrc Regards,Venkat
View ArticleRe: Find roles by aythorization object and authorization fields
I have my own Z-program in SE38. There I defined include for MS01CW10, dealed with all data types. Now when I call perform of get_auths_for_one_obj( ) I get the error «Statement is not accessible». Is...
View Article