on 2007 Jan 09 1:16 PM
I have got three layers .
first one has Bapi_Bank_Getlist Input form .
Second one has Bapi_Bank_Getlist output table.
Third One has Bapi_Bank_GetDetail Output data .
navigation is proper from first to second but
when i <b>click a row</b> in the 2nd layer Bapi_Bank_Getlist output table , i m not able to go to 3rd layer and view the details . Kindly help .
Request clarification before answering.
You need an event to trigger the 3rd layer. You need a button in the second layer e.g. see bank detail which triggers the 3rd layer. Thats it. Understand ??
Murat Y.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Purav,
I never tried that, but maybe it works:
You can use visibility conditions. You store the values in a data store and then you can show 2nd or 3rd layer on that conditions. You change the values in the data store with the select event. But you have to avoid the selection of the first row of the table. There is somewhere an example here in the sdn.
Regards,
Christophe
What you can do, you can add "Show Details" Button ...and use its event for switching layers. And use "Select" event to fetch details data.
Also, FYI ... you cannot use "select" event to switch between layers coz first row in a table is always selected.
Regards,
Ashutosh
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
76 | |
30 | |
10 | |
8 | |
7 | |
7 | |
6 | |
5 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.