EML Create in RAP

  •  EML (Entity Manipulation Language) lets you
    • Create
    • Update
    • Delete
    • Read
            instances of your Business Object (BO) in RAP.
  • 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

Popular posts from this blog

New syntax for append- VALUE (new syntax 7.4+) in ABAP

Read statement new syntax in ABAP. (7.4+).

Concatenation new syntax( 7.4+ ).