Re: How to get the JSON output format from an procedure call using XSJS
Hi, Here is some sample code after your statement. var conn = $.db.getConnection();var pcall = conn.prepareCall(query);pcall.execute();var rs = pcall.getResultSet();var output = {}; // Here you parse...
View ArticleRe: Printing to Journal Note Writer
Hi Nick, Did some searching on this product and found all sorts of issues with it. As a test try exporting the report to PDF and then printing the PDF to that printer. What happens? Don
View ArticleRe: Prevent replication of Contact Person from CRM to ERP
Ronald: Thank you for your reply.
View ArticleRe: Accounting group entries not reflecting in KDH3
Hi Kiran, I don't see any option to assign a new GL account in the list, I see option to add a new Account group via KDH1. What is the relationship between KDH3 and SETNODE / SETLEAF or SETCLASS? If I...
View ArticleRe: Sap.m.Table Dynamic Column and Item Binding
Hi Ganesh, Here's a quick example, you will need to clean up the factory code, however it demonstrates the concept. http://jsbin.com/cibuvoso/1/edit Regards,Jason
View ArticleRe: Switch between BPF with different enviroment
Hello Samuele,Did you check if the "Do not Store Connection" option is selected for your second report? Best Regards,Noura
View ArticleAccounting group entries not reflecting in KDH3
Accounting group entries not reflecting in KDH3 This question is Not Answered.(Mark as assumed answered) Ankit Doshi Aug 11, 2014 4:55 PM Currently Being Moderated In transaction KDH3 for a particular...
View ArticleRe: Problem when writing tables: C_T_VARIABLES
Hello, I've tried this option under environment menu "Generate report' but it doesn't change anything. Any other trick ? Regards,
View ArticleRe: Create percentage Wage Type from basic salary
When you create record manually mean PCRs are not important so you should not go and consider payroll run and it's output log for PCR and calculations! Please go into V_T511 and share a screenshot of...
View ArticleHow to change default Color of PDF
hello my friends. My alv report program converting to pdf format. but pdf has default blue color. I want to change to this. please help me. I cant solve that I want to change blue row. For example...
View ArticleRe: startsap / sapcontrol
Hi Daniel, you can use the statement: sapcontrol -nr <Systemnumber> -host <myhostname> -prot NI_HTTP -function Stop to stop a system. And:sapcontrol -nr <Systemnumberl> -host...
View ArticleRe: Calculating PA2006 infotype quotas "in advance"
Are you creating these records through an Action, or how are they being created? I would recommend one of the usual badis i.e. before record is created, maybe HRPAD00INFTY or something. If you can give...
View ArticleRe: MDG-Material Home Page Applications are not working in Portal
Issue got resolved after installing BP ERP Common Parts into Portal. Regards,Trilochan
View ArticleRe: Hardware, DB and OS migration
Hi Sebastian, You are correct, that's my case. From the previous link. I came to the conclusion that what I need is a Re-Sizing. My question is, how do I buy the new server? Do I need to request the...
View ArticleHANA Logs in "Truncated" status
We currently have an issue where all the HANA logs (except the current "active" log) are in "Truncated" status. This is causing new log segments to be created every time a log is filled, instead of...
View ArticleTagName binding with xml
Hi there, i would like to (xml)data-bind a Tree with an xml file and display the tagName in the tree : e.g:xmlFile<myTag> <mySonTag/> <mySunTag/>...
View ArticleRe: Need to show Previous months data in report
Hi Remi, If you've used a Record Selection Formula that limits records to the date range being selected, then the report will never be able to pull the required data for previous months. It is always...
View ArticleRegarding the Report's Default Value
Now the default value of the CrystalDecisions.CrystalReports.Engine is empty which is a problem clarified by both Luke and Don Williams. Don provided a good tips for code, referring Don's reply at Jan...
View Article