Re: New to module pool program
Suresh try to google it out. lot of resource out there http://goo.gl/YdVlS
View ArticleRe: Secure by Business area in SD documents
The question is whether the underlying code relating to these transactions includes an authority-check statement against GSBER. You could start by checking SU24 for each individual transaction to see...
View ArticleRe: how to search authorization objects by field?
It won't give you everything you need, but take a look at table TOBJ. This table will give you authorization field to authorization object. You can use your known technical field names to filter out...
View ArticleRe: calculating no of days between two dates
Hi, I have date filter(range), i am passing start date and end date. source for application is BW. Now i want to calculate the no days between two dates(start date and end date). Thanks,Ramana
View ArticleRe: pass string longer than 255 characters to a single line of internal table
hi sanjana, check this sample code. REPORT ZSCN_TEST3 LINE-SIZE 1023.TYPES: begin of ty_tab, name TYPE string, END OF ty_tab. data : it_tab TYPE STANDARD TABLE OF ty_tab,...
View ArticleRe: Unable to connect to Sybase DB from PowerBuilder Version 7.0.3
The easiest way to identify the Open Client version is to run the dsedit utility and select About from the Help menu. With Open Client 15 they changed the names of the dll files so PBSYC70.DLL wouldn't...
View ArticleRe: Plant wise/ Business area restriction on FBL3n and FBL5N
Dear Siva, FBL5N works fine with auth. object F_BKPF_GSB.Of course a doc. without Business Area will not be restricted, checked against authorization. Maybe you have to make it obligatory during doc....
View ArticleRe: SPAD, S_ADMI_FCD , multi-mandant, multi-operator groups
Hi Nagarajan,I had been replaced "*" with "LON-PRT201", "LON-PRT202", "LON-PRT204", but it has not corrected.Best regardsLaurent
View ArticleRe: Username Token with digest password on AS ABAP
The same here. In the SOA Manager at the logical port I set "Consumer Security" to User ID/Password. At the proxy configuration I set Authentication level to Basic. I did not set up any "Operation...
View ArticleRe: SAP EAM
Hi Grigoria,SAP Enterprise Asset Management this is solution, not the product. In theSCNarea "Product" SAP EAMsolutionaddedby mistake. To fully understand theSAPEAMgo to https://rapid.sap.com/se/ -...
View ArticleCustomizing SAP defined dashboards in SAP B1 8.82
Hi Experts I am looking for the source files for the sap defined dashboards within SAP B1 8.82. Our database has been setup with two companies within one database and I want to customize these...
View ArticleRe: Error in Lookup transform
Where is the text file located? Is it in the same location as the jobserver pointing to? Arun
View ArticleRe: BO XI 3.1 SP3 SSO with CMC and Webi Rich Client
Hi Daniel, I know this is an old post but still wanted to know if you were able to do SSO for CMC and Webi Rich Client? How did you do the SSO for designer? Thanks in advance
View ArticleRe: BO 4.0 Configuration (placeholders) - integration SOLMAN
Hi Sandra, How did you manage to change the placeholders? I am using BO 4 SP4 and trying to change the default for IFRS and OFRS, however admin guide says the placeholders are read only. Thanks,Preetha
View ArticleRe: How to remove UFL from report?
Hi Ludek. My main problem is similar to this ones:http://scn.sap.com/thread/3325022http://scn.sap.com/thread/1864013http://scn.sap.com/thread/1500393 If I call the close() method of the ReportDocument...
View ArticleDatasource as a FM
Hi Experts, I am trying to create a FM which will serve as a datasource for BW. I created a structure for the output and using it my FM. My select query is a join from different tables and I am...
View ArticleRe: BIWS - Dashboard Prompts
Write TRUE in a cell inside excel model and bind refresh input to that cell instead of writing 1 in the text field. Does it work ?
View ArticleRe: Problem when try to pubish a Webservice on soamanager
Hi, check below one if it helps you. Ent SAP Service missing in SOAMANAGER web UI service Search Regards,Muniyappan.
View ArticleRe: I need a SP for BP
Hi, Only number for CardCode may not be a good idea. Leading 0 will cause problem in exporting data. If you want to number only, auto number might not work. Thanks,Gordon
View ArticleRe: How to enhance the element size in order to get a better error decription
Hi Nimrod, I wonder if this message was truncated because of text overshooting the field length or some trace level which needs to be higher in SXMB_ADMIN. You can explore that angle as well.For...
View Article