‎2006 Jun 08 7:42 AM
hi friends,
I have 2 table one of them master table and another one is detail table. I want create a data input (like ..01 transactions) screen. But I don't have any knowledge about using 2 table in same screen.
1- How can I create a data input form?
2- How can I create screens like ME21N (HEader table is top of the screen and detail is bottom of screen)
3- How can I create a table data input form via ALV Grid?
I need your suggestions/examples.
Have a nice day
Mehmet
‎2006 Jun 08 12:22 PM
‎2006 Jun 08 8:38 AM
‎2006 Jun 08 8:52 AM
Hi,
you can put several table controls / alv grids on one dynpro.
find example in :
SE38 - environment - reuse library
Andreas
‎2006 Jun 08 10:48 AM
I have designed a screen similar to ME21n wherein Top portion is a Header Tabstrip and Bottom is the Item details ( Editable ALV Grid ) - data_changed EVENT of cl_gui_alv_grid class. Does this suit your requirement?
‎2006 Jun 08 11:36 AM
‎2006 Jun 08 11:50 AM
Hi Mehmet,
Check this program: DEMO_DYNPRO_TABLE_CONTROL_2
and RSDEMO_TABLE_CONTROL.
It will have only one table control.
YOu can have as many table controls as you like.
copy the main logic from this program and build from there.
Regards,
Ravi
‎2006 Jun 08 12:22 PM