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

E1EDP01

Former Member
0 Likes
692

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
Read only

Former Member
0 Likes
628

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
Read only

Former Member
0 Likes
629

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.

Read only

0 Likes
628

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.

Read only

Former Member
0 Likes
628

Solved it on my own..

Read only

0 Likes
628

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

Read only

0 Likes
628

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.