C Business Function still uses old Data Structure layout after fields were removed
Product: JD Edwards EnterpriseOne Tools
Version: 9.2.7.3
I have a C Business Function that calls a BSSV. I removed two date fields from the Data Structure and regenerated the header file. The current source code and current generated header no longer contain these deleted fields.
However, at runtime, the behavior still appears to follow the old Data Structure layout. This suggests that the runtime environment may still be using older specs, package contents, or deployed objects.
What is the correct Oracle-recommended process to make this kind of Data Structure change fully effective at runtime?
Specifically:
1. Which objects must be regenerated or rebuilt after removing fields from a Data Structure used by a C Business Function?