2007 Jun 07 9:19 AM
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...
2007 Jun 07 9:41 AM
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.
2007 Jun 07 9:52 AM
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...
2007 Jun 07 9:55 AM
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.