Skip to Content
0
Former Member
May 27, 2008 at 07:02 PM

Dynamic Work Area and field symbol

21 Views

Hi All,

I'm have a big internal table like this

data: begin of data occurs 0,

Field01,

Field02,

Field03,

*bucket 1

Field04,

Field05,

Field06,

*bucket 2

Field04,

Field05,

Field06,

*bucket 3

Field04,

Field05,

Field06,

Field 1, 2 3 will be the same for pernr, first last name.

Field 4, 5, 6 are the same format but different numbers (or values ) in different buckets.

Each bucket can be shown (or not) based on the condition of a person, for example if that person live in 2 states, it will show 2 bucket with 2 address info inside each.

I will run this under get pernr to sort out each person who have many address or not.

Can I use dynamic work area and field symbol here? if I can, how?

Really appreciate your help with points...