Showing posts with label ABAP Query. Show all posts
Showing posts with label ABAP Query. Show all posts

Central User Administration Overview : ABAP Query Primer :Getting Started in BSP

Getting Started in BSP
The document describes the step by step activities to be performed while creating and executing a simple BSP. It is suitable for budding BSP developers who needs a start up.
Click here for the full version of the document..... BSP
ABAP Query Primer
This document describes various options for using query tools in the ABAP context and differentiates the prototypical ABAP/4 Query tool and the query tools such as SAP Query, QuickViewer, and InfoSet Query. These tools are described from two perspectives: that of the end user who has little programming knowledge, and the ABAP developer, who must handle certain administrative tasks in the query environment.
Click here for the full version of the document.....ABAP Query Primer
Central User Administration Overview
Using Central User Administration, you can maintain user master records centrally in one system.
Click here for the full version of the document.....User Administration Overview
source: sdn.sap .com

SAP ABAP Query....CATT Scripts....Excel Sheet > 1

ABAP Query - A Quick Glance
This article discusses SAP Query. It begins with an introduction to SAP Query and its uses, then shows how to create a program using Basic List and generate program code from query.
Click here for the full version...ABAP Query
Testing Function Modules Using CATT Scripts
This article describes how to test function modules and check the logs using CATT scripts.
Click here for the full version... CATT Scripts
Creating Excel Spreadsheet with More Than One Page
Normally, we use the Function module WS_EXCEL to download the data into an excel sheet, but sometimes we may require to download the different data in to an Excel spreadsheet with more than one sheet, in that case we can make use of the OLE concept to achieve this one. Use the Class cl_gui_frontend_services,In this class use the method clipboard_export.
Click here for the full version...WS_EXCEL