‎2008 Nov 04 12:18 PM
hi every body,
i execute the transaction VA02, if i save the document without making any modification, appears a messaage 'No data was changed'.
please, can somebody help me to find the source of this message(exatly the name of the user exit).
thanks in advance
siham.
Moderator message - please use a meaningful title in future
‎2008 Nov 04 12:26 PM
Hi,
message class - v1
message number - 041
go to se91...give the above values in the fields...and press enter...
u will find the message No data was changed
click the message number and press the where used list..you will get where it is used...
i found the following...
FV45EF0S_SCHNELLAENDERUNG_LIEF
FV45PF0S_SCHNELLAENDERUNG_FAKT
FV45PF0S_SCHNELLAENDERUNG_WF_V
FV45PF0S_SCHNELLAENDERU_VBAP01
MV45AF0B_BELEG_SICHERN
SD_TVSTAT_FORMS
Regards
Debarshi
‎2008 Nov 07 6:48 AM
i create one module pool to create sales order using bapi now
sales order create successful but now i want MATERIAL AND QUALITY two columan in non editable in VA02 but conditon is if user create sales order through module pool then and then TWO COLUMAN IS NON EDITABLE
‎2008 Nov 04 12:35 PM
thanks, but i need the last statement that will be executed before the appearence of this message.
‎2008 Nov 04 12:39 PM
Hi,
use break-points where ever these messages appear...in the list you will get using where used list....
then when you press save it will take you to the required area...
Regards
Debarshi
‎2008 Nov 04 12:41 PM
Siham,
Do this.
Take the message which you are getting and give it in the field TEXT of table T100.
Get the field MSGNR.
Now go to debugging mode,
Keep a watchpoint, with SY-MSGNO = T100-MSGNR, which you get...
....
‎2008 Nov 04 12:52 PM
Hi,
The message is coming from the V1 message group in program SAPMV45A
check the FM SWE_EVENT_CREATE_FOR_UPD_TASK by passing object key as BUS2032
Regards,
Deepa Kulkarni