Parameters

Sales and Distribution module (SAP)

6 August 2009

SALES & DISTRIBUTION # (SD) # Table of Contents # Definition of Sales & Distribution. 2 Enterprise Structure. 3 Client 5 Company. 5 Company Code. 6 Create a Fiscal Year Variant 7 Maintain Fiscal Year Variant 7 Assign Company Code to Fiscal Year Variant 8 Posting Periods. 9 Define Variants for Open Posting Periods. 9 Open and Close Posting Periods. 9 Assign Variants to Company Code. 10 Define Document Number Ranges. ...

Flash z-order — always on top?

1 July 2009

I had a problem with a javascript pull-down menu that overlapped with a flash movie. The menu always appeared BEHIND the flash movie, regardless of the z-order. I solved it by: Adding the parameter <param name="wmode" value="transparent"> to the OBJECT tag. Adding the parameter wmode="transparent" to the EMBED tag. These parameters made the menu display correctly over the flash movie.