cancel
Showing results for 
Search instead for 
Did you mean: 

Currency

Former Member
0 Kudos

Hi,

How it is possible to make so that a user may choose just one currency when creating an SC?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Marina,

What is your exact business need ? Change rates maintenance ?

Because you don't have to take care about the SC item currency.

The requestor can add items from a catalog, potentially with items on N currencies (USD, EUR, GBP...), or add some items manually, selecting a currency from the list.

The SC total value will be calculated in the user's default currency defined as an attribute in PPOMA_BBP.

This is this amount/currency that is used in WF starting conditions.

Later, in follow on documents, the prices are converted in the vendor currency.

As you can see, the initially selected currency is converted.

The main requirement is to maintain exchange rates up to date in your SRM system.

You have 2 options to control the available currencies in the drop down list box:

- using the BADI BBP_F4_READ_ON_ENTRY, with method GET_CURRENCY.

- change currency validity dates in SPRO, as SRM will propose non expired currencies

To define a default currency as favorite for all users, create an entry in table BBP_CURRENCY_FAV, with owner = SAP_DEF_USER (this can also be controled in the BADI).

Rgds

Christophe

PS: please reward points for helpful answers

Former Member
0 Kudos

Thanks, you helped me very much!

Answers (1)

Answers (1)

yann_bouillut
Active Contributor
0 Kudos

Hi Marina,

Besides modifying the drop down list display, you can implement badi bbp_doc_check to implement your own logic and issue error message "currency XXX not allowed" (example)

Kind regards,

Yann