I'm working on C# application for one of our customers. We have already defined some IDOC structures. All the specifications are in an Excel sheet.
So the question is: It's possible to get the whole IDOC structure from the 'IDOCTYPE_READ_COMPLETE' function and parse / load it somehow to a 'RfcStructureMetadata' object?
Additional info: Im allowed to send IDOC to the ABAB backend just with the 'IDOC_INBOUND_ASYNCHRONOUS' function > 'IDOC_DATA_REC_40' table > 'SDATA' field. But I can't create any Structure since I do not have any metadata yet.
Hopefully makes sense, Thank you in advice