Re: Powerbuilder Classic & assembly
Hi Gimmy; 1) No, the DLL's you create in PB Classic are of a proprietary nature and can not be called by other languages (ie: Delphi, C, .Net, etc).2) You can publish PB Classic work as a .Net Assembly...
View ArticleHow to show all records from the infoprovider EXLUDING those which satisfy...
Hello gurus! I have a following requirement (here with some simplification): There is an InfoObject Customer and a DSO Order. As a result of my query I need to show all customers that did not make...
View ArticleData flow error in bods
When executing the data flow in bods it is showing the blow errorThanks in Advance
View ArticleConvert a dimension property into a dimension when sending to another...
There is application A and application B. The script is supposed to send data from A to B. One of B dimensions (i.e Brand) is A's property of a dimension (i.e Costcenter.CCBRAND)...
View ArticleRe: not able to apply formatter in Table in XML View
I assume your formatter function is inside your view's controller? In that case, you should prefix the call to your formatter with a dot: {path:'StartDate', formatter:'.formatDate'}
View ArticleCan not delete a Sales Quote
Hello, I want to delete a Sales Qoute that has In Approval status. Problem is it was already approved, but the status remained as you can see here: Old approval process required only one approver. Now...
View ArticleCompromises after joining a ramp-up
Hi, I would like to know which are the compromises if I participate in a ramp-up as a partner. Best regards,Javi
View ArticleRe: Exchange rate (Ask rate) not reflecting
Hello Vijay,did you assign the currency conversion profile to a set of books you are using?This might sound like a stupid question, but in most cases, it is only a tiny thing that is missing.Best...
View ArticleRe: XML views inside a HTML view
Did it the other way. Native HTML inside XML view : <core:View xmlns:core="sap.ui.core" xmlns:mvc="sap.ui.core.mvc" xmlns="sap.m" controllerName="gridster.grid"...
View ArticleRe: Storage location Issue
Hi Susheel, Can you tell me that is the material general plant data was extended after processing the order or it was done before. If it done before the updation it wont reflect. when you do a...
View ArticleRe: Tile container functionality : Tile container => Custom tile => Generic tile
Implemented the gridster : <core:View xmlns:core="sap.ui.core" xmlns:mvc="sap.ui.core.mvc" xmlns="sap.m" controllerName="gridster.grid" xmlns:html="http://www.w3.org/1999/xhtml">...
View ArticleRe: ABAWN-error message # ACRSL030
HI Mukthar, Thanks for your response, it had settings "Only Negative values allowed or Zero allowed ". I have another Chart of depreciation with depreciation area with same settings as above and there...
View ArticleRe: Product names in different languages
Hello Nadezhda, You can follow the below steps :=>Logon in Silverlight Go to Administrator work center->General Setting->Click on hyperlink 'Product Administrator'->Open the Product ->Go...
View ArticleRe: how to pass a value to BAPI in sapui5 using odata services?
Hi Ashwin,Thanks it's working now.Without any parameter, i,e oModel.read("/EmployeeSet",null,null,true,function(oData,repsonse) The statement ("/results/0") will work fine and we will get the...
View ArticleRe: System User for Communication between ECC and SRM
Hello Ivy, Am facing similar issue. Can you help me to solve this. My RFC user is assigned at Org level. Thanks & Regards,Sridhar
View Articlechanging names of OITG ItemsgrpName
Hi, I cant figure out how to change the Name of the Query Groups... Someone already changed some titles, Accesorio... Can anyone help me? Im sure its an easy one! Thanks in Advance!
View ArticleRe: Cannot Create Credit Memo From Return
The majority of our items are set by Item Group, but one of the items in the return is set by warehouse.
View ArticleRe: How to show top5 records in text box instead of crosstab(design studio1.5)
Hi Mathivanan, You have to retrieve the top 5 dimension product into arraylist and bind it one by one to textbox. It will be something like this.. var getMembersArray=DS_1.getMembers("ZR_CUST",...
View ArticleNetwork location report with options grayed out (Open server report, context)
Hello, I'm facing a strange situation. (This is not related to the windows updates..) I have a unprotected report in a server (network location) which perform a connection to an environment using the...
View Article