Application Development 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: 

how to use EXIT_SAPLEBND_002 form class M06E0004

Former Member
0 Kudos

hi

my problem is my client want that if user do any changes in a released PO , then release should get revert.

currently it is reverting only on when Quantity Increases .

i gone through many threads but not able to solve this .

but come to know that i have to use this EXIT but not able to use it rightly .

please help.

3 REPLIES 3

Former Member
0 Kudos

0 Kudos

hi

i seen that threads , they help me a lot but i am not able to get concept of MEMORY- ID as i never worked with them before.

in that code they are using like this

import c from memory id 'CID'.

c = c + 1.

clear p.

p = c mod 2.

if p is not initial. " adding 0.01 to the characteristic value for p.o amt.

e_cekko-GNETW = e_cekko-GNETW + '0.01'.

else.

e_cekko-GNETW = e_cekko-GNETW - '0.01'.

export c to memory id 'CID'.

but while i am debugging value for "C" comes to zero always.

how i should modify this code for my application.

what name i should give to my memory ID.

regards

sachin

Former Member
0 Kudos

Hi Sachin ,

Refer the following link

[;

Thanks ,

Surya