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

work area

Former Member
0 Likes
400

Hi ,

How do I write the definition for a work area of the same as a structure?

If the structure name is ZEMP

how do I define a work area for that structure in a report ..

Any one please help me...

Thanks in advance ,

1 ACCEPTED SOLUTION
Read only

gopi_narendra
Active Contributor
0 Likes
374

data : wa_zemp type zemp.

this will define a workarea of type ZEMP.

Regards

Gopi

2 REPLIES 2
Read only

gopi_narendra
Active Contributor
0 Likes
375

data : wa_zemp type zemp.

this will define a workarea of type ZEMP.

Regards

Gopi

Read only

Former Member
0 Likes
374

HI

For Table

DATA : g_t_table type table of zemp ,

For Work Area

g_r_warea type Zemp .

Hope it clears .

Thanks .

Praveen