cancel
Showing results for 
Search instead for 
Did you mean: 

To find error message in the standard program sapmv45a

Former Member
0 Kudos

Hi friends,

I have a following senario.

Iam getting the following error mesage.

INFO RECORD FOR VENDOR 'ABC' AND MATERIAL '00000678' DOES NOT EXIST.

now my requirment is i should find from were this error message is being triggered.

actualy my problem is its in production server i dont have the acess to debug it.

even i dont have the mesage classs and mesage number also.

How can i catch this error mesasge from the program code

ie : by checking the code of the program SAPMV45A

Regards

Priyanka.

Accepted Solutions (1)

Accepted Solutions (1)

GauthamV
Active Contributor
0 Kudos

hi,

check in ME13 whether any info records have been created for that material and vendor.

u can create info records using ME11 transaction.

check message class : 06.

message numbers : 305,306.

Edited by: gautham chakraverthi on Sep 29, 2008 3:06 PM

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi

As gautham told , this error is coming coz info record it not maintained for vendor and material combination ,

u can told ur functional to create on .

OR

even if u want to search then without debugging u can do 1 thing.

just display std. prog. in se38 and do Global search (Find button on std. tool bar.) "Message E ".

it will shoe u all error message written in program .

then find out one u looking for.

Regards

Sachin

Former Member
0 Kudos

I got that mesage from ME13 tcode.

now my requirement is

in the line item i have material number '000000678'.

now the end user is chaning tht material number ie : he is chaning from '000000678' to ' 000000600'.

now for the ist material 000000678' the info record is maintained .

but for the changed material 000000600' the info record is not maintained. so iam getting the error mesage as below.

INFO RECORD FOR VENDOR 'ABC' AND MATERIAL '000000600' DOES NOT EXIST.

Now my reuiremnt is i should skip this error mesage even when the material is changed ( ie if the info record is not maintained ) .

ie : it sholud allow me to process the flow of va01 tcode

How can i do that.

or is there any other solution for that.

Regards,

priyanka.

Former Member
0 Kudos

hai,

it is not possible , it is like master data it should be maintained . ask ur functional consultant to maintain that record.

shan.

Former Member
0 Kudos

but i have heared nothing is impossible in sap.

Regards

Priyanka.

former_member181995
Active Contributor
0 Kudos
but i have heared nothing is impossible in sap.

Good .

Thanks for Making my Eve:-)

But one thing is impossible in SAP, We cannot create Sales order by ME21N

Cheers

Former Member
0 Kudos

hey if you can provide a solution for it, then try to interfere or else just dont make fun or degrade others amit.

Regards

Priyanka.

former_member181995
Active Contributor
0 Kudos

though you already got Solution in above replies.

But what if ,you itself Attract fun towards you?

Former Member
0 Kudos

If i would have got the solution then i would have closed the thread .

Regards

priyanka.

Former Member
0 Kudos

Hi,

Can you go to SE91 with the message class and number and search using where used list. you would find where the info was used.

santhosh

Former Member
0 Kudos

i dont have even the mesage class and mesage no also.

Regards

Priyanka.

former_member181995
Active Contributor
0 Kudos

Just double click on message it will poped up help screen from there you would be able to see message number.

Former Member
0 Kudos

If its an information message you have a Question mark (?) on the popup if its a sucess message then click on the message you get a popup which has a concatenated <MSGIDMSGNO>

santhosh