Re: Asset details report
Sattaiah,By using either the standard asset balances report (S_ALR_87011963) or asset history report (S_ALR_87011990) you can create a sort variant (OAVI or S_ALR_87009120) that can provide most of...
View ArticleRe: Special Procurement Key and Manual PRs
Hello Ahmed Another possible cause of this issue is an implementation of BAdI MD_CHANGE_MRP_DATA makind purchase requisitions not relevant to MRP or if the purchase requisition is linked to a different...
View ArticleRe: Workflow: Function module will not execute in method
Hello, I agree with Abdullah that you should use Extended Notifications instead of creating your own Notification step. I don't understand how this problem got resolved, or if it's resolved? You should...
View ArticleRe: Segregation of Duties (SOD) - SAP Security Audit
Instead of doing things manually, you might want to consider using tooling solutions for this. CSI Authorization Auditor is very suitable, not only running reports but also for mitigating the SOD...
View ArticleRe: Transparent Window in PB
This feature seems to be broken ... you need some API Voodoo magicCode for PB 12.5:External Function Declaration:Functionlong GetWindowLong (ulong hWnd, int nIndex)...
View ArticleRe: VBA Code asking for Password
Hi Vijay, Please, never use code from GOOGLE without understanding what are you doing! With EPM you need to use EPM protection. Look on the format sheet options and select appropriate cell locking....
View ArticleSAP Cloud for Customer Add-In for Gmail
Hi Experts, How to get C4C Gmail Add-In for for C4C Gmail email integration ??I try at Chrome Store but didn't find the Add-In. Can someone please share the exact link to download ? Thank You,Gaurav
View ArticleRe: BEx Analyzer - Hiding infocubes/multiproviders from querying
Hello Loed, That's not exactly what we want to do, we want to hide infoproviders from being directly queried against, and only show users created queries and query views. We want to keep the...
View ArticleRe: Calculate the number of days in a year excluding Saturday and Sunday
Hi Harish Here is the code Code FUNCTION ZBI_FM_GET_HOLIDAYS .*"---------------------------------------------------------------------*"*"Local Interface:*" IMPORTING*" VALUE(DATE_FROM)...
View ArticleRe: How to create a simple ABAP program for Validation purposes
The code currently looks like this: REPORT ZTEST1R.*ODSO: Calculation Config - XX100002*ODSO: Calculation Mapping - XX100003*ODSO: Calculation header - XX100000 *~Internal TablesDATA: GT_CONFIG...
View ArticleRoutine Query
Hello, Is there a way to filter out some leaves from the hierarchy in routines?Thanks.
View ArticleRe: Understanding the GB00 Schema in detail
Thanks Pramod,I have read through this but I need some document or understanding on UK payroll schema GB00. RegardsMohinder
View ArticleRe: Table control with Wizard issue
I think you need to clear G_ZTC_FLEET_COPIED first when you do a new select (and also refresh the table G_ZTC_FLEET_ITAB. You need to do this in your PAI event at the right moment (BACK, EXIT, CANCEL...
View ArticleRe: SAP-PP-QM Lot in MD04
Thanks for the suggestion, but I don't think this note will be helpful since this concerns component SCMEWM, that we have not. About other notes you suggested: 819617 is saying: "Inspection lots with...
View ArticleRe: Unknown backup is being run
You can build the entire dump command into a @variable, then execute the @variable via the exec() construct. Off the top of my head: ======================-- build dump commandselect @cmd = 'dump...
View ArticleRe: Adding a new substatus in Appraisal template
Happy to hear your issue solved. requesting you close the thread.
View ArticleRe: Confusion about output determination technique?
Have you checked in Determination Analysis from the output screen of that sale order? G. Lakshmipathi
View ArticleRe: .net Crystal Report adding sorting dynamically
Hi, Thank you for the reply. It tried those suggested option but I am not able to access after "ReportClientDocument"myReport.ReportClientDocument.DataDefController.Database.Tables[0].DataFields[1];...
View ArticleRe: Spool sending as an Email
Denis, After your last write statement, all of the spool lines are in an internal system table, %_list. The following code will allow you to get the lines of the spool. *include <%_list>. "...
View ArticleRe: End Routine Query
Hi Venkat!How say Nanda, ideally you should realize delete in your initial routine for better performance.Suvesh routine is correct. Regards.
View Article