Re: Query- Payslip
Hello Rajaram, For any query regarding Payroll, it would be preferable if you would indicate for which Country, as Payroll is Country dependant, and some things that are possible for a Country may not...
View ArticleRe: Query Formula
Hi, Try: SELECT T0.[DocNum],T0.[ItemCode], T0.[Status], T0.[U_WtCoil], sum(T1.[U_ScrapWt]) as 'Total Scrap Weight', T0.[U_WtCoil]- sum(T1.[U_ScrapWt]) as 'Bal coil' , case when T0.[U_WtCoil] = 0 then...
View ArticleRe: Code changes are not reflected in Portal when activities are activated...
Hi Anurag, Please check CBS, is there any dirty or broken dcs and also check physically your portal server whether your changes are present there. Can you please also confirm about what changes (war...
View Articlestring name reverse
Hi All I am having lt_name internal table with records 'SAP','MOHAN','VAMSI' I am moving three records into work-area. LOOP at lt_name into ls_name. CONCATENATE ls_name-text ls_output-address INTO...
View ArticleRe: Leave Quota Compensation - Deducting from previous years balances unused.
Rishi, actually they dont want to get different quotas for one kind of leave. one for current year and another for previous balace update right? How ever the quota balance has been carryforwarded,...
View ArticleRe: Import process for trading materials in INDIA
Hi, Both domestic and import process are same and the difference is the duties, kindly follow the below steps. 1. Create new document type for Import procurement and number range for easy...
View ArticleRe: Query for Gross Profit
Hi, Try: SELECT T3.[SlpName], T0.[DocNum], T1.[ItemCode], T1.[LineTotal], T1.[GrssProfit] FROM OINV T0 INNER JOIN INV1 T1 ON T0.DocEntry = T1.DocEntry left JOIN OITM T2 ON T1.ItemCode = T2.ItemCode...
View ArticleFind the user who has deleted material cost run
Hi Experts, We know users can delete material cost run via tcode CKR1. Last day we found the some materials cost run has been deleted and we want to find out when it has been deleted and by which...
View ArticleRe: VF04 User exits for validating if user selected right combination
Check OSS 63523 - User exits for billing index as of Release 3.1G Per this note, you can check with user exit EXIT_SAPLV05I_001 (billing index for order reference) Regards,
View ArticleRe: Reg:Validation on outgoing Pyments
Hi, Please explain your exact requirement for validation. Your subject and object type are different. Thanks & Regards,Nagarajan
View ArticleRe: where can i download sap font
I'd say better to post the link to the SAP download than to serve up copyright material. Better to be safe than sorry!
View ArticleWBS Elements select using tables
Hi Experts, I want to fetch WBS elements Hierarchy with object numbers and i used F.M BBP_PS_PROJECT_GET_LIST TO GET.But bad thing is my performance is getting effected as i am having 20,000+ WBS to...
View ArticleInternal Order as Statistical Investment Oder for AUC
Hello Experts,My client needs to capture costs for CAPEX, I have taken option of creating internal order as statistical investment order and have created budget profile, now i am getting confused in...
View ArticleRe: No currency line exists for line item 0000000000 IN BAPI_ACC_DOCUMENT_CHECK
accountgl :accountreceivableaccountpayableaccounttaxcurrencyamount My error:
View ArticleRe: Need an advice with SAPUI5 for web site ?
One of you main challenges will be how you make the solution externally accessible, i.e. how you exposed the application and data to the internet, for example via reverse proxy etc, and how you...
View ArticleRe: Plant Assignment on Sales Org and Distribution channel
Hi, Check one more time Plant and Company code assignment (OX18) & Sales Organisation ,Distribution channel and plant assignment(OVX6) in enterprise structure for both the company codes 1000 &...
View ArticleRe: SPROXY not showing ESR content
Hi Manu Checked point # 11 - I still have the same issue - I don't see any errors - the only issues is we dont see ESR content in SPROXY. All RFC's (Connection Type H, G, T) have been tested...
View ArticleReading the file name and need to pass to fields?
Hi, Can we read the file name and can pass to column? This is the file name Month_Company_Brand_YYYYMMDD.txt Ineed to read this...
View ArticleRe: Unable to deploy / Rebuild project the WDJ project in NWDS
Dear Lawrence, I overcome the rebuild issue.But when i try to deploy the project in server it throwing an error that aborted : development component...
View ArticleRe: Purchase Order IDoc
Hello Constantin, unfortunately we don't support Purchase Order IDoc extensibility in ByD today, but your scenario could be solved using B2B (Business to Business) or purchase order APIs (A2X...
View Article