EML Create in RAP
- EML (Entity Manipulation Language) lets you
- Create
- Update
- Delete
- Read
- EML statements allows the data content of RAP BO to be read or modified.
- Syntax.
MODIFY ENTITIES OF <Interface view>
ENTITY < Alias Name>
<CREATE, UPDATE, DELETE> FROM < INTERNAL TABLE NAME WHICH CONTAINS DATA >
MAPPED DATA (<MAPPED TABLE NAME >)
FAILED DATA (<FAILED TABLE NAME>)
REPORTED DATA (< REPORTED TABLE NAME >).
Coding part will update soon
******************************Thank You***************************
Comments
Post a Comment