cancel
Showing results for 
Search instead for 
Did you mean: 

VA01 SALES ORDER WITH PLANT &STORAGE LOCATION....??

Former Member
0 Kudos

Hi Experts,

when i create a sales order....

Depends on sales order ( order Type) in the sales order system has to trigger some perticular PLANT and STORAGE LOCATION in the itemlevel

and also it should be abule to change if we wants .

for this is there any customising ,or bapi, or userexit ???

Thanks in advance,

Anthyodaya.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

Yes,when you create a sales order, system automatically determines Plant for each Item based on a priority rule which is hard-coded in SAP.

The priority rule is,

- First, system searches the Cust-mat Info record (CMIR).

- Second, it serches the Customer master of the SH (if Plant is not found in the first search).

- Third, it serches the Material master data (if Plant is not found in the secondsearch also).

But, in standard SAP, Storage location is automatically NOT determined in the Sales order for the item. It is determined during delivery based on a rule. The rule is specified in the Delivery Type in customising.

In standard system , there are three rule . They are MALA, RETA & MARE.

In MALA rue, Storage location is determined by Shipping point + Plant + Storage condition (from the material master).

If you want that Storage location should get determined automatically in the Sales order, then you have to use User exit.

I think, it is USEREXIT_SOURCE_DETERMINATION.

Former Member
0 Kudos

Hi,

thanks for the reply...

but the problem is depend on the sales ORDER TYPE system has to be pick the plant & storage

and it should be access to change..

Regards,

Anthyodaya.

Former Member
0 Kudos

Hi

Use USEREXIT_MOVE_FIELD_TO_VBAP.

Based on VBAK-AUART you can change the Plant and Storage location through user exit.

try and revert

Former Member
0 Kudos

Hi yadav. thanks for the reply ..

but i did t find that USER EXIT whis is u sent m..

i have a following list of user exit only .. is there any another way to search that...use exit

Exit Name Description

SDTRM001 Reschedule schedule lines without a new ATP check

V45A0001 Determine alternative materials for product selection

V45A0002 Predefine sold-to party in sales document

V45A0003 Collector for customer function modulpool MV45A

V45A0004 Copy packing proposal

V45E0001 Update the purchase order from the sales order

V45E0002 Data transfer in procurement elements (PRreq., assembly)

V45L0001 SD component supplier processing (customer enhancements)

V45P0001 SD customer function for cross-company code sales

V45S0001 Update sales document from configuration

V45S0003 MRP-relevance for incomplete configuration

V45S0004 Effectivity type in sales order

V45W0001 SD Service Management: Forward Contract Data to Item

V46H0001 SD Customer functions for resource-related billing

V60F0001 SD Billing plan (customer enhancement) diff. to billing plan

Thanks,

Anthyodaya

Former Member
0 Kudos

Hi yadav,

this user EXIT in VA01 or any anothe rT-code to search....???

Thanksin advance,

Anthyodaya.

Former Member
0 Kudos

Hi

Goto SE38

Give program name : MV45AFZZ, there you can find it.

Former Member
0 Kudos

Hi!

Find the appropriate Use Exit in include MV45AFZZ. Open with Tcode SE38. You will require help of ABAP team member.

Regards

Arun

Former Member
0 Kudos

I am not getting through SE38

getting ERROR

Unable to generate for program type I

Message no. DS011

Diagnosis

Program type I denotes an INCLUDE program.

System Response

INCLUDE programs cannot be genreated.

Procedure

Generate main program.

Thanksin Advance,

Anthyodaya.

Former Member
0 Kudos

Hi,

Can anyone tell me the location where the file attached using GOS is stored.

I have created a attachment file in SALES ORDER. i wanted to know that where it has saved in the system..

location and path.... which server which folder and ext......

Thanks in advance.

Regards.

Anthyodaya

Answers (1)

Answers (1)

Former Member
0 Kudos

pending