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

Report template

Former Member
0 Likes
326

Guys,

I need standard template for report and BDC. If any one is having please help on this.

regards

vijay

Guys,

I need standard template for report and BDC. If any one is having please help on this.

regards

vijay

1 REPLY 1
Read only

Former Member
0 Likes
305

Hi Vijay,

The BDC one is easy. Go to transation SHDB, and create a recording. Then, select your recording, and click the "Program" button on top. The system generates a program for you with all the necessary code. You can use this as a template for your own, or just extend it.

As for the report template, that's more difficult, because a report can look like anything. Generally, reports have the following sections:

1. Data declaration

2. Input screen (using PARAMETERS and SELECT-OPTIONS statements)

3. Data selection

4. Data output (which can be using WRITE statements or ALV technology for example).

If you want to use ALV, take a look at the many examples in transaction SE83 (Reuse Library).

Cheers,

Martin