cancel
Showing results for 
Search instead for 
Did you mean: 

User information as import parameter in Change of OCI Outbound BAdI

AnupNair
Active Participant
0 Kudos

Dear Team,

As we know that from 2008 release we have the most awaiting BAdI for Change of OCI 4.0 Outbound Parameters (MMPUR_OCI_OUTBOUND_PARAMETERS).

This BAdI allows us to alter the parameter values at runtime.

We were waiting for this BAdI for a long time as we were expecting to fetch the User E-mail Id at runtime for Amazon Catalogs.

But when it was released we found that there is no User Information as a input parameter.

Best Regards,

Anup

Accepted Solutions (1)

Accepted Solutions (1)

AnupNair
Active Participant
0 Kudos

We were able to achieve the User information by using the below statement.

data(user_name) = CL_ABAP_CONTEXT_INFO=>GET_USER_TECHNICAL_NAME( ).

Once we have the CB User, we used the Business User API to fetch the E-mail Address.

Best Regards,

Anup

Answers (0)