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

structure

Former Member
0 Likes
846

wat is the use of structure.

6 REPLIES 6
Read only

Former Member
0 Likes
812

HI,

Structures

Structures are reusable , once created can be used in any queries, for example

You have a report for Demographics by region (headcount by region ,suppose your company has X offices/branches at X regions), then you can create a structure for headcount of LEVEL/REGION, it means you will be getting headcount of each level of employee(say partner/director/manager/senior manager) by region. And this structure can be made use in any other queries required and you can also swap the region or level with any other characteristic, for example in some other query you need Headcount for LEVEL vs gender , you can swap the above structure with region to gender.

<REMOVED BY MODERATOR>

Naresh.

Edited by: Alvaro Tejada Galindo on Jun 12, 2008 6:50 PM

Read only

Former Member
0 Likes
812

Hi,

Structure is a reusable one , in structure we have characteristics, key figures, calculated KF's , Restricted KF's . if you create a structure in one query means , as it is reusable one , u can use the same strucutre in multiple queries of the same infocube. One infocube is obviously having number of queries, if you create one structure you can use the same for different queries of the same infocube. these are stored in the metadata repository.

I hope this will help u a lot.

Read only

Former Member
0 Likes
812

Hi,

Basically a structure is used to save data dynamically for transactions.

Thanks

Nayan

Read only

Former Member
0 Likes
812

hiii

you will get all the information about structure by following link

http://help.sap.com/saphelp_nw70/helpdata/en/fc/eb3138358411d1829f0000e829fbfe/content.htm

<REMOVED BY MODERATOR>

thx

twinkal

Edited by: Alvaro Tejada Galindo on Jun 12, 2008 6:50 PM

Read only

Former Member
0 Likes
812

\[Copy-and-paste answer deleted by moderator!\]

Edited by: Jan Stallkamp on Jun 13, 2008 12:52 AM

Read only

abdul_hakim
Active Contributor
0 Likes
812

Structures are data objects that are used to data that belongs together logically.For eg material master record.

eg.

DATA wa TYPE mara.

Regards,

Abdul Hakim