Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

ME51N - ME_PROCESS_REQ_CUST

Former Member
0 Likes
861

Dear Experts,

I have one issue with implement the ME_PROCESS_REQ_CUST Badi.

My requirement is,

Wbs element field ( item Level) values should populate based on tracking number field values.

I have used PROCESS_ACCOUNT to implement this enhancement.

First time WBS element values are populating based on tracking number field. If i change the tracking number field , It should not reflect in the wbs element.

I have used debugger to find the values ( GET_EXKN) , But i could not find out the solution.

My Queries,

1. Is it correct method(PROCESS_ACCOUNT ) which i have chosen ?

2. What are the parameters I have to pass the values ( EXKN-PS_PSP_PNR or EXKN-PSP_PNR or Both)

With Thanks,

MM selvan.

Dear Experts,

I have one issue with implement the ME_PROCESS_REQ_CUST Badi.

My requirement is,

Wbs element field ( item Level) values should populate based on tracking number field values.

I have used PROCESS_ACCOUNT to implement this enhancement.

First time WBS element values are populating based on tracking number field. If i change the tracking number field , It should not reflect in the wbs element.

I have used debugger to find the values ( GET_EXKN) , But i could not find out the solution.

My Queries,

1. Is it correct method(PROCESS_ACCOUNT ) which i have chosen ?

2. What are the parameters I have to pass the values ( EXKN-PS_PSP_PNR or EXKN-PSP_PNR or Both)

With Thanks,

MM selvan.

3 REPLIES 3
Read only

Former Member
0 Likes
702

Hi

PROCESS_ACCOUNT is right, but you should use SET_EXKN and SET_EXKNX

Max

Read only

0 Likes
702

HI,

Thanks for ur reply..

I have used both to write the data,

Any other problem?

With thanks,

MM selvan.

Read only

0 Likes
702

Hi

What do you mean?

Max