Skip to Content
0
Former Member
Feb 26, 2009 at 02:12 PM

Save incoming sdata-structure in database?

32 Views

Hi there,

I am writing an function module that should be triggered via RFC by a non-SAP-system.

In the pramaters of this FM is a TABLES parameter for type EDIDD, that means the non-sap-system sends me the needed data in IDOC-format.

Now I want to implement a saving function that allows me to save the data that is passed to the FM via RFC. So I created some database tables which also contains the structure of EDIDD (plus client and an additional key-field).

The sy-subrc after inserting is zero, so all seems to be okay... But in SE16/N and also in SE17 there is no data in field SDATA visible?! How can I check if the data is really correctly in the database?

Thank you!

Kind regards

Max