aggregation binding problem with Northwind Customers
I tried use a table to show CustomerID from http://services.odata.org/V4/Northwind/Northwind.svc/Customer. It always reports "No data was retrieved by service: undefined - (from...
View ArticleRelatorio de Sugentão de Compras
Estou tentando desenvolver um relatório de sugestão de compras onde eu pego a media de vendas do produto dos últimos 3 meses e a quantidade em estoque e caso o estoque seja menor que a quantidade em...
View ArticleEDIQUEUES stuck in SMQ2
Hi Experts, We have faced issue with SMQ2. that it means EDIQUEUES got stuck due to XI Error Application Fault: queue stopped.While iam unlock the queue it is not cleared. Please suggest how to...
View ArticleRe: Tax Depreciation End to End Process in AA
If you are using a version above or equal to EHP5, then the below note has been provided by SAP with a PDF document attached with a complete IT depreciation solution for India. 738919 - IT Depreciation...
View ArticleRe: one Key Figure in columns not repetitive
Just now, you would have kept calmonth above your KF structure like an umbrella to split KFs dynamically. But your desired layout doesn't work with above concept. You have to create all months KFs...
View ArticleCapturing Employees last 5 years Appraisal results.
Hi Experts, Is there any possibility that we could capture all the appraisal that an employee has got along with its ranking in into the system in last 5 years time. Can we create a LSMW or any other...
View ArticleRe: start and end dates update IW31 tcode
Hi uirji, There is an exclusive Enhancement for Release Conditions. This is IWO10002. I have tested a code to suit to your needs.DATA: LV_EINSA TYPE AFVV-EINSA, LV_NTANF TYPE AFVV-NTANF,...
View ArticleRe: Can we add custom event in standard table ?
Hi Klaus, Yes you are right but for some performance issue we can not set parameter rec/client to ALL .
View ArticleRe: User Exit during MB1B transaction
Hello, I have checked in my system and I see we do not have the order unit field available to create condition table with it but then we have a option to enahance the field catalog and there if we...
View ArticleRe: Transformation issues
Hi,No 2 mappings are same except the key of master data. Not sure what I am missing.
View ArticleRe: After complete deletion of data from DSO, still its showing data in...
Check the DTP filters . Regards,AL
View ArticleRe: Capturing Employee Personnel Actions in the past
Hi, You can ask your abaper to refer this program ... do some modifications if needed..... tables : pa0000, pa0001, T529T, T530T.TYPE-POOLS: slis.data: BEGIN OF it OCCURS 0, pernr like pa0001-pernr,...
View ArticleABAP Dump while creating delivery VL10A / VL01n
HI Experts, One of my users are getting ABAP runtime dump while creating delivery through VL01N / VL10A. We have debugged with the help of programmer and found that a field is coming as negative...
View ArticleRe: 3.5 queries and workbooks not working after upgrade to BW 7.31
Hi, 3.5 Bex Queries and workbooks are not compatible by SAP GUI 7.30. You must migrate them at least to 7.0 version. Regards,Suman
View ArticleRe: Unable to access /irj and /nwa on the java netweaver 7.3 after upgrade
Hi, sorry but could you explain steps to create entry spnego by offlinecfgeditor? Regards
View ArticleRe: How to update value nodes attrib values in BOL to make it sortable?
Hi dharma, I have few doubts. I need to enhance the get_column_definitions in Element handler class right?.. But in ma case its IF method. prefixed with ifXXXXXXXXX-get_column_definitions. Thanks,Karthik
View ArticleCrystal Sections
Hi All, Please suggest how crystal will execute the sections.I mean what is order of execution of the 5 sections.
View ArticleRe: Type conflict error
Actually I am using it_return in loop for getting messages.LOOP AT it_return INTO wa_return . wa_message = wa_return. APPEND wa_message to it_message. clear wa_message. ENDLOOP.so...
View ArticleRe: PR close
Hi, Looks there is an custom check exists while creating PR in your system. This message is an customized message, do check with your ABAPER, regarding this issue he can debug and let you know why it...
View ArticleRe: Selection screen Validation help..
Hi vijay, Use AT SELECTION-SCREEN ON <Field id>. *select the ID's from custom table based on company code here and check whether the input given is in the required entries.if not then through an...
View Article