Save info   Get password
Home Submit your blog Edit Account Rules RSS-Archive Contact


What are logical databases? What are the advantages/ dis-advantages of logical databases?
2008-05-28 09:01:48
To read data from a database tables we use logical database. A logical database provides read-only access to a group of related tables to an ABAP/4 program. Advantages: i)check functions which check that user input is complete, correct,and plausible. ii)Meaningful data selection. iii)central authorization checks for database accesses. iv)good read access performance while retaining the hierarchica


Data Validation Using Foreign Keys
2008-06-05 12:31:00
The SAP environment's relational data model can contain many tables, views, structures, and linked tables. Foreign keys, it can be said, define these relationships between multiple tables. The functions that foreign keys perform include providing help data and creating dictionary objects, but the one that you will focus on will be in the data validation area. After all, maintaining data integrity
Read more: Validation

Selection Screen Radio Buttons,Check Box Syntax
2008-06-18 10:41:49
Parameters can be created as data fields that contain only one input value and they can also be created as check boxes. When Parameters take the form of check boxes, they are declared as type C and hold the value of X when checked and space when unchecked. A good use of the checkbox parameter is to prompt the user to signal if they want certain components of a report to be displayed.Syntax for sel
Read more: Buttons , Check , Radio

Function Module for Progress bar
2008-06-22 05:32:03
Do you know while your report is progressing during run a one indicator can represent the total progress just write a simple function module for it.DATA: A LIKE SY-UCOMM.DO 100 TIMES.DO 300 TIMES.GET TIME.ENDDO.A(3) = SY-INDEX.A+3 = '%'.CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR'EXPORTINGPERCENTAGE = SY-INDEXTEXT = A.ENDDO.WRITE: / 'Complete'.Some Other Standard Important Function Module are :SAP Fu


How to handle BARCODE in smartforms and Sap script
2008-06-22 05:24:05
Bar code can be printed from any Microsoft WIndows Printer.Steps to Follow :(i)Define the printer in the SAP spool system with device type SWINs.(ii)Select the access method S in the printer definition in the spool system(iii)Install a.DLL file for bar codes on your Microsoft Windows PC.(iv)Barcode dll does not come with SAP. Hence you should make arrangement for the .dll file yourself.No special
Read more: script

ALV Report Code to add a check box for each record when a list is Displayed
2008-09-13 11:22:08
REPORT ZSACHIN2.TYPE-POOLS: slis.*---internal tablesDATA: BEGIN OF it_flight OCCURS 0, SEL, " add a single character field in the final output table carrid LIKE sflight-carrid, connid LIKE sflight-connid, fldate LIKE sflight-fldate, seatsmax LIKE sflight-seatsmax, seatsocc LIKE sflight-seatsocc, END OF it_flight,*--internal tables for alv it_


What is Unicode in SAP?
2008-09-13 06:02:48
Since Every Character store in sap take one byte to store.In Unicode every character is store in two byte.So it now support basically all language now.But In ealier versions when character storage is 1 byte only .This causes problems if you want to access these database systems using a different character set, or if you want to exchange data between database systems with different character sets.


Abap code to add a check box for each record when a list is displayed
2008-09-30 12:22:56
REPORT ZSACHIN2.TYPE-POOLS: slis.*---internal tablesDATA: BEGIN OF it_flight OCCURS 0, SEL, " add a single character field in the final output table carrid LIKE sflight-carrid, connid LIKE sflight-connid, fldate LIKE sflight-fldate, seatsmax LIKE sflight-seatsmax, seatsocc LIKE sflight-seatsocc, END OF it_flight,*--internal tables for alv it_


Example ABAP Code to colour Selected row in ALV
2008-09-30 12:17:19
*&---------------------------------------------------------------------**& Report ZSACHIN_ALV_DEEP32REPORT ZSACHIN_ALV_DEEP32.TABLES: MARA.TYPE-POOLS: SLIS.DATA: BEGIN OF ITAB OCCURS 0, MATNR TYPE MARA-MATNR, ERSDA TYPE MARA-ERSDA, ERNAM TYPE MARA-ERNAM,* create a field of 4 char to fill the color WA_COLOR(4) TYPE C, END OF ITAB.DATA: GT_FIELDCAT TYPE
Read more: Example

Example ABAP Code to colour individual box in ALV
2008-09-30 12:15:30
REPORT ZSACHIN_ALV_DEEP33.TABLES: MARA.TYPE-POOLS: SLIS.DATA: BEGIN OF ITAB OCCURS 0, MATNR TYPE MARA-MATNR, ERSDA TYPE MARA-ERSDA, ERNAM TYPE MARA-ERNAM,* Create a field CELL of type SLIS_T_SPECIALCOL_ALV CELL TYPE SLIS_T_SPECIALCOL_ALV, END OF ITAB.DATA: GT_FIELDCAT TYPE SLIS_T_FIELDCAT_ALV, WA_FIELDCAT TYPE SLIS_FIELDCAT_ALV.* Create a work
Read more: Example

How to put Logo or photo in ALV Report
2008-09-30 12:09:47
Logo should be uploaded into application server using transaction 'OAER'.1. Go to Transaction OAER, 2. Give Class Name as PICTURES 3. Class type as OT 4. Object Key is the name you want to search or you want to upload. 5. Then select the Document from below after double click on it .Choose in screen for logos.6. Upon execution you would be prompted to give the file path details. Just upload which


How to Hide Parameters on Selection Screen
2008-09-25 09:35:44
REPORT ZSACHIN_ALV_DEEP27.*----------------------------------------------------------------------** T A B L E S **----------------------------------------------------------------------*tables: mara, skb1, BSEG.*----------------------------------------------------------------------** S E L E C T I O N S C R E E N


SAP Authorization, Profiles, Address
2008-11-29 11:34:59
The R/3 authorization concepts permits the assignment of general or finely detailed user authorizations. These assignments can reach down to the transaction, field and field value level. These authorizations are centrally administered in user master records and most allow the handling of certain R/3 components applicable to specific operations. Actions by a user may required several authorizations
Read more: Address , Profiles

Basis interview questions
2008-11-29 11:32:06
Ask him/her to describe how SAP handles Memory Management? ST02 / ST03 In general via table buffers, you could go into the whole Work Process, roll in, roll out, heap (private) memory, etc. however just as a Unix or DBA admin would know, is you look this up when needed for the exact specifics.Ask him/her to describe where they would look at the buffer statistics, and what steps they would use to a
Read more: Basis , interview , questions

Question about Go Live Check
2008-11-29 11:27:31
What's Go-Live Check ?Who's responsible for Go-Live Check?What should we prepare before Go-Live Check?How many times for Go-Live Check?(I mean that Go-Live Check seperate into how many steps/types such as 3 times for 1 Month before Go-Live, 2 Weeks before Go-Liveand 2 Weeks after Go-Live etc.) What's recommend schedule for each time?How can we proceed Go-Live Check? You have to open a message in co
Read more: Question

Page 1 of 1 « < 1 > »
eXTReMe Tracker