Re: Business Objects Client Tool on Windows, Server on AIX - SQL ODBC, UNX
You need to deploy the DataDirect ODBC drivers for UNIX. They used to be on the BOBJ Support site, but I expect now you need to download them from the SAP Support Portal. There are also...
View ArticleRe: Register Services
Hi Dhruv, I guess you are talking about service maintenance in Service Builder(SEGW). If yes, then you are not able to view any systems under that where you can register and maintain your service. You...
View ArticleRe: Reversal of Post goods Issue
Hi Sunita Panda.BAPI_GOODSMVT_CANCEL can be used for reversing goods movement.It's pretty simple. CALL FUNCTION 'BAPI_GOODSMVT_CANCEL' EXPORTING MATERIALDOCUMENT = mat_doc...
View ArticleRe: Second catalog dbspace in mutiplex
Catalog dbspace used to store System tables, views, stored procedures, SQL Anywhere tables, and function definitions. In IQ Simplex mode, you might be able to create your own SA table for certain...
View ArticleRe: FIORI SP01 Issue - A Blank page appear
Was it working before applying SPS02?What is the result when you directly call the app? Please post the URL string and screenshot.
View ArticleRe: How to debug code in backend system
Hi Jiri, If your created service is running fine, then the debugger should stop in your data provider class in the backend. Please check the settings of the debugger, if the debug is enabled for your...
View ArticleRe: subtotal in an internal table
Hi Ming Yu.Make use of COLLECT statement.For instance, loop at itab. COLLECT itab into ttab. endloop. Regards.
View ArticleRe: Error -Web Intelligence rich client- error: ERR_WIS_30270) (WIS 30270)
Can you test the Data connection in the Modeling server. seems like some connectivity issue
View ArticleRe: Texture background in Bar Chart fails to dsplay correctly with 64 bit...
Weird. Wort testing certainly. I'm on vacation at this time - until the end of August, but when I get back, I'll see about taking a closer look. Umm, BTW., what version of IE? Just asking as according...
View ArticleRe: Texture background in Bar Chart fails to dsplay correctly with 64 bit...
The sometimes it works occurred, when I clicked on the compatibility option of IE over 6 times or more. Sometimes I couldn’t ever get it display correctly. This only started to happen after upgrading...
View ArticleRe: Program to Generate ABAP Source Code
Hi Kausthub KrishnaKumar, Could some help me in understanding how to use the FM 'RSS_TEMPLATE_INSTANTIATE'. In the attached link, what are we supposed to pass to C_TEMPLATE in the FM ? See this link...
View ArticleRe: SQL Show GP's and Price list and if exist the special price with...
Hi Peter Eschweg Try This SELECT T0.[CardCode], T0.[CardName], T3.[ItemCode], T2.[ItemName], T1.[Price], T3.[Price] as Sonderpreis, T3.[Discount]FROM OSPP T3left outer JOIN OCRD T0 ON...
View ArticleRe: Upload problem in bdc due to long text value in excel
Hi Palash Mazumder, Use 'TEXT_CONVERT_XLS_TO_SAP' instead of alsm_excel_to_internal_table. Regards,Ramesh.T
View ArticleRe: SQL Show GP's and Price list and if exist the special price with...
Hi Peter Eschweg Try This SELECT T0.[CardCode], T0.[CardName], T3.[ItemCode], T2.[ItemName], T1.[Price], T3.[Price] as Sonderpreis, T3.[Discount]FROM OSPP T3left outer JOIN OCRD T0 ON...
View ArticleRe: Official SAP Business One Release 9.0 Product eLearning
Hi Alwin Machingauta... Check with the following link you required a valid S user ID to access it.https://websmp110.sap-ag.de/~sapidb/011000358700000944952012EHope Helpful RegardsKennedy
View ArticleRe: SAP Screen Personas : Home page
Please find the .har file attached. Thanks for your time.
View ArticleRe: SAP Screen Personas : Home page
All the requests look as they should. I am missing the request to restgui where you get the screen definition but since you showed a screenshot before, I assume it works but you removed it from the har...
View ArticleRe: Upload problem in bdc due to long text value in excel
There is a limitation of 1024 chars in xls in a column so better chose an alternative approach as suggested by others
View ArticleRe: Screen Personas - "session has timed out - please log in again" on...
Thank you I will check and come back!
View Article