cancel
Showing results for 
Search instead for 
Did you mean: 

SPC_GET_PRICING_DOCUMENT_INFO

Former Member
0 Kudos

Hi,

This is regarding ISA B2B store appliaction, when the user clicks the catalog area getting Null Pointer Error in the screen and this error occures only for the users who registered through Partner self registration process, There are some Z FM used for Partner self registration process.

Through debug mode in NWDS i found that from SPC_GET_PRICING_DOCUMENT_INFO Function module we are getting blank "" value for the unit of currency.

I need to find from which table the unit of currency is picked and inform the portal team then they will include the those fields in the Z FM which is used for Partner self registration process.

I opend the FM SPC_GET_PRICING_DOCUMENT_INFO but there is no code in that FM, these are java classes which are called from ABAP.

Please help me to debug further to find the table name where the unit of currency field.

Please let me know if you need more clarification about the issue.

Thanks in Advance.

Regards,

Giri Babu

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

In standard B2B scenario, this information comes from the Shop id. Also, are you planning to have webshops with different currencies?

Since you are not using standard and using customer registration how do you know which country the registered user will belong to? Well, in these type of registrations it is customary to have a reference customer. May be you can use a reference customer and get these types of information from the reference customer.

Actually, iIt doesn't matter which table the value of country code comes from. Even if you know, how are you going to "search" the currency? By Country code? Which country and where will it come from? You get lot of questions!!!If you are not going to have webshops with different currencies, and don't intend to show multiple currencies to your customers, you can hardcode the currency as well.

Check this table T005 and T005S for country / region code check.