Sie sind auf Seite 1von 12

1] Created a table with Employee ID as Primary Key.

2] create some records for the emp table.

3] create a RFC with input parameter as employee ID.


4] create with some export parameters.

5] create employee contact table with ID as primary key.


6] Create RFC related to the employee contact table with input as employee id.

7] create some export parameters.


8] create employee photos table with employee ID as primary key.

9] create an rfc with employee id as input parameter.


10] create some export paramters.

11] create a new project and create 3 different entity types on the 3 employee tables(yemp_table,
yemp_contact, yemp_photos).
12] right click on association and create association based on ID for the emptest and emptestcontact
called empnavic, create one more association based on ID for the emptiest and emptestphotos called
emptestnavic.
13] create Get entity read service based on the RFC zanil_emp.
14] similarly create read service on zanil_emp_contact for emptestcontactset and zanil_emp_photos for
emptestphotosSet.
15] goto Gateway Service and select emptestset entity with input parameter and executed.

16] now add the navigation name called empnavic to the request and execute it. It will display the data
for the emptestcontactSet i.e yemp_contact table data. This is first level association which is linked
between emptest and emptestcontact entity types.
17] now execute by adding the second level navigation called emptestnavic which gets the data from
the third level table called yemp_photos.

Das könnte Ihnen auch gefallen