Re: Mapping error
Hi Kalyan The boolean function NOT always expect a boolean value as input. So you can not assign NAME to NOT function. Add the NOT function after the equal function. So the equal function will return...
View ArticleRe: grouping based on field value
Hi Divya, If you want to suppress group 1 without comparing group values with MODE value then what Rajest suggest will work for you. Go in Section expert and select group 1 header and write {Mode} =1...
View ArticleRe: ITS mobile servie screen size fitment in CK3
Hello Kaveri, What exactly is the Screen Size issue that you face? Have a screencapture or photo of the promblematic screen?What is the name of the ITSMobile service? What generation style was used to...
View ArticleRe: Creating multiple Role Owners and Access Control Owners
Alessandro/Dilip, Thanks for your help. I am planning to work with our ABAP team. Kind regards,Sonny
View ArticleRe: Vendor Name Appearing Different for Different Line Items in FBL1N
Did you (or someone else in your project) implement BAdI FI_ITEMS_CH_DATA (check with SE18/SE19) or BTE 00001650 (check with FIBF) to fill this field, if yes correct (or let him) your code....
View ArticleRoles Tab is missing in authorizations :(
Hi , I am not able to assign Role GW_Admin and GW_User as in the authorizations Content, i do not see roles Tab.Please help how to add above roles to i067753trial user.
View ArticleRe: How to call a write procedures which has output parameters in an xsodata...
XSJS is the choice here. Close the thread sreehari
View ArticleRe: Reg:POWL INBOX work item error
Hi Katrice we are using portal 7.3 sp 11 .So the note what you have provided is not applicable . Thanks & RegardsDeepika
View ArticleRe: Custom button in FPM component
Hi Yayati, Have you check if there is any EVENT_ID associated with that button which you were taking about.If not , assign event id and in PROCESS_EVENT( ) of COMPONENT CONTROLLER handle that event....
View ArticleRe: SCC3 -Post processing after Client Import
Hi All, Still the background job is running 32 BTC29601 running Yes1 42661 700 D722316 SAPLSZAI Now almost 12 hours ..Still I dont see any update in SCC3 logs and in os level logs too...
View ArticleRe: ADD-ON creation using AAK tool.
Hi, Please close this thread here with helpful answer. Thanks & Regards,Nagarajan
View ArticleRe: DELETE RECORDS FROM A TABLE VARIABLE
You can not do DELETE, INSERT on intermediate table variables. Specify your exact requirement why you want to DELETE on intermediate table variable.If you want to delete certain rows then you must...
View ArticleRe: How to install SAP incentive Administration by VISTEX
Hi, Are you working with SAP Business one? If NO, this is not right forum to post and find correct forum. Thanks & Regards,Nagarajan
View ArticleRe: Connectivity with SAP Sever
Hi M G, I can give you two options: 1. You can use Citrix (but I think it's expensive) . 2. You need to setup a Terminal Server (so your client will use Remote Desktop Connection). In our...
View ArticleRe: EHP7 upgrade stuck in SCANDIR_EPS0
Hi Gaurav, I was able to change the owner, but still error persistsYes, there a separate mount for running the tool and for the media.
View ArticleRe: DTW error Cost Center wise Budget uploading BGT2
Hi, Please refer SAP note: 1241788 - DTW_Update existing Budget Thanks & Regards,Nagarajan
View ArticleRe: CE_CONVERSION in ABAP AMDP method
Then i get the following error SQLScript: Attribute not found in column table: DEMO_PRICES prices= CE_CONVERSION(:demo_prices, [family = 'currency', method = 'ERP', client = '900', conversion_type...
View ArticleRe: Sales Service
did you check here ? http://help.sap.com/saphelp_rc10/helpdata/en/70/8a09407448c442e10000000a1550b0/content.htm
View ArticleRe: mobile replacement for sap.ui.table.Table?
Hi, As Mentioned in above posts, did you try sap.m.Table API reference code. var aControls = [];var tab = new sap.m.Table("TAB",{ columns:[new sap.m.Column({header: new sap.m.Label({text:"ID"})}),...
View Article