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

problem with creating sales order

Former Member
0 Likes
633

hi experts.

i am creating sales order using records from a flat file.before that i am validating the values. how can i vallidate the material number as it is related with sales organisation and distribution channel.

and also is there any need to check the purchase order number.

Regards

Martin

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
592

Table MVKE for validation.

You should check that no other Sales Orders use the same PO.

Table MVKE for validation.

You should check that no other Sales Orders use the same PO.

3 REPLIES 3
Read only

Former Member
0 Likes
593

Table MVKE for validation.

You should check that no other Sales Orders use the same PO.

Read only

Former Member
0 Likes
592

u can validate either with <b>A005 or MVKE</b> tables.

For purchase order normally only 1 purchase order is allowed for sales order, so u need to check whether any other sales order has already used the purchase order number.

Read only

Former Member
0 Likes
592

Hi Martin,

Check this Table <b>MVKE</b>.

Regards,

Balavardhan.K