Search This Blog...

Monday, November 29, 2010

Packing Functionality in SAP

In SAP delivery creation, we have 2 methods of creating handling units (Packing of FG materials)

Manual Packing

Here, you have to manually give all instructions (Select the relevant packing material, weight, etc) at delivery document and need to execute it.

Automatic packing

As the name specifies, this can be used to pack FG materials automatically; based on pre-defined set of instructions. Once those instructions are configured, at delivery creation point, materials will be packed automatically.

Today we will look at how manual packing can be configured and used on SAP.

Click here to view how to configure and use automatic packing functionality in SAP.

Happy Reading!!

Please feel free to post your suggestions, feedback and comments!



Sunday, November 7, 2010

How to create a Info Set Query

The application SAP Query is used to create lists not already contained in the SAP standard. It has been designed for users with little or no knowledge of the SAP programming language ABAP. SAP Query offers users a broad range of ways to define reporting programs and create different types of reports such as basic lists, statistics, and ranked lists.

You can use InfoSet Query for flexible data analysis that you cannot carry out with standard reports. By simply choosing selection and output fields, you can define the report you need, and display a results list. You can repeat this process as often as you like. You do not require programming skills to create reports using InfoSet Query.

You can also save queries, make queries you have saved available for other users to use, and transport queries, providing you have the relevant authorization.

Click here to view how you can export and import a query from one SAP system to the other.

Happy Reading!!

Please feel free to post your suggestions, feedback and comments!



Tuesday, November 2, 2010

Table Analysis in SAP (Transaction - TAANA)

For database management purposes; we need to carry out various table analysis in the SAP database. For example, by using those analysis results; you be able to get an idea about the current table volume, database growth rate, etc.

In order to do such a table analysis, you can use below described method.
For example, if you want to find out how many records have been created in the system in a given table as at today, you can use this function. A table analysis counts the table entries and assigns the number of found entries to the selected field values (for example organizational units, time periods).


Happy Reading!!

Please feel free to post your suggestions, feedback and comments!