Re: Is it possible to enable Reject button in ME54n after final approval?
What is business logic behind the reject button after final release?Why you can't just cancel the release ?
View ArticleRe: Need SP_TN for specific user must use specific document series and...
Hi, Try this and replace with your series, ware house and user. IF @object_type = '22' AND @transaction_type IN (N'A',N'U')BEGIN IF Exists (SELECT T0.DocEntry FROM POR1 T0 INNER JOIN OPOR T1 ON...
View ArticleRe: HRA Tax exemption
Hi RK, Don't change SAP standard functionality for HRA tax exemption calculation as per govt rule. As per communication had with other fellows i will suggest you tell to your client to maintain metro...
View ArticleUpdate ABAP user deletes SU01 parameters
Hi experts, After creating some ABAP users in 3 ABAP systems and setting them some SU01 parameters. my attributes are param_DEV, param_UAT, param_PRD. Each time my ABAP create job runs my users are...
View ArticleRe: Sap crm hr ale pernr
Hi Efrat, use the Tx PFAL in ECCPlanvariante 01objecttype P for personObjectID = search the name of the person after that click on F8 to execute. Go to crm Tx BP and look for your user.
View ArticleRe: How to Display two different objects in a single table header in Cross Tab?
Hi Naren, No need to split Billing Operator object. Create a variable- V_IL_NL= If Match([Billing Operator];"*IL")=1 Then "IL" ElseIf Match([Billing Operator];"*NL")=1 Then "NL" 1) Put V_IL_NL...
View ArticleRe: Invoice Percentage Field is not found in CN53N report ( Milestone Overview)
In that case create a Z-t code(via SE93) and assign the program (SAPLSETB) of the table (say FPLA) to this t-code.Now, it will be an exucutable transaction for the user. If you dont want to give direct...
View ArticleRe: my om don't appear when i hire an employee !?
Hi Hussein Can you be more clear on this Issue? Looking after your issue what i understood is while hiring through PA40 using actions you might be using postion field drop down menu. kindly answer the...
View ArticleRe: Edit cell in sap.m.table
Hi Jose, Here is the code for Editing cells. var oTable = new sap.ui.table.Table({ selectionMode: sap.ui.table.SelectionMode.None }); oTable.addColumn(new sap.ui.table.Column({...
View ArticleRe: Report RPLHZPT2 in CZ
What i meant is that if my answer is correct, would be good if u could mark this as correct.
View ArticleChange Color For HBox in Sapui5
Hi all, How the change the background color of HBox dynamically (Red,Green) depending on Status(0,1). Please Help me on this. ThanksSathish
View ArticleRe: Stock Ageing report
Hi Anil, Please refer to the link below:http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/30f15839-0cf1-2b10-c6a7-ebe68cc87cdc?quicklink=index&… Regards,Ashvin
View ArticleHow do i add personnel number pernr to a hr smartform - appraisals
Hi there, I am not too knowledgable when it comes to HR smartforms, but i need to add the personnel number to the appraisal smartform HAP_TEMPLATE_01. I'm struggling, please could someone assist and...
View ArticleRe: Needs Query to get the cycle time automatically based on the value...
Dear all, Need a query to get the Cycle time in hr based on the value provide in the udf on OWOR table. Details of UDF:- 1.Start date =10/07/14 (Field Name U_EA_REST) - Date Type2.Start time =10:00...
View ArticleSAP Implemented companies in New Zealand & it's modules
Dear All, I need to know list of companies which implemented SAP & types of modules installed. Please suggest from where shall I get this information. Thanks,Karthik
View ArticleRe: GRC-PC10: Currency type fields of a table not coming in data source
Hi Rajeshwari & Naveen, Thank you both for your responses. Regards,Himanshu
View ArticleRe: FMS to Populate the Project Field by selecting the Serial Number.
Hi Nagarajan, Would you happen to have an idea on my question above? Or maybe know someone who can help me? Thank you Riza
View ArticleRe: Invoice Percentage Field is not found in CN53N report ( Milestone Overview)
if it is not possible in sap standard report and you are unable to create sap query in SQVI then go in z report check with abeper for what is the feasibilitytable is already told you by expert so make...
View Article