Import budget data into the Project Budget Maintenance screen (PA.BSM.00) in Microsoft Dynamics SL
This article describes how to import budget data into the Budget Maintenance (PA.BSM.00) screen together with the Original Budget Schedule (PA.BSM.01) sub screen and the EAC Schedule (PA.BSM.01) sub screen by using Transaction Import in Microsoft Dynamics SL.
Applies to: Microsoft Dynamics SL 2011
Original KB number: 929315
Modify the control macro file
To import budget data into the Budget Maintenance (PA.BSM.00) screen together with the Original Budget Schedule (PA.BSM.01) sub screen, modify the control macro file. To do this, type the following code at the beginning of the "level 2" section of the control macro file.
serr = SetObjectValue( "cmdBudget", "PRESS" )
A sample of the modified control macro file is available for download.
The following file is available for download from the Microsoft Dynamics File Exchange Server:
KB929315_Original.ctl
Release Date: April 17, 2007
Microsoft scanned this file for viruses. Microsoft used the most current virus-detection software that was available on the date that the file was posted. The file is stored on security-enhanced servers that help prevent any unauthorized changes to the file.
To import budget data into the Budget Maintenance (PA.BSM.00) screen together with the EAC Schedule (PA.BSM.01) sub screen, modify the control macro file. To do this, type the following code at the beginning of the "level 2" section of the control macro file.
serr = SetObjectValue( "cmdEAC", "PRESS" )
A sample of the modified control macro file is available for download.
The following file is available for download from the Microsoft Dynamics File Exchange Server:
KB929315_EAC.ctl
Release Date: April 17, 2007
Microsoft scanned this file for viruses. Microsoft used the most current virus-detection software that was available on the date that the file was posted. The file is stored on security-enhanced servers that help prevent any unauthorized changes to the file.
Note
To import data into both sub screens, run the import process two times. Run the process one time with the first control macro. Then, run the process again with the second control macro.
References
For more information about Transaction Import, see "System Message 8026" error when you import data into the Budget Maintenance (PA.BSM.00) screen.