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: 

E1EDP01

Former Member
0 Kudos

Hi Everyone,

When I am trying to change the price in E1EDP01 segment in IDOC, it still posts a contract with price $0.00.

I debugged it and found that this is because of the standard program SAPMM06E with screen number 220. Its hitting the MODULE <b>CLEAR_ZEILE</b> and clearing the contents of the new price which I have changed. How can we avoid the problem??

Its not going to that MODULE when we process normally without changing the price. Has anyone got an idea about this??

Thanks

Aneesh.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

This module might be calling in between Chain & Endchain ... and you can find that MODULE & ENDMODULE in PAI program...

If you want to trigger everytime it should be in Forms program.

regards,

  • Dj

reward for all useful answers.

5 REPLIES 5

Former Member
0 Kudos

Hi,

This module might be calling in between Chain & Endchain ... and you can find that MODULE & ENDMODULE in PAI program...

If you want to trigger everytime it should be in Forms program.

regards,

  • Dj

reward for all useful answers.

0 Kudos

Hi DJ,

It has been calling between Chain and Endchain infact and we know that before only. What my query is that it is going into that chain-endchain only when we try to change the price.

Have you got any idea about that?

Thanks

Aneesh.

Former Member
0 Kudos

Solved it on my own..

0 Kudos

Hello Aneesh,

I am also facing a same kind of problem in outbound idoc.

I need to change the UOM of the PO item. Could you please tell how can I approach it.

Thanks !!!

Vasanth

0 Kudos

Hi Vasanth,

I found a BADI "BBP_CTR" and modified in that. I amnt sure there is something like that for your requirement.

Regards

Aneesh.