‎2008 Nov 25 8:02 AM
Done till now - I had made a ZBAPI, Generated and released program for BOR, Generated and released FM.
Now when I generate ALE for BAPI it throws error. Data Element not active. I had not found any data element inactive.
with Regards,
Manmeet Singh
‎2008 Nov 27 6:12 PM
Hi,
Hope you might have not created ZBAPI independently, instead modified copied standard BAPI. In this process, knowingly or unknowingly some elements might be copied but not activated. Please check once all structures and fields and activate.
Regards,
Prasanth
‎2009 Aug 10 8:55 AM
Hi,
We had the same problem here. When a tables-structure from the BAPI is converted to an idoc, the BDBG transaction adds a 'Z1' to the tables-structure name to generate the idoc segment type (name).
In our case when we re-run the BDBG transaction the Z1 structure was not deleted and instead BDBG was adding another Z1 prefix to the segment type (name). Off course, this data element does not exist.
Hope this helps
Guido
‎2024 Oct 15 8:45 AM
Hi All,
I did not get any help so thought of checking in debug how it is finding the structure - then came to know it is used method parameter type (structure to generate the Segment type and so on by prefixing Z1 to it).
We can solve the issue by creating the separate struture with the data element and method parameters must refer to this created structure instead of segment structure which will generate the ALE interface without any data element error.