cancel
Showing results for 
Search instead for 
Did you mean: 

Requirement in order management

0 Kudos

Hello everyone .

I have a business requirement that if a stock is available with company then the item category in the sales order should be TAS and if not then it should be TAN .how can we configure it .pls advise

Accepted Solutions (1)

Accepted Solutions (1)

phanikumar_v3
Active Contributor
0 Kudos

****We can assign the requirement to find the condition record on access level but how system will check the stock availability I need that logic*****

There are work areas like XVBAP & XVBEP before saving the order which holds Item category(PSTYV) and Confirmed qty.(BMENG).

Pl talk to your Abaper on this and you can use USEREXIT_SAVE_DOCUMENT_PREPARE in MV45AFZZ to get the needful.

Phanikumar

Answers (1)

Answers (1)

Lakshmipathi
Active Contributor
0 Kudos

Can you reconfirm your above statement is correct? I think, the item category should have been vice-versa. Nevertheless, with the standard, it is not possible to achieve. You need to go for an enhancement.

0 Kudos

Actually the business requirement is that if while creating sales order if stock is available then it should access on e condition record and stock is not available then should access different condition record which we can maintain on material pricing level .

We can assign the requirement to find the condition record on access level but how system will check the stock availability I need that logic .