2010 Nov 03 5:28 AM
Hi,
i have 6 fields (create on, create date, create time, change on, change date, change time) which are supposed to be entered dynamically. for create details i have used 05 - Creating a new entry event. when i change a particular line, change details should get updated. how to do that and what event should be used?
Regards,
Hi,
i have 6 fields (create on, create date, create time, change on, change date, change time) which are supposed to be entered dynamically. for create details i have used 05 - Creating a new entry event. when i change a particular line, change details should get updated. how to do that and what event should be used?
Regards,
2010 Nov 03 5:37 AM
I prefer using Event '05' instead of '01'. Check the SAP documentation for further details: [http://help.sap.com/saphelp_nw04/helpdata/en/91/ca9f0ba9d111d1a5690000e82deaaa/content.htm]
2010 Nov 03 6:12 AM
HI,
Thanks for your reply...
i tried with EVENTS '01', its not going inside the form.. endform.
Regards,
2010 Nov 03 5:38 AM
In the EVENTS screen, press new Entries, there give 05 and give a name(This will become a PERFORM), then click the Editor pushbutton, this will be there at the right side of the entry, then a popup will be appear, you can create an include program, there inside of the include program write the below code
e.g:
form CREATE_ENTRY.
TABLE-USERNAME = sy-uname.
TABLE-CHANGED_ON = sy-datum.
endform.
2010 Nov 03 1:54 PM
Moderator message - Welcome to SCN This question has been asked and answered many times before in the forum. Please search the forum for answers before asking. Thread locked. Please read [Rules of Engagement|https://wiki.sdn.sap.com/wiki/display/HOME/RulesofEngagement], and [Asking Good Questions in the Forums to get Good Answers|/people/rob.burbank/blog/2010/05/12/asking-good-questions-in-the-forums-to-get-good-answers] before posting again. Rob