cancel
Showing results for 
Search instead for 
Did you mean: 

Availability Check Error !

Former Member
0 Kudos

Hi everyone,

I'm having a task like the following :

When choosing the items to ship with the system, after choosing the correct item proposal, the Availablity Control appears. This screen should not appear when selecting items to be shipped along with a system in a system quote.

After debugging I found out that the main of the problem is in the variable MDVE-MNG02 ( Committed Quantity) is not equal to MDVE-MNG01 ( Requirement quantity for availability check ).

The code in the include LATP4FD5

*--> If dialogue is forced, or not fully, or not in time commited

IF NOT atpcsx-force_dia IS INITIAL OR

mdvex-mng01 NE mdvex-mng02.

PERFORM dialogue_display.

ENDIF.

But I don't know what is the table storing value of MDVE-MNG02. I'm just a SAP developer, so don't know much the business here.

Could you tell me some solutions to resolve this issue !

Thanks so much in advance !

Accepted Solutions (0)

Answers (2)

Answers (2)

kishorp
Participant
0 Kudos

This message was moderated.

Former Member
0 Kudos

that's not a error