Hello,
While generating the BRFplus function (using programFDT_GENERATE_MANY_FUNCTIONS) an error is issue
We're using Action Call Funtion Module ( Customer Specific).
This is how we're mapping table required by the FM .
All the 3 tables used for mapping are created as Data Objects refering to similar DICC Type Table ( Customer Specific)
While generating the function this is what we get in Method PROCESS_PURE
As you could see, the DATA definition for the third table is generated as TYPE not as TYPE TABLE ( as should be and as happen for the other two).
Due to this we're getting the next syntax error
A number of notes OSS have been aplplied but issue persit,
Any advice about how to solve the issue?
Thank you in advance
Carlos