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

How do I define this simple internal table

Former Member
0 Likes
393

hi,

I know this question has been asked several times here by others, but I am still having difficulty understanding it.

I need to produce a report with a variable number of columns and was told I need to use a dynamic internal table.

The report will contain the following fields:

Item number

Description

Plant

some variable number of fields holding a simple numeric value for future dates (this is for scheduling agreements and this is the

dynamic part of the table)

total (this is the total of the values in the variable fields)

Can someone please give me some guidance as to how I would define this table.

I'm sure I'll be back with other questions as I learn how to populate, etc., but I thought I should at least start with the table definition.

Thank you very much for your help1

Andy

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
365

Hello

I think you'd better to start with BC401 course. U can download it from here http://www.sapnet.ru/bc/bc401.zip

U need to read Lesson: Optimized Working with Internal Tables. It's very useful for beginners. It explains how to define internal tables, and also it clearly describes 3 kinds of internal tables and what's the difference between them. I strongly recommend u to read it. Have a good luck.

2 REPLIES 2
Read only

Former Member
0 Likes
366

Hello

I think you'd better to start with BC401 course. U can download it from here http://www.sapnet.ru/bc/bc401.zip

U need to read Lesson: Optimized Working with Internal Tables. It's very useful for beginners. It explains how to define internal tables, and also it clearly describes 3 kinds of internal tables and what's the difference between them. I strongly recommend u to read it. Have a good luck.

Read only

0 Likes
365

I will...thanks. I guess I hit on an ugly topic...haha!