cancel
Showing results for 
Search instead for 
Did you mean: 

Business Partner ID needs to be changed at the time of "submit" of the change Request

0 Kudos

Hello Experts,
We have a requirement as:
We have to get the Business Partner ID at time of "submit" of Change request by calling the third party service and a dummy temporary number is to be defaulted at first step while opening the change Request.
We have tried using BRFPlus and Cross entity badi but that did not help.
Where can we achieve this?

Accepted Solutions (1)

Accepted Solutions (1)

loga201
Contributor
0 Kudos

Hi Ragavendiran,

Keys cannot be updated using BRF+ and Derive BADI. You need to write your code inside the method After_process_event of the feeder class.

Thanks and Regards,

Logan.D

0 Kudos

Thank you Loga Nathan, I would try in Process_event method of the class and see whether it fulfils my requirement.

0 Kudos

Hi Loganathan,

It worked in process_event, We have some validations running in usmd_rule_service badi, Is it possible to capture those error messages from badi to et_messages in process_event as we have to restrict using errors in our process_event. Please let me know where can we achieve the same.

Regards

Ragavendiran

Answers (0)