Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Create master detail data input form in same screen

Former Member
0 Likes
1,390

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
932

It is a huge program to attach here. Let me know your mailid

6 REPLIES 6
Read only

Former Member
0 Likes
932

Does anybody can help me?

Read only

0 Likes
932

Hi,

you can put several table controls / alv grids on one dynpro.

find example in :

SE38 - environment - reuse library

Andreas

Read only

Former Member
0 Likes
932

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?

Read only

0 Likes
932

Dear Ramanibai definitely yes

Could you send me sample code ?

Read only

0 Likes
932

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

Read only

Former Member
0 Likes
933

It is a huge program to attach here. Let me know your mailid