Showing posts with label ABAP. Show all posts
Showing posts with label ABAP. Show all posts
What is SAP ALV?
Unknown
7:53 PM
ABAP
,
SAP Beginners
How to Modify SAP Transport Number Range
Unknown
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...
4:40 PM
ABAP
,
BASIS
,
SAP Beginners
How to generate SAP Solution Manager Key
Unknown
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...
6:38 PM
ABAP
,
BASIS
,
BASIS BASIC
,
SAP Beginners
DB2 Tablespace and Bufferpool Commands
Unknown
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...
8:49 AM
ABAP
,
BASIS
,
DB2
,
MSSQL
,
SAP Beginners
DB2 Table and Index Commands
Unknown
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...
8:48 AM
ABAP
,
BASIS
,
DB2
,
MSSQL
,
SAP Beginners
Some of the standard programs in SAP
Unknown
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...
3:26 PM
ABAP
,
SAP Beginners
Subscribe to:
Posts
(
Atom
)