Welcome you guys ..

Error code 8 when release request

E-mail Print PDF

Error code 8 step export

Log :

invalid value '2' in E071.LANG (as4pos = 000024)
  R3TRTDATLT_VARIANT

Solution :

1. run report RSWBO_CLEANUP_LANGFLAGS before release

2. update R3trans program

Last Updated ( Monday, 01 September 2008 11:38 ) Read more...
 

FICO : T-code for report painter

E-mail Print PDF

FGI0 - Execute Report
FGI1 - Create Report
FGI2 - Change Report
FGI3 - Display Report
FGI4 - Create Form
FGI5 - Change Form
FGI6 - Display Form
FGIB - Background Processing
FGIC - Maintain Currency Translation Type
FGIK - Maintain Key Figures
FGIM - Report Monitor
FGIO - Transport Reports
FGIP - Transport Forms
FGIQ - Import Reports
FGIR - Import Forms
FGIT - Translation Tool - Drilldown Report.
FGIV - Maintain Global Variable
FGIX - Reorganize Drilldown Reports
FGIY - Reorganize Report Data
FGIZ - Reorganize Forms

Example t-code for drill down report painter

t-code : SE93
select transaction code : S_ALR_87012078

Last Updated ( Thursday, 28 August 2008 11:07 )
 

Solaris : NFS (Network File System) set up

E-mail Print PDF
On machine1
root@machine1 # cat /etc/dfs/dfstab
        share -F nfs -o root=machine2,anon=0  -d "QAS dirs"  /usr/sap/QAS
        share -F nfs -o root=machine2,anon=0  -d "sharedirectory1"  /sharedirectory1
        share -F nfs -o root=machine2,anon=0  -d "sharedirectory2"  /sharedirectory2

root@machine1 #  /etc/init.d/nfs.server stop
root@machine1 # /etc/init.d/nfs.server start

On machine2
root@machine2 # mkdir sharedirectory1
root@machine2 # mkdir sharedirectory2
root@machine2 # machine1:/sharedirectory1 /sharedirectory1
root@machine2 # machine1:/sharedirectory2 /sharedirectory2

On machine1 (after installation change /etc/dfs/dfstab) from
root=machine2,anon=0 to rw=machine2
 

Solaris : Useadd commamd

E-mail Print PDF
Command :
useradd -u 201 -g 200 -d /export/qasadm -m -s /bin/csh -c "SAP System Administrator" qasadm

Syntax :
-u user-id
-g group-id
-d home directory path
-m make home directory and copy skeleton files
-s which shell to use
-c Full name
Last Updated ( Monday, 25 August 2008 16:15 )
 
More Articles...
Page 4 of 7

Resources

Login Form

Polls

What is your SAP versiom ?