Skip to Content
0
Former Member
Jan 09, 2012 at 02:30 PM

Customer exit for rfq relese value based exit_saplebnd_002

52 Views

Dear experts,

For RFQ release Strategy value based is not working.it is working for if net value is 0. if assign any value in me47 its not working properly..

i seen many forums,and links EXIT_SAPLEBND_002 this customer exit v can get it. but am not able to find. bocs tht data will be in structure CEKKO. same field ll be their in EKPO but that field dint update the data.discription for this field GNETWR is currently not used.In me47 the net value filed is showing EKPO-NETPR .So in my select query fetch the data from EKPO-NETPR and i passe to

structure E_CEKKO-GNETW and I_CEKKO-GNETW.

while debugging in variable data showing 0 only in that EXIT_SAPLEBND_002. whle its coming after end function and its going to std coding that time its getting correct value automatically.

DATA: w_netpr TYPE ekpo-netwr.

e_cekko = i_cekko.

SELECT SINGLE netwr FROM ekpo INTO w_netpr WHERE anfnr = ekpo-anfnr.

i_cekko-gnetw = w_netpr.

e_cekko-gnetw = i_cekko-gnetw.

I try to give hard code also that time the field is updating ,but after that in some place its getting reset..

It is possible to solve from functional side..or customization is required.

if any one can give the solution i can solve my issue.

thnks in advance..

Edited by: Prasath on Jan 11, 2012 8:31 AM

Edited by: Prasath on Jan 12, 2012 5:55 AM