cancel
Showing results for 
Search instead for 
Did you mean: 

need approach for an Interactive scenario in Web dynpro ABAP

Former Member
0 Kudos

I have to create a user interactive web dynpro ABAP application. The requirement is as below:

I have 2 structures(or table can be considered for better understanding) A & B. A will have 2 lines and B can have more than 3 lines (so I Have to show a min of 3 lines. When the user enters data in the 3 lines, then I have to provide a new line below that (dynamically).

I have to first display A. and then under A, I have to display B. And this A-B combination can repeat (A, B, A, B, A, B) and the count needs to be set dynamically .

Eg. for a given PO number, A will be the structure of Item number, B will be the structure of Material documents of that operation.

Any idea on how this can be developed.

Accepted Solutions (1)

Accepted Solutions (1)

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

Table Popins come to mind. You might want to read more on them and see if they match your requirement.

http://help.sap.com/saphelp_nw70ehp1/helpdata/en/23/5e9041d3c72e7be10000000a1550b0/frameset.htm

You can expand all Popins dynamically to start.

Former Member
0 Kudos

The client did not accepted that solution. the appearance of the screen was not that good. Can this be done thru Interactive Adobe forms ?

Edited by: Jagannatha Reddy Pucha on Nov 29, 2010 1:52 PM

Answers (0)