hossjer
24th May 2006, 16:28
Hello,
the following export function doesn't work in SSA ERP ln, anybody got an solution for this problem?
------------------------------------------
csel = "r54"
!export("tcibd001.csel",csel)
------------------------------
Greetings,
Hossjer
Brutus
27th June 2006, 10:50
There is no solution for this. In B4, this is quite commonly used to update customized item data in this manner. From B5 onwards it is not as if tcibd001.csel will be known during the project structure generation process. Item data is kept in arrays throughout the process. Only right before inserting item data, assignments to table fields are being made.
So you'd have to update the arrays instead of table fields and be able to determine the right array pointers. There's no way you'd get this working on B5 or LN
Brutus
27th June 2006, 10:50
There is no solution for this. In B4, this is quite commonly used to update customized item data in this manner. From B5 onwards it is not as if tcibd001.csel will be known during the project structure generation process. Item data is kept in arrays throughout the process. Only right before inserting item data, assignments to table fields are being made.
So you'd have to update the arrays instead of table fields and be able to determine the right array pointers. There's no way you'd get this working on B5 or LN