cancel
Showing results for 
Search instead for 
Did you mean: 

enter valid code application defined or object defined error 65171

Former Member
0 Kudos
551

Hi,

I am updating ship to address, i put all the values correctly in the filed but still the error is giving as enter valid code application defined or object defined error 65171

ParentKeyLineNumAddressTypeAddressNameStreetBlockCityCountyState
CardCodeLineNumAdresTypeAddressStreetBlockCityCountyState
C051271bo_ShipToShip ToBhavanisagarSathyamangalamSathyamangalamErodeTN
C051281bo_ShipToShip ToPoosaripalayamBhavanisagarSathyamangalamErodeTN

please help me, its urgent

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member
0 Kudos

Hi Rahul,

Check your current table:

SELECT CardCode, Linenum, AdresType from crd1

ORDER BY CardCode, Linenum Desc

You may also check this: http://scn.sap.com/thread/3250677

Thanks.

Gordon

Former Member
0 Kudos

hi all

i gave line num 0 to bill to address so now i gave line num 1 to ship to address, tried with S instead of Boship to , also tried for country, but not helped out

KennedyT21
Active Contributor
0 Kudos

Hi

GIve Line number as 2 and try .. make sure update is selected at the time of upload not add..

Regards

Kennedy

Former Member
0 Kudos

i tried with line num 2 but it s of no use

KennedyT21
Active Contributor
0 Kudos

Hi Rahul,

Use Update process ti upload BP Address. You need to find the right line num for the added address.

Select * from crd1 where cardcode=''


You need to find the correct address line num. This will be the next line num in the CRD1 table.

Hope Helpful

Regards

Kennedy

Former Member
0 Kudos

Hi,

Check the StateCode and CountryCode  formats are correct and also the Code availability in SAP.

Regards,

Sudhir B

KennedyT21
Active Contributor
0 Kudos

Hi Rahul Deshpande,

You should Include the country IN and also check have you created the state TN..


Does the Customer already exist..

Check with the Line number .. if the customer has already address the check the line number and give

Regards

Kennedy

Former Member
0 Kudos

Hi Rahul.....

Instead of bo_ShipTo mention S and then  try.....

And what is this template?

Is it CRD1 template?

If yes then are you running OCRD also same time?

You have to run both the templates......

Regards,

Rahul

Former Member
0 Kudos

I uploaded OCRD already

Former Member
0 Kudos

Are you running both templates same time?

Regards,

Rahul

Former Member
0 Kudos

No,

I have already uploaded OCRD,

then i have uploaded bill to address and now i am uploading ship to address

KennedyT21
Active Contributor
0 Kudos

You should upload both files OCRD & CRD1.. eventhough you finished upload ocrd you should take both file while update..

Regards

Kennedy