cancel
Showing results for 
Search instead for 
Did you mean: 

How to import corrections in to DEV system ?

Former Member
0 Kudos

Hi All,

I have to apply the corrections for FI module to my DEV system.

FI Consultant has downloaded that SAP NOTE in to DEV system thru SNOTE, and its status = can be implemented.

NOTE = 1015410 has SAR files as attachements and I have downloaded the corrections [SAR files].

The correctin is for = "Additional Field added for withholding tax codes"

It has 3 SAR files which contains some new Screens and Screen Elements introduced in the Program = J_1IEWT_PROVISIONS.

In the Note = 1015410, it is mentioned that " to apply SAR files, refer to Related notes= 480180,13719. "

Note 480180 says that if it is a correction, " you must follow the installation instructions in the long text of the

respective SAP note in order to implement the correction in your system ".

In the NOTE - 13719, it says we need to open the ftp connection to sapservX [userid/pswd=sapservX] and download the data,

cofiles ?

Iam not sure how we can do this.

And i have Uncared the 3 SAR files and i got the following files :

k003805.CVD - cofile

R003805.CVD - datafile

K087494.P7D

R087494.P7D

K906169.Q3A

R906169.Q3A

-


In the R/3 DEV server, in /usr/sap/trans,i have a old SAR file = TDS_SAPScript_470.SAR. It had 2 files in it =

K209581.P6B - cofile

R209581.P6B - data file

And K209581.P6B is found in /usr/sap/trans/cofiles/

But R209581.P6B is not found.

Does this means that i have to copy the files of the SAR files to /usr/sap/trans/cofiles/ and /usr/sap/trans/data/ ???

Do i have to copy these files to /usr/sap/trans, and then " tp ADDTOBUFFER ","tp Import ".

And if i go to correction instruction in the SAP NOTE, i have a Transport Request = CVDK003805 in it. Now what do i have to

do with that ?

I have access to OS [hp unix] as root user and also i got access SAP in 000 client.

Please guide me how i can apply these corrections.

-


sap - mySAP ERP ECC 5.0

Kernal - 640 patch # - 155

Basis - Package level - 19.

db - ora 10.2g

os - hp ux 11.23b ia64

FI component = SAP_APPL

LEVEL - 14

RELEASE - 500

-


Regards,

Shyamsundar G C

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Shyam,

Thanks for your long explanation. You need to uncar the .SAR file and copy the data,co-file to the respective folders in DEV box. Then add to buffer and start import them either with STMS or from OS.

Leave CVDK003805 for a while and ask your functional people to check after importing the above requests.

Regards,

Hari.

Former Member
0 Kudos

Hi Hariprasad,

i copied the files to cofiles and data files in my DEV system.

i tried to do this, iam getting err msg...wht shud i check now.

-


tp ADDTOBUFFER K087494.CVD GRD pf=/usr/sap/trans/bin/TP_DOMAIN_GRD.PFL

ERROR: Parameter for transport request (K003805.CVD) is invalid.

Either use "ALL" as transport request or

make sure the fourth character of the transport request is a 'K'.

ERROR: : transport request parameter is invalid [tp.c,10528]

tp returncode summary:

TOOLS: Highest return code of single steps was: 0

ERRORS: Highest tp internal error was: 0203

tp finished with return code: 203

meaning:

wrong syntax in tp call

-


tp ADDTOBUFFER ALL GRD pf=/usr/sap/trans/bin/TP_DOMAIN_GRD.PFL

ERRORS: Highest tp internal error was: 0247

tp finished with return code: 247

meaning:

addtobuffer has problems with data- and/or cofile

-


If i go the STMS_IMPORT in my DEV system, i can see that there is TR - P6DK105630 which has been imported to my DEV system from a system = P6D. Plz let me know how it is done ?

Also i have a cofile which i got after UNCAR, which has the same number as that of an existing one....how to copy it now with out overwriting ?

Former Member
0 Kudos

Hi,

It should be like

tp ADDTOBUFFER CVDK087494 GRD pf=/usr/sap/trans/bin/TP_DOMAIN_GRD.PFL

try this

Former Member
0 Kudos

Hi,

I still get this message...

-


gcmdr3dev:grdadm 26> tp ADDTOBUFFER CVDK003805.CVD GRD pf=/usr/sap/trans/bin/TP_

DOMAIN_GRD.PFL

This is tp version 340.16.33 (release 640)

Warning: Parameter DBHOST is no longer used.

Warning: Parameter DBLIBPATH is no longer used.

Warning: Parameter DBNAME is no longer used.

Warning: Parameter DBSWPATH is no longer used.

Addtobuffer failed for CVDK003805.CVD.

Neither datafile nor cofile exist (cofile may also be corrupted).

tp returncode summary:

TOOLS: Highest return code of single steps was: 0

ERRORS: Highest tp internal error was: 0247

tp finished with return code: 247

meaning:

addtobuffer has problems with data- and/or cofile

-


Former Member
0 Kudos

Shyam no need of .CVD ext. in the command

Try as bellow

tp ADDTOBUFFER CVDK003805 GRD pf=/usr/sap/trans/bin/TP_

DOMAIN_GRD.PFL

Former Member
0 Kudos

Hi Hariprasad,

Thanks a lot.now its working.

i changed the file owner of cofile and data file at OS level.

i am able to ADD to buffer only cofiles, not data files...

iam running - tp ADDTOBUFFER P7DR087494 GRD pf=/usr/sap/trans/bin/TP_DOMAIN_GRD.PFL

-


ERROR: Parameter for transport request (P7DR087494) is invalid.

Either use "ALL" as transport request or

make sure the fourth character of the transport request is a 'K'.

TOOLS: Highest return code of single steps was: 0

ERRORS: Highest tp internal error was: 0203

tp finished with return code: 203

meaning:

wrong syntax in tp call

-


do i go for " tp IMPORT " now ?

Former Member
0 Kudos

Hey ,

You can't add datafile. You add only cofile, it will look for the datafile at the trans.../data dir. and it will take care.

Now you go a head with tp import.

Regards,

Hari.

PS: points are welcome..

Former Member
0 Kudos

Hi Hariprasad,

Should i import it to client = 000 or other client in DEV system ?

Former Member
0 Kudos

No need of 000, you can import it to your customizing/devlopment client directly .

If you have any other sandbox or IDES there you can import(depending on your company policy...:) ).

Former Member
0 Kudos

Dear Hariprasad,

Thank u lots n lots.

My problem is solved by ur suggestions.

I was able to import all the files to by DEV sandbox.

I have assigned points to u as well.

Regards,

Shyamsundar G C

Former Member
0 Kudos

That's Good Shyam

Answers (0)