Hello,
I've a interface IDOC to JDBC, I need update_insert into table of database.
My problem is a mapping with IDOC LOISTD01.
Structure of IDOC
...
E1PLSEL 1..unbounded
...
E1MDPSL 1.. unbounded
...
Structure table of database
mt_database
STATEMENT
TABLENAME
ACTION
TABLE
ACCESS
field1
field2
...
KEY
field1
How can i do the mapping?
Thanks very much