Application Development 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: 

Getting a Message No Vendor Specified FromCL_MESSAGE_HELPER=============CP

Former Member
0 Kudos

Dear All ,

I am Getting a message No Vendor Specified in a Z transaction . But in Z Transaction I have Specified a Message in the Program . I am attaching the same below

IF SY-SUBRC = 0.

IT_AUFM_TEMP[] = IT_AUFM[].

SORT IT_AUFM_TEMP BY AUFNR.

DELETE ADJACENT DUPLICATES FROM IT_AUFM_TEMP COMPARING AUFNR.

ELSE .

MESSAGE 'No data for selection' TYPE 'S'.

LEAVE LIST-PROCESSING.

ENDIF.

When it Goes on the Message Statement then it goes into the Class CL_MESSAGE_HELPER=============CP In which it fires the Message No Vendor Specified . Can please guide me with the solution .

Regards

Shankar

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi Shankar,

This is the common problem in client system. create a new message class with your informations and use them insted of


MESSAGE 'No data for selection' TYPE 'S'.

Regards,

Kumar M

3 REPLIES 3

Former Member
0 Kudos

Hi Shanker,

This is the most common error in the client servers, create another Z message class and use it insted of


MESSAGE 'No data for selection' TYPE 'S'.

Regards

Kumar M

Former Member
0 Kudos

Hi Shankar,

This is the common problem in client system. create a new message class with your informations and use them insted of


MESSAGE 'No data for selection' TYPE 'S'.

Regards,

Kumar M

Former Member
0 Kudos

Hi,

Go to SE91 Message class 00 message type 001 check it should be &1&2&3&4&5&6&7&8

but in you case it might be No Vendor Specified

I hope you got it?