Re: Optimized sql not properly generated when using SAP tables
Hi Experts After digging more into this issue,we found a very strange issue. -->When we attempt to connect our BODS 4.2 TO SAP R3(620 release),we are unable to generate correct optimized sql....
View ArticleRe: Inventory in Warehouse Report
Hi Nagarajan I tested your Query result is correct for Inventory Quantity on hand for warehouse and historical and current date selection but the Commited Qty is for all warehouse and not just the...
View ArticleRe: XBO based on User role.
Hi Asad,You need to use another Indicator field for TCDataLocked .element isManager:Indicator; var identity = Identity.Retrieve(Context.GetCurrentIdentityUUID());var...
View ArticleRe: IT 0007 and IT 0008 Link
If you have an employees earning 30 000$ per year, paid by-weekly (26 pays) and working 40 hours per week, then his hourly rate will be 14.42$/hr.But if you have an employee earning 30 000$ per year,...
View ArticleFPM List guibb Link to action
Hello, I have a LIST guibb and one of the column is link to action.I want to change the text of the action [link to action] at runtime based on some user input or data. Is it possible to change the...
View ArticleSignature Capture in Agentry
Hi, Is there any samples on how to create and config a Signature Capture field in Agentry?And also how to handle it in Java? Please help if you have got any experiences.Thanks. And I am using smp3sp4...
View ArticleRe: User Exit and BADI trigger in background
Hi Yawa, Thanks for your reply. I may create the upload program via BDC. So wonder if this program running is background job, those BADI/User exit if manage to trigger. My question may normally if the...
View ArticleRe: how to bring control from standard t-code back to alv list ?
Hi Vikas, Please refer to below steps.1. create Event.CALL FUNCTION 'REUSE_ALV_EVENTS_GET' EXPORTING I_LIST_TYPE = 0 IMPORTING ET_EVENTS = V_EVENTSEXCEPTIONS...
View ArticleRe: Managed System - error in SSO setup
Hi Thomas,I just try this, but cannot get any useful info from ST01.Thank you. Por.
View ArticleRe: Inventory in Warehouse Report
Try this one. SELECT T3.WhsCode 'Whse Code', T3.WhsName 'Whse Name', T2.ItmsGrpNam, T0.[ItemCode], T1.[ItemName], sum(T0.[InQty] - T0.[OutQty]) 'OnHand', T4.IsCommited 'Committed', T4.OnOrder 'Ordered'...
View ArticleRe: PR is generated for Completed sales order
Dear Caetano Almeida, Will brief you the business scenario steps we fallow. First the Sales order is created the same is confirmed / Released to which the STO/PO is created.(Site 1) PR is raised .The...
View ArticleTable : Query Bookmarks
Hi, Is there any table/tables available in BW where i can locate the bookmarks created by users on a bed query Thanks in advance
View ArticleHelp in understanding the conditions
Dear gurus My requirement is to upload Excel file and then update the data in to Z-table. Here's the code as loop at it_tab into wa_tab. write :/ wa_tab-EMPName,...
View ArticleChange Tab color in SMP WM 6.0
Can any one provide me solution How we can change tab color in SMP Work Manager 6.0. When i am using tab style , button style and change color according to my requirement but it did not reflect on...
View ArticleRe: Incomplete information for absence quota (infotype 2006)
Hi, This error is coming from info type 0416 kindly check and let me know Ur's Mohan
View ArticleRe: Unexpected email notify to user for random Workitem
Hi, Please share screenshot of SWNCONFIG transaction -> subscription, Delivery , Filter screenshot.
View ArticleRe: Selection of Columns in Performance Management
Hi! I dont know the meaning of all columns: FAPP - Final APPraisal (one of obligatory) FWGT - WeiGhT for FAPP PAPP - Part APPraisal - when we want to have many part appraisal of one subject...
View ArticleRe: Why is it happening in SCN?? Whats wrong, seriously explain.
Thanks Mathew, I understand your point. To brief I will take care of the correctness of space now on before posting. I hope you are not much troubled by this query of mine Looking forward to learn and...
View ArticleRe: How to Convert DateTime to Date ?
Hi, Tim How about GlobalDateTime.GetDate()? DocFor GlobalDateTime elements, use the data type GLOBAL_DateTime of namespace http://sap.com/xi/BASIS/Global. Hope this helps.Fred.
View Article