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

What is SAP ALV?

ALV stands for ABAP List Viewer. ALV gives us a standard List format and user interface to all our ABAP reports. ALV is created by a set of standard function modules provided by SAP. ALV provides a lot of inbuilt functions to our reports and some of the functions  are listed...

How to Modify SAP Transport Number Range

You want to change the transport number range on the SAP System. SAP stored the last transport request in the table E070L. You can find the information using transaction code SE16 or SE16N. Due to non-modifiable function on transaction code SE16/SE16N, you may need to update the table from database level. Below example is on Oracle database. If let say, the latest transport number...

How to generate SAP Solution Manager Key

To Generate Solution Manager Key Execute T-code SMSY in Solution Manager system, you need to do the following steps: 1) Create a system by right clicking on System entry and select Create new system. 2) Enter the System Name i.e., SID (3 chars) 3) Product = SAP ECC (select from the list) 4) Product Version= ECC 5.0 (select from the list) 5) Save the entries. 6) Select...

DB2 Tablespace and Bufferpool Commands

DB2 Tablespace and Bufferpool Commands View the names, pagesize, and number of pages of the bufferpools in your database db2 "select bpname,pagesize,npages from syscat.bufferpools" Make a bufferpool resize automatically. You must have STMM turned on at the database configuration level db2 alter bufferpool bp1 size AUTOMATIC Alter a bufferpool size that is a fixed size db2 ALTER...

DB2 Table and Index Commands

DB2 Table and Index Commands Look at columns and data types of a table db2 describe table schema.tabelename Look at one column's data type. db2 "describe select <colname> from schema.tablename" Look at indexes on a table db2 describe indexes for table schema.tablename Export data to a file in ixf format db2 export to tablename.ixf of ixf messages tablename.txt select...

New Forum Saptecharena

SAPTECHARENA FORUM!!! ...

Some of the standard programs in SAP

RSTXCNVR Converting a SAPscript Standard Text to RAW or ITF Format and Download the File RSTXCPDF Routines for Converting OTF Format to PDF FormatRSTXDBUG Activate/Deactivate Form DebuggerRSTXFDEL Delete and Repair the FormsRSTXHTML Conversion of SAPscript Texts (ITF) to HTMLRSTXLDMC Uploading TIFF Files to SAPscript TextsRSTXSCRP SAPscript Export to Dataset / SAPscript Import from...