cancel
Showing results for 
Search instead for 
Did you mean: 

Combined deliveries

Former Member
0 Kudos

hi,

1. In vL10 we will ge the list of sales orders. I want to combine all these deliveries for that particular ship to party. In VL10 where can i make combine deliveries?

2. how to know the menu path for transaction codes?

3. what is the difference between user exit & functional specs?

Regards,

Keyur.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Keyur,

Regarding your first problem, it is very simple. When you run VL10x transaction, it gives a list of sales orders which need to be delivered.

Select the ones that you need to be delivered together (by highlighting them) and then press the big button called "Background". If all the criteria for delivery combination are met, the sales orders will be delivered together.

The mandatory criteria are that the following data should be the same for all the sales orders that need to be delivered together:

1. Shipping Point

2. Ship-to Party

3. Delivery Date

4. Route

...

Former Member
0 Kudos

hi,

if the t.code is an img t.code then open the search ( binoculars or CTRL + F) just type that in img screen. It will automatically search for that t.code. you can repeat the same if it is transaction related in the easy access screen.

eg. press ctrl + F in easy access and give MM01. It will direct you the path in the easy access.

User exit is one of the types of enhancement where SAP has provided slots to have a customized logic than the standard one. You can find the userexits say for an order by going to SE38 , typing MV45AFZZ and display.

Functional spec is to design how a customized requriement is being met. Like the business asks for a specific report. As functional consultants we need to identify which tables and fieds are involved, what are the validations to be done to extract the data, whats logic, how the layout should look...... All these details we put in a functional spec and give to the Abapers. who in turn prepare a technical spec and do the particular task.

hope it helps. Pl reward if useful.

Thanks

Sadhu Kishore

Former Member
0 Kudos

Hi Keyur

Functional Spec:

The Functional Specification describes the features of the desired functinality.. It describes the product's features as seen by the stake holders,and contains the technical information and the data needed for the design and developement.

The Functional Specification defines what the functionality will be of a particulat area that is to be precise a transaction in SAP terminology.

The Functional Specification document to create a detailed design document that explains in detail how the software will be designed and developed.

The functional specification translates the Software Requirements template into a technical description which

a) Ensures that the product feature requirements are correctly understood before moving into the next step, that is detchnical developement process.

b) Clearly and unambiguously provides all the information necessary for the technical consultants to develop the objects.

User Exit:

Userxits allow us to add our own functionality to SAP standard program

without modifying it . These are implemented in the form of subroutines and hence are also known as FORM EXITs. The userexits are generally collected in includes and attached to the standard program by the SAP.

All Userexits start with the word USEREXIT_...

Reward points if u helpful

Thanks&Regards

Govind.