cancel
Showing results for 
Search instead for 
Did you mean: 

shipment creation

Former Member
0 Kudos

in our practice, some shipment creators often wrongly put the deliveries with pick stutas and WM status C into shipment. so i want to know if it is possible to make any setting to prevent these deliveries from shipment creation?

Thanks!!

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

If it is a custom program default the same in the program. If it is a standard program, create a transaction variant or implement a BAdi/Enhancement to default the value. However, you can also default the value for individual users by maintain proper value for the parameter ID in user master.

Transaction Variant:

http://help.sap.com/saphelp_webas620/helpdata/en/eb/5fab41d79b11d296190000e82de14a/content.htm

In the SAP Reference IMG, you can create transaction variants. Choose Basis Components -> Application Personalization -> Tailoring of Application Transactions -> Configure Transaction-Related Display Values for Fields (Transaction SHD0). Transaction variants allow you to preset values for fields in a transaction, set field attributes, or hide entire screens.

To execute a transaction variant, you define a variant transaction using the Transaction Maintenance transaction (SE93).

Once you have entered a transaction code and short description, choose transaction type Transaction with variant (Variant transaction).

To define a variant, enter the name of the transaction and the name of the variant. You can then use the new transaction code to start the special variant of the transaction.

Hope this will help.

Regards,

Naveen.

sarvesh_gudapati2
Contributor
0 Kudos

You can manage this by defining variants at selection screen level. The variant should chose the correct WM status on deliveries. While creating the shipments the users should be selecting deliveries with the help of variants.