Re: Calculate Revenue
Hi, Try this query: SELECT[CustName] as CustName,[m] as Manager, [A] as Address, [2011],[2012],[2013]from (SELECTT0.[CardName] as CustName,T2.[U_TEST] as M, T2.[Address] as A, sum(T1.[LineTotal]) as...
View ArticleRe: Implemention question for Buying, Cutting and Selling process with...
Hi TVSon, I had explored this approach also. A few concerns: 1. The items come in width varying from 50 mm to 400 mm, with decimal places also. So do you still recommend creating as many item masters?...
View ArticleHow to create object of UDF form.
Hi, I've used to get UDF value in header using this.This is for the delivery form. frmDeliveryHeader = oApplication.Forms.GetForm(-140, SAP_APP.SBO_Application.Forms.ActiveForm.TypeCount) Regards,
View ArticleHCM新功能无法使用
大家好!我们erp平台升级到了 ehp6 。但是新的功能仍无法使用。t-code:PC00_M28_SASAC_RMP(报表管理平台)。提示信息: 人力资源组件如下: 是否还需要更新一些notes?
View ArticleRe: update BatchNumbers PickList
so to do this you have to add the batch to the base order first then you can add to the picklist otherwise you will get this error. this works for me company.StartTransaction();...
View ArticleManually Linking Documents
Hi, Are you doing a copy from? SDK will auto update that all base entry based from your input. .Lines.BaseEntry = FROM base document.Lines.BaseLine = FROM base document line #.Lines.BaseType =...
View ArticleRe: WBS element "Customer Enhancement" Tab - Fields obligatory
Hi, Try Customer Exit CNEX0001. Should help you design a error message that stops that field from going blank. Cheers,Arindam
View ArticleRe: GRC 10 Invalid FF Log Report
Rama/Chandani, We have already implemented note:1773855, as I mentioned occasionally they receive invalid FF log report (1 or 2 out of 10) any other suggestion highly appreciated.
View ArticleC# DI API use "oInvoices.Lines.TotalInclTax"
Hi, I think that field is auto compute, you don't need to set a value to that field. Regards,
View ArticleRe: Your greatest fantasy/ wish/ dream ?
That's why it is a fantasy or a wish that is wished to be come true. Even you can't get wings and fly to Pandora in real world ntn
View ArticleHow to enable 'Add a data base ranking' on query panel
Hi , Could you please suggest how to enable 'Add a data base ranking' in query panel . Thanks & RegardsVenkat
View ArticleRe: AUTOMATIC POST GOOD ISSUE
Dear j,p sir plz tell mesame we can use in vl06o automatic pgibut any special in this report CSO_P_DLVRT_GOODS_ISSUE_CREATE - auto PGIThanks a lot
View ArticleRe: SAP Design Studio 1.2 Design mode Blank Panel IE Issue
Yes i am on IE9. 9.0.8112.16421.
View ArticleRe: KWMENG with negative value in table VBAP
Hi, As Lakshmipathi sir advised may be in your case in the item category the field return check field is activated.Usually this is activated for REN. As per my knowledge usually in the following cases...
View ArticleRe: How to convert internal table data into excel format
Hi Sai Ganesha, Try like this Just copy& past in se38 and run and see in SOST.... REPORT YZIP_MAIL. *--------------------------------------------------------------------** I N T E R N A L...
View Articleis it possible to Maintain debit to vendor % (percentage)in purchase order or...
Hi Experts, I have a requirement. Is it possible to maintain the amount (debit to vendor percentage) in purchase order or in QA32? Thanks &...
View Articlefs required like real time
As a abaper I need some functional specification of any module..plz help me
View ArticleSAP Project Management TPLM2e in Malaysia
Hi, I am looking for few SAP consultants who would like to take e-learning course for TPLM2e in SAP e-Academy centre at Petaling Jaya, Malaysia.I wish to pursue the course and sit for the certification...
View ArticleRe: is it possible to Maintain debit to vendor % (percentage)in purchase...
Hi Deepika, It is not required to put debit amount at the time of PO creation.Can you please explain your scenario so that we can provide you better solution.. Regards,Priti.
View ArticleRe: How is a table parameter in function modules used ?
Suppose...ET_itab is your exporting parameter of type "Table type of table1", is mentioned in the exporting tab of FM. LT_itab is your local internal table of type ""Table type of table1". Now write...
View Article