cancel
Showing results for 
Search instead for 
Did you mean: 

Table Control in BSP page layout

Former Member
0 Kudos

hi all

i want to know is there any thing similar to TABLE CONTROL , in dialogue programing (screen painter).

because i want to design a BSP page for MIGO , then for ITEM level data user want to enter more then one MATERIAL while he will do MIGO.

For this purpose i have give somthing like TABLE CONTROL on InPut Page , how i can do so .

please help me , give any feedback u can give .

Regards

Sachin

Accepted Solutions (1)

Accepted Solutions (1)

christine_evans
Active Contributor
0 Kudos

Once you've built your basic BSP - and I would always use the MVC model rather than the old 'do everything on the same page' method - you can investigate the user of iterators in relation to tableviews. An iterator is a copy that you make of an interface called IF_HTMLB_TABLEVIEW_ITERATOR and, once attached to your tableview, you can use it to make your tableview much more flexible. Search this forum and you will find posts and very useful weblogs advising you how to use it.

Former Member
0 Kudos

Hi all

By all ur's guidance I found an BSP example IT00 , I got some help for that .

i am using SERVER side cookies , and if i will face any trouble ahead i will disturb u again on this thread.

Regards

Sachin

Answers (1)

Answers (1)

GrahamRobbo
Active Contributor
0 Kudos

Sounds like you are talking about ALV - ABAP List Viewer.

Cheers

Graham Robbo

Former Member
0 Kudos

hi Graham

i am working on BSP (business server pages) , i want to design a BSP page as similar like t.code MIGO .

PO NO. 4500000172

ITEM Data

Item No. Material Quantity

10 1032 10

20 4510 15

30 1477 7

DO MIGO

guide me how can i put many item data at once.

regards

sachin

GrahamRobbo
Active Contributor
0 Kudos

Hi Sachin,

take a look at the <htmlb:tableView> BSP extension element. The sample BSP applications will show you how to use it. They have names beginning with SBSPEXT.

Cheers

Graham Robbo

0 Kudos

Sachin,

Take a look over these bsp's templates:

SBSPEXT_HTMLB

SBSPEXT_PHTMLB

BSP_MODEL

Its gonna help you a lot.

Alexandre