Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

OSS notes

Former Member
0 Likes
458

Hi,

could you please tell me how to create oss notes.

Thanks in advance

3 REPLIES 3
Read only

Former Member
0 Likes
430

Hi,

If you would ask your Techcical Lead for the user name and password to the Service Market Place there are a lot of tutorials provided by SAP to create and implement notes

https://websmp107.sap-ag.de/

Read only

Former Member
0 Likes
430

hi

good

In order to fix one of the problem in R/3 system, SAP will asked you to download an OSS notes which is a ".car" file.

To work with a CAR File do the following at OS Level:

Get into OS as <sapsid>adm

Copy the .CAR file to a Temporary Directory.

Uncompress the file with SAPCAR

Copy the the data file generated in the data transport directory

( ej: = /usr/Sap/trans/data).

Copy the the cofile file generated in the cofiles transport directory

( = ej: /usr/Sap/trans/cofiles).

Run transaction STMS

Upload the support package with SPAM transaction and the support package will show "New support packages".

Examples of CAR command :-

1) UNIX only:

Log on as user <sapsid>adm.

cd /usr/sap/trans

CAR -xvf tmp/<ARCHIVE_NAME>.CAR -V

2) Windows NT only:

Log on as user <SAPSID>ADM.

cd \USR\SAP\TRANS

CAR -xvf TMP\<ARCHIVE_NAME>.CAR

This Will create two(2) FILES

After you run SPAM you MUST run STMS and check the transport queues

As per 315963 note you can direct made the changes in the program or you can apply the support pack.

a) If you want to apply correction then first you need to register the object in SAP, so that you will get the Access key and then you can make the changes.

b) If you want to import the support pack then you need to down load from SAP market-place. and this is in CAR file. and then you need extract the same using CAR utility.

ex: CAR -xvf abc.car

or

you can directly apply the patch from SAPGUI, login to 000 client and then you can load the patch from Presentation server.

Also check what is your current basis patch level?

thanks

mrutyun^