Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.

How to import budget data into the Project Budget Maintenance screen (PA.BSM.00) in Microsoft Dynamics SL


View products that this article applies to.

INTRODUCTION

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.

↑ Back to the top


More Information

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:


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:


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.

↑ Back to the top


References

For more information about Transaction Import, click the following article numbers to view the articles in the Microsoft Knowledge Base:

863562 What Technical Bulletins are available for Transaction Import?

913410 Error message when you try to import data into the "Budget Maintenance (PA.BSM.00)" screen in Microsoft Solomon or in Microsoft Dynamics SL: "System Message 8026"

↑ Back to the top


Keywords: kbexpertiseinter, kbexpertisebeginner, kbexpertiseadvanced, kbmbspartner, kbmbsmigrate, kbhowto, kb

↑ Back to the top

Article Info
Article ID : 929315
Revision : 2
Created on : 2/2/2017
Published on : 2/3/2017
Exists online : False
Views : 222