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

Help in Tcode CN33

Former Member
0 Likes
720

Dear SAP Fans,

I'm having the following issue.

I need to change de value of the <b>BEDNR</b> field (EBAN table) when the material is deleted from de BOM and is transfered to PS using tcode CN33.

I have tried all the user exits available but even when I insert directly the value in the table (desperate thought), it doesn't get changed, because there is a method (<i>ME_POST_REQUISITION_EXT</i>) in the final lines of the code that update the table (EBAN) with the original values.

I really appreciate any help I can get !!!

Thanks in advance,

Jesus

-


User exits used:

EXIT_SAPLCN10_001 - Transfer BOM Items from Non-SAP System

EXIT_SAPLCN10_002 - Edit BOM Items

EXIT_SAPLCN10_003 - Check if New Assignment is Allowed

EXIT_SAPLCN10_004 - Check if Change is Allowed

EXIT_SAPLCN10_005 - Check Whether Component can be Deleted

1 REPLY 1
Read only

Former Member
0 Likes
494

Hi,

Please check this FM ME_UPDATE_REQUISITION.

Regards,

Ferry Lianto