cancel
Showing results for 
Search instead for 
Did you mean: 

Patch level

Former Member
0 Kudos

Dear All,

I want to make homogenious system copy . the prerequisition is shown below given in sap note

" Prerequisite for the homogeneous or heterogeneous system copy without a change of the database platform.

Support Package/Tool Patch level

R3load >= 17

BW 3.5 >= 10

Basis 6.40 >= 16

My question is

1. how to check the patch level for R3load ?

2. to check Basis 6.40 patch level , i have checked through transection spam - package level -

Component I Release Level Highest SP Short Description of Compon

SAP_BASIS 640 0009 SAPKB64009 SAP Basis Component

SAP_ABA 640 0009 SAPKA64009 Cross-Application Component

means current level of basis is 09 . Am i right ?

pl. suggest

thanks

Anjali

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

In SAPMMC in the application server,in the required SAP system ,expand the Application server icon, under system status (expand) you will find---system configration where you find R/3 Kernel Release and R/3 Kernel Patch level....

Former Member
0 Kudos

1. type r3load.exe -help and you should get the relevant command to see the patch level. Alternately, you can also check the R3load.exe.log file.

2. Yes

Former Member
0 Kudos

Hi,

Thanks for your reply , can you pl. brief it . I am not getting any thing in this command to get the patch level .

Anjali

former_member187565
Active Contributor
0 Kudos

SAP_BASIS 640 0009 SAPKB64009 SAP Basis Component

Yes u r right.

ur sap basis component

release version 640 and

the level of patch is 09

Former Member
0 Kudos

can you pl. brief it

It might help if you first told us what your operating system is...

But anyways:

Go to command prompt as user <sid>adm.

In case of Windows: Do what Prasad Kamath suggested.

In case of Unix type: R3load -v

Former Member
0 Kudos

Hi,

I am using windows os . pl. find the output of

C:\Documents and Settings\pr4adm>r3load -h

sapparam: sapargv( argc, argv) has not been called.

sapparam(1c): No Profile used.

sapparam: SAPSYSTEMNAME neither in Profile nor in Commandline

Usage: r3load [options]

options:

-c <commit count> force commit after every <commit count> rows

(only for import)

-ctf I|E <str file> <tpl file> <task file> <dbs>

create task file

-tds <status> set default status in task file

-datacodepage <codepage> set codepage for data file

-dbcodepage <codepage> set DB codepage (as seen by R3load)

-e <command file> export

-extfile_required missing EXTFILE is an error

-h (or none) print help information

-i <command file> import

-imig 'dirty' export for incremental migration

-k <key> migration key

-K [key] test migration key

-loadprocedure dbsl|fast|text|avoid [fastload argument]

-merge_bck try to merge TSK and TSK.bck file automatically

(WARNING: this can be dangerous if somebody fiddled

with the files or file system errors occurred)

-nametab <ddntt> <ddntf> alternative nametab for code page

conversion functions

-upg_nametab <ddntt> <ddntf> nametab names used during upgrade

-upg_ntabhdr <ddxtt> <ddxtf> nametab names used during upgrade

-nolog (MaxDB, DB6 only)

-notransaction (INFORMIX only)

-nojournal (AS/400 only)

-o T|I|V|D|P omit tables, indexes, views, data or primary keys

-ops <file> <#FREELISTS> <#FREELIST GROUPS>

(OPS only)

-l <log file> use log file instead of stderr

-p <log file> use log file instead of stderr

-pipe use pipe instead of data files

-s <stat file> switch on printing of statistic information

-socket use sockets instead of data files

-discard don't output exported data

-continue_on_error (default for import)

-stop_on_error (default for export)

-t <time in seconds>

-testconnect test DB connect

-umg <SUMG file> name of XML file for transaction SUMG

('-umg NONE' to suppress the file and issue

errors instead)

-v show version

-x <ctlfile> remove HEX 0 values from data using

description in <ctlfile>

-creIndNotParallel (MaxDB only)

(arguments in square brackets are optional)

1. Pl. let me know how to use this command to get the r3load level ?

2. when we talk about the patch level means we are talking about SAP Basis patch level ? am i right ?

3. SPS Level means SAP Basis patch level ?

thanks

Anjali

Former Member
0 Kudos

1. Read what you posted:

-v show version

So obviously for Windows it is the same as for Unix:

r3load -v

2. There are many components; each may have their own patchlevel.

SAP Basis patch level usually will not be the same as R3load patch level.

3. Yes.