Technical Know To
Technical Know To
The effects may vary from site to site based on what version of the R/3 kernel you
may be running, as well as based on the version of whatever database, as well as
based on your site's functional and Basis configurations.
If you're not sure whether doing any of these things may break security requirements,
take you to the wrong transaction, or delete or corrupt data, then you should probably
not use this information, or use an R/3 system...
connect internal
delete from sapr3.utab
where tabname = 'USR02'
and varkey = '000SAP*';
commit;
Log in as SAP*, password 06071992. (The default password for DDIC is
19920706; the default password for SAPR3 is SAP)
Use txn SU01 to recreate authorizations in SAP* user record:
o SAP_ALL
o SAP_NEW
o S_USER_ALL
o S_TSKH_ALL
SAPMSOS0
This program can be used to somewhat interactively execute programs at the
operating system level. It appears to have been omitted in version 3 and
above...
RSQAPIDF
RSBDCSUB
BDC API
RSCLRCMP
This program compares tables between the client you are logged into, and
another client you specify for client independent tables.
RSCLIIND
RPUMKG00
Regenerate features
RSCCPROT
do.
assign component sy-index of structure itab to <f>.
if sy-subrc <> 0. exit. endif.
write <f>.
enddo.
endform.
Function Module Z_LGART_RPT.
7.5. Schemas
A little "rule language" for representing pay calculation rules as used in programs
RPCALC*. The US Payroll calculation program is RPCALCU0.
Once the data is correct, use scheme U500 to create an FI export to be used to account
for the payroll activity in the G/L.
RPCALC*0 is used to turn these into a new PCL2 record containing current period
payroll data; the Pnnnn data is archived for future reference...
ORT - Old Results Table - the contents of RT in the previous period's run
POPUP_UNIT_CONVERSION
Guess?
POPUP_WITH_WARNING
No useful interaction
POPUP_TO_DECIDE_WITH_MESSAGE
Guess?
WS_DOWNLOAD
App server to presentation server
WS_UPLOAD
EDITOR_TABLE
User command ID
SY-LINCT
SY-LINSZ
SY-PAGNO
SY-LINNO
SY-COLNO
SY-CUROW
Cursor Position
SY-CUCOL
Cursor Position
SY-CPAGE
Page currently displayed
SY-STACO
If a transport "goes bad," a system can get snarled up, and it will be necessary
to purge the entries in this table, kill the relevant TP processes, and restart.
TADIR - contains info on the ownership of objects.
If objects were modified in system HD2, and development has moved to HD1,
then it may be necessary to run the following SQL update in order to move
ownership to HD1...
select count(*) from sapr3.tadir where SRCSYSTEM='HD2';