Re: empty tables in ZCL_JSON_HANDLER
Hi Richard, Using Jquery.ajax like in the example, jquery will try to convert the data to a query string, which is not obviously what we want. In "data" there must be a correctly formed JSON string....
View ArticleRe: error message "*CSecSAPR3Binding::XRFCCnxBroker::BorrowConnection
Hi, this thread is several years old. your problem looks related to network gateway (proxy or name resolution) to the BW system. that error text, or parts of it, is searcheable on the knowledge base...
View ArticleRe: Upload Supplier/Vendor list in SAP SRM
Hi Ankur Goyal, We are also having the same requirement and we are in SRM 7 EHP 3. Could you please advise us on whether the below function modules helped in achieving that functionality. 1)...
View ArticleRe: Reducing hiearchy level from ECC to BW
Hi Jürgen, Is it possible to reduce the hierarchy at BW side without disturbing in ECC.? regardsPradeep
View ArticleRe: Unable to find CA Certificates for Job server
Hi, Why are you editing the job server? Do you have obsolete Job Servers? If so you need to delete it first from AL_Machine repo table manually. After that sync the actual job server to repo. Arun
View ArticleEnable ABAP Class in 7x Web Template
Hi All, We are upgrading Web Templates from 3x to 7x and we need inputs for amending Custom ABAP Class in 7x web templates. In existing 3x version there are couple of web templates which concatenate...
View ArticleShared memory slots
Good day, I'm having the following error in the JAVA AS server stack; No more available Shared Memory Slots. Increase shared memory in JStartup configuration. Or decrease number of used regions. Failed...
View ArticleRe: Creating Reservations / Requisitions without Releasing
Hi DarrenYes you can do that. There is a setting which youc an find at Act.Data Tab which is Res/Purc. req.. Select that setting to immediate and then this will have an impact on all of the components....
View ArticleRe: Creating Reservations / Requisitions without Releasing
Sorry I forgot adding. You can defaults these by configuration.
View ArticleRe: display of currency in indian rupee format
Use below code: DATA : lv_amount(20) TYPE c VALUE '-12345123.89', lv_amt1 TYPE string, lv_amt2 TYPE string, lv_amt TYPE string, lv_len TYPE i,...
View ArticleRe: How to display currency values in indian format
Use below code: DATA : lv_amount(20) TYPE c VALUE '-12345123.89', lv_amt1 TYPE string, lv_amt2 TYPE string, lv_amt TYPE string, lv_len TYPE i,...
View ArticleRe: Unloading the rarely used column tables on to the persistent layer ?
What is the advantage you see in manually unloading tables/columns when there still is memory available?What do you get out of this additional (and actually high effort) action?
View ArticleRe: Errors in Default trace file SAP NW 7.4 Java
Hi Praveen, You will have to add adjust your default profile with:service/protectedwebmethods = SDEFAULT -J2EEGetProcessListor, if you getting for other methods too.. then make it = NONE Please refer...
View ArticleFailure - Unable to start App in Fiori apps
Hi Experts, When i am going to access time sheet app in fiori apps, we got below error can you please guide, Can you please guide for this issue. its urgent requirements. Thanks in advance. ThanksJ Jana
View ArticleRe: SAPUI5 - Live Update of a chart ?
Hi Andreas,try setting only the new data to the model, and skip the setting model to lineChart ie updateChart: function( ) { var lineChart = this.byId("myLineChart"); var oModel =...
View ArticleRe: SAP GUI For MacBook
Which .jar file is true one? i tried to install "GuiStart.jar" but i get this, Internal exception: java.lang.Error: posix_spawn is not a supported process launch mechanism on this platform....
View ArticleRe: Open Mobile App via URL or Link
Yes, you can achieve that using SAP BI Links. When such a link is clicked on IPAD it will launch the mobi app and open the target document. Look for the Administrator Guide at SAP BusinessObjects...
View ArticleRe: SAP IHC payment order cannot be posted
Hi Manish, I have a similar issue with my xbs.how did you resolve error message IHC 168. Thanks & Regards,Godhelp
View ArticleRe: System Copy Import Error on IMPORT_ABAP Phase
Hi Keyur, Please attach logs for ACCTCR import phase. Regards,Deepak Kori
View ArticleRe: Error in SAP installation (disp+work.EXE doesn´t start)
Hi Samid, The normal way is to set your timezone. There are a bunch of files stored by region in the following directory: usr/share/zoneinfoTake a look and find the one which matches your region. Then...
View Article