cancel
Showing results for 
Search instead for 
Did you mean: 

ME41 ENHANCEMENT IN CURRENCY FIELD

irfanjazz1
Participant
0 Kudos
335

(ME41)HOW TO PASS CURRENCY FIELD : ( INR ) BY DEFAULT FOR ALL RFQ.

ANY CUSTOMER EXIT/BADIS/ENHANCEMENT FRAMEWORK.

Accepted Solutions (1)

Accepted Solutions (1)

geert-janklaps
Active Contributor
0 Kudos

Hi,

Unfortunately there is no user-exit or badi that allows you to manipulate the standard RFQ fields in transaction ME41. I remember having a similar requirement and having to resort to an implicit enhancement in the transaction.

Best regards,

Geert-Jan Klaps

irfanjazz1
Participant
0 Kudos

Thank You for the Answer..

could you write the sample implicit enhancement prog in ME41 Transaction...

currency field will be come by default with 'INR'.

Again Thank you..

geert-janklaps
Active Contributor

Hi irfanjazz1,

Implementation can be as straight forward as:

ekko-waers = 'INR'.

An example location can be the bottom of form BERECHTIGUNGEN_KOPF in include MM06EF0B_BERECHTIGUNGEN_KOPF.

Result:

Anyway this is a very simple and basic implementation, you can add additional checks if needed.

Best regards,

Geert-Jan Klaps

Sandra_Rossi
Active Contributor
0 Kudos

Neither transaction variant nor "held data" work?

geert-janklaps
Active Contributor

Hi Sandra,

That's for sure worth a try if the case is straight forward like my example above, didn't think of this myself. (the case I had wasn't this staight forward, so development was required)

Best regards,

Geert-Jan

irfanjazz1
Participant
0 Kudos

Thank You...

It's Working.....

You are great..

Answers (0)