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

va02

Former Member
0 Likes
704

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

6 REPLIES 6
Read only

Former Member
0 Likes
662

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

Read only

0 Likes
662

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

Read only

Former Member
0 Likes
662

thanks, but i need the last statement that will be executed before the appearence of this message.

Read only

0 Likes
662

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

Read only

0 Likes
662

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...

....

Read only

Former Member
0 Likes
662

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