SAP for Automotive Discussions
Connect with fellow SAP users in discussions to troubleshoot challenges, share best practices, and fuel each other's success. Join a conversation or start your own.
cancel
Showing results for 
Search instead for 
Did you mean: 

vms - actions

Former Member
0 Kudos
1,529

hi,

In VELO, we have done the follwoing actions succesfully

1) CREA (vehile creation)

2) ORD1 (create PO)

However, while trying to perform GORE (Goods Receipt)sytem is giving error saying that action cannot be executed for these vehicles . And the log says Read Conguration.

Did I miss any settings. Pls help.

Regards,

Student

Edited by: STUDENT on Jul 31, 2009 3:06 AM

4 REPLIES 4

Former Member
0 Kudos
778

Hi,

could you provide more details on message type and message number. Is it a error message or a warning message. Are there additional messages available in the log.

Best regards,

Claudia

0 Kudos
778

Hi,

while executing action GORE, i am getting error message as given below.

Action cannot be carried out for these vehicles

Message no. VELO132

And in the log i am not getting any details, however there is an information says READ CONFIGURATION.

Seems I have missed some configuration, because if i select the vehicle and goto action tab it is not having GORE in the drop down list. It is having only the below given actions.

HIDE

MORD

MSSO

RSVN

SHOW

ZPOC.

Pls help.

Regards,

Student

Edited by: STUDENT on Aug 4, 2009 2:40 AM

Edited by: STUDENT on Aug 4, 2009 2:42 AM

Former Member
0 Kudos
778

Hi Student,

it's a bit hard to say for sure what causes the problem without knowing more details but to me it seems quite likely that the vehicle's current status doesn't allow the execution of the action you selected. The fact that action GORE isn't offered when you're on the action tab indicates so.

What I write here is based on this assumption.

You need to check the primary and secondary status of your vehicle in the vehicle details. Then in customizing (transaction OVELO1), check if action GORE is relevant for the primary status, the secondary status or both. In standard, the action is only relevant for the primary status.

You then can check, again in customizing (transaction OVELO11), what are the possible actions for the vehicle and what status is required for action GORE.

In order to be able to execute an action, the action needs to be part of the matrix relevent for the vehicle (in this case, the matrix used as primary matrix, see transaction VELOS, needs to contain action GORE). The old status of in the matrix for action GORE needs to be the same as the current vehicle status.

I hope most of this isn't new to you as this is the "core" of the VMS concept. In order to work with VMS, you need to be familiar with this concept.

Here're links to the documentation, just in case: http://help.sap.com/saphelp_dimp50/helpdata/EN/95/47c83abc3c1a54e10000000a114084/frameset.htm

http://help.sap.com/saphelp_dimp50/helpdata/EN/a1/6dc33ac037b41de10000000a11402f/frameset.htm

As I said, I'm not sure if my interpretation of what causes your problem is correct but what I've described above seems likely to me.

Kind regards,

Steffen

Former Member
0 Kudos
778

HI ,

At code part this error is coming at fucntion module VELO09_CHECK_BEFORE_ACTION

IF V_MATNR NE VLCDISPLALV_ACTION_LS-MATNR

AND ACTION_IS-CREAACT NE '' .

MESSAGE E131 RAISING NOT_ALL_VEHICLES.

EXIT.

ENDIF.

for the reason that the action is not configured in the action matrix in transaction /novelo11.

If the issue still persist please raise a message in SAP under the component IS-A-VMS

Regards

V V