subtotal in an internal table
I have an internal table which has col1, col2 and col3.I want to do sum for col3 for the rows which have the same col1 and col2 (showed as picture).I will be appreciate if someone could help.
View ArticleRe: 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: 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: Auto Accrual of Hiring Date in IT0041 while Hiring
Hi, Go to SM30 and give the table name V_T588Z and give infotype 0000 now click on "New entries" then you insert the logic what i mentioned. No coloum which i mentioned is cutomer specific.. what ever...
View ArticleRe: Missing Right ??
Hi Please see this If this is also given already, please list the rights given under Type Web Intelligence. RegardsSandeep
View ArticleRe: Deriving the last day i.e 31.03 and year by default
This forum is mainly for Landscape Transformation topics, I would suggest to post your query in ABAP group.
View Article