jimjung27
Active Member
I have a request to modify X0909 (Validate Subledger). The Business Community here would like to add Subledger Types and Tablenames to the 00-ST UDC Table. The X0909 C++ BSFN would then be modified to accept the new Subledger Types in 00-ST and use the Number passed to X0909 so the number can be validated using the Tablename specified in Description field of the UDC 00-ST.
X0909 hardcodes each Subledger type and Table name in the C++ Code in order to validate a number passed to X0909. This is done using a Case Command based on the Subledger Type, then Open and read on that table.
We are hoping to read the tablename from the UDC table and reading whatever table has been entered in Description 01 (DL01).
How hard is this to do? Is there an easy way?
Our config here:
E1 V9.0 Tools 8.98.42, SQL Server 2008 V2, Windows XT
X0909 hardcodes each Subledger type and Table name in the C++ Code in order to validate a number passed to X0909. This is done using a Case Command based on the Subledger Type, then Open and read on that table.
We are hoping to read the tablename from the UDC table and reading whatever table has been entered in Description 01 (DL01).
How hard is this to do? Is there an easy way?
Our config here:
E1 V9.0 Tools 8.98.42, SQL Server 2008 V2, Windows XT
Last edited: