Re: WebI Report Scheduling Issue.
What is the exact version of your BO? Was there any activity that happened recently in the system with respect to upgrades or patches, after which you see this scheduling issue. Did you Check if you...
View ArticleRe: Significance of BAR_CODE field in the structure BAPI2017_GM_HEAD_01?
Susmitha,I have few doubts here.I have worked with barcode (New barcode technology) in smartforms.I am able to scan and get the barcoded data into screen input fields without any issues.Even in MIGO, I...
View ArticleRe: SAP Gui give SAP System Messate A:00:900
Hi Nainesh , Please check note 1837503 - SAP system could not connect to DB Check if the SAP DB user have the correct default DB role assigned, run the following SQL:SQL> select grantee,...
View ArticleRe: WORKFLOW:How to send emails to varible names
Hi Pathum,Please make sure the following things. 1)Recipient Type 'G'(Organizational object) and select 'Expression' from drop down and make sure that the variable contains the string of 'US' and SAP...
View ArticleRe: Viewing SOAP message for the web service consumed in SAP ECC
Hi Adarsh, Thanks for your reply. If I am not wrong the <host> and <port> you have mentioned is of PI server. I don't us PI to do this development, the web service provider and consumer...
View ArticleRe: Delivery Schedule in PO item
I have also checked all the movements of the Material with reference to the STO before posting this issue to scn.sap.com. That is because I found out that there is only 1 movement type involved...
View ArticleRe: F110 error
Hi Angammal, please check below things Common errors encountered while executing F110 (APP) and resolutions are listed out here, hope these are helpful to troubleshoot the errors. 1) No valid payment...
View ArticleRe: LOGIN PROBLEM IN QUALITY SERVER ?
don't know what you are talking.... "There is some user id : J2ee_ADMIN , we need to maintain that first , then it again asks for another login ID, which is users personal one."
View ArticleRe: tcode for performance tuning and usefull links and material for pt
you need performance tuning because of large amout of data. if your program give output very late then be patient. analysis whole program when you want to do performance tuning, many tcodes are...
View ArticleRe: select Query taking more than 10 mins to execute
hello Mr Vijay, from my opinion whole program need performance tuning because program give output but it comes too late so in that type of issue we check whole program with, from SM66 tcode to check...
View ArticleRe: After partitioning cube Do we need to compress ?
Hi Sanhith Kasam, From the performance point of view it is better to do compress after partition. To do compression data compress by removing the request id's.E table is optimized for reporting and F...
View ArticleRe: ABAP - Module Program Text Labels
There is a easier way.You have to get object directory entry from your program.This you can get with SE38, give the name of the program and enter.Then in Menu "Goto==>Object Directory Entry" and one...
View ArticleRe: pass string longer than 255 characters to a single line of internal table
When I append this field symbol to internal table , I am not able to do it only first 255 characters are transferred to internal table. Even if field symbol or work area contains 1000 characters ,...
View ArticleRe: tcode for performance tuning and usefull links and material for pt
Don't use BINARY SEARCH. Use a HASHED table or a SORTED table. Thread locked due to age.
View ArticleRe: After partitioning cube Do we need to compress ?
HI, Good to hear that. You can close the thread. Regards,Suman
View ArticleRe: select Query taking more than 10 mins to execute
No. Don't use BINARY SEARCH. Use a HASHED or SORTED table instead.
View ArticleRe: How to delete PSA data completely in 7.3 for hourly data loads using...
Did you try by keeping blank in "Older than Days" ? For the time being, you can clean up by a FM: RSAR_PSA_CLEANUP_DIRECTORY -- To Clean PSA
View ArticleWI newbie question / Reverse Engineer Report Queries ?
Hi Malik Possible I might be misinterpreting your answer. The Query Panel on the Edit query mode you mention allows user to view sql code that generates the 'universe'. I am more interested in sql code...
View ArticleRe: Pass Parameter to BAPI
Hi Henry, Thanks for reply.1. We are using BO 4.0 SP062. Yes it is ERP universe.Created on ABAP function(BAPI)3. Its a single source universe. Regardssheetal.
View Article