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

Updating Table EBAN

Former Member
0 Likes
898

How to populate the newly added field on table EBAN? I've created a new time field on this table, i need to populate this field with the system time when the user create a Purchase Requisition on tx ME51N, please help...

How to populate the newly added field on table EBAN? I've created a new time field on this table, i need to populate this field with the system time when the user create a Purchase Requisition on tx ME51N, please help...

3 REPLIES 3
Read only

Former Member
0 Likes
709

Hi,

I don't remember the BAdi for PR in ME51N..

Implement that BAdi and use EEW structures to Update your field in EBAN table.

Regards,

Basu.

Read only

Former Member
0 Likes
709

I've tried using several badi's that uses the structure IM_EBAN but they don't allow me to change this strucure. if i can find the badi that will allow me to change the structure...

Read only

0 Likes
709

Hi,

You have to use EEW (Easy Enhancemnt workbench)

<a href="http://help.sap.com/saphelp_crm40sr1/helpdata/en/43/4143d3cbcbe243907373410340c5d6/frameset.htm">http://help.sap.com/saphelp_crm40sr1/helpdata/en/43/4143d3cbcbe243907373410340c5d6/frameset.htm</a>

Use methods GET_EEW and SET_EEW.

Regards,

Basu.