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

SAP Adobe Form

Former Member
0 Likes
340

Hi,

I have created a new adobe form and try to activate the same but I am getting an error message 'No vendor specified'.

Please help me to resolve this isssue.

Regards

Makesh

Hi,

I have created a new adobe form and try to activate the same but I am getting an error message 'No vendor specified'.

Please help me to resolve this isssue.

Regards

Makesh

1 REPLY 1
Read only

kesavadas_thekkillath
Active Contributor
0 Likes
287

Hi,

Please try to use a relevant subject

I got this error during a upgrade project unit testing.

LIke,

MESSAGE 'NO DATA FOUND' TYPE 'E'.

When the message statment is used this way without message class and number , then the control moves to a standard method and this message 'NO VENDOR SPECIFIED ' gets displayed.

Changing it like

message e000(ZSD) with 'NO DATA FOUND' will solve the issue. ( Pass the message class , no and proper place holders )

Keshav