cancel
Showing results for 
Search instead for 
Did you mean: 

Getting Ship-to-Location in jsps

devendervb
Contributor
0 Kudos

Hi all,

Please help me to get Ship-to-Location in confirm.jsp,

It would be great if we can display the same in every page.

Thanks,

Devender

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello Devender,

The shipTo data can also be obtained from the Order Header in the confirmation page.

Sales Order Header Java object

com.sapmarkets.isa.businessobject.header.HeaderSalesDocument

has a method to get the Shipto data

public ShipTo getShipTo().

The shipto data class

com.sapmarkets.isa.businessobject.ShipTo

has the following methods that will be useful to you.

  1. String getShortAddress(); - Gives the Short address of the Sold-To very useful.

  2. Address getAddress(); -- You have to further query this object to get more details

Address is com.sapmarkets.isa.businessobject.Address;

The Address class has lot of methods to get the values you want. See the following JSP for example:

  1. \b2b\root\b2b\shiptodetails1.jsp

  2. \b2b\root\b2b\shiptodetails.jsp

Easwar Ram

http://www.parxlns.com

Former Member
0 Kudos

Hello Eswar,

I am facing the similar kind of problem what you discussed. Problem is with Ship-to-address overwirte.

When i overwrite ship-to-address (address which already exist in header) at item level , it is not get updated at order confirmation page. It gives only the header ship-to-address(without overwritten).

What could be the reason.?

We are using CRM 4.0 and ISA 4.0.

Recently we have upgraded the CRM 4.0 to SP 16 from SP 9.

It was working before patching.

Please help me to solve this issue.

Regards,

Murugan Arumugam.

Ash_ok
Contributor
0 Kudos

Hi Murugan,

This is a SAP bug. Please raise an OSS message.

Cheers,

Ashok.

Answers (0)