Welcome you guys ..

Expand role menu for user

E-mail Print PDF

When you display a user menu in SAP Easy Access or role menu.  SAP issues the following error message when you try to
open a folder:

Control Framework: Error processing control (MESSAGE_TYPE_X)" A termination occurs with a short dump.

Solution :

1. Extent maximum number of nodes at first level  (NODE_VAL_LIMIT <= 2499)
2. Extent maximum number of nodes to read for each reading step (BUBBLE_LOAD_ROOT <= 4999)
3. Extent maximum number of nodes to be read for each additional read step (BUBBLE_LOAD_PARAM <= 4999)

Tcode : SM30
Table : SSM_COL
add value NODE_VAL_LIMIT ,BUBBLE_LOAD_ROOT ,BUBBLE_LOAD_PARAM

 

Reset released request back.

E-mail Print PDF
SQL> connect / as sysdba
Connected.
SQL> select TRKORR,TRSTATUS from sapsr3.e070 where TRKORR='DEVK909810';

TRKORR                                                       TRS
------------------------------------------------------------ ---
DEVK909810                                                   R

SQL> update sapsr3.e070 set TRSTATUS='D' where TRKORR='DEVK909810';

1 row updated.

SQL> commit;

Commit complete.

SQL> select TRKORR,TRSTATUS from sapsr3.e070 where TRKORR='DEVK909810';

TRKORR                                                       TRS
------------------------------------------------------------ ---
DEVK909810                                                   D
 

FTP user via true shell

E-mail Print PDF

1. Create user
useradd -u 301 -g 200 -d /interface/IR -m -s /bin/csh -c "FTP user - ftpir" ftpir

2. Create directory
mkdir /interface/IR/inb /interface/IR/outb
chmod 775 /interface/IR/inb  /interface/IR/outb
chown ftpir:sapsys /interface/IR/inb  /interface/IR/outb
 
3. Change password
passwd ftpir

4. Add authorization FTP guest user
- Add guest user in /etc/ftpd/ftpaccess
# ident "@(#)ftpaccess  1.2     03/05/14 SMI"
#
# FTP server configuration file, see ftpaccess(4).
#

class           realusers       real            *
class           guestusers      guest           *
class           anonusers       anonymous       *

loginfails      3
passwd-check    trivial         warn
private         no
shutdown        /etc/ftpd/shutdown.msg
# email         user@hostname
# guestuser     username  <<<
# rhostlookup   no

>>
# guestuser     username
guestuser       ftpir

Read more...
 

How to determine the size of a client or table?

E-mail Print PDF

you have a SAP note to calculate the size of the client. it is a
in 46C --> Y*TAB*SIZ*
in 620 --> RSTABLESIZE
it gives total table sizes and you can add totals.

Last Updated ( Monday, 20 October 2008 15:57 ) Read more...
 
More Articles...
Page 3 of 7

Resources

Login Form

Polls

What is your SAP versiom ?