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

Alv control breaks

Former Member
0 Likes
593

hi sap fans,

i got one issue in alv's

the o/p display in alv's is like this

top-of-page: reconsilation a/c,

check date,

check no.

o/p: bank a/c, amount,,

client asking me at end of bank a/c no i want a a special row with fields 'reconsilation(lable only),total no of line items,total amount of this bank account.

regards

udaya bhasker bandi

hi sap fans,

i got one issue in alv's

the o/p display in alv's is like this

top-of-page: reconsilation a/c,

check date,

check no.

o/p: bank a/c, amount,,

client asking me at end of bank a/c no i want a a special row with fields 'reconsilation(lable only),total no of line items,total amount of this bank account.

regards

udaya bhasker bandi

3 REPLIES 3
Read only

Former Member
0 Likes
563

Use function module "REUSE_ALV_COMMENTARY_WRITE".

Regards

Vinod

Read only

Former Member
0 Likes
563

1. Make use of event AFTER_LINE_OUTPUT.

2. Add it to ALV event internal table.

3. Define subroutine and write logic by calcluatiing no. of rows in final data internal table.

Read only

Former Member
0 Likes
563

Hi

look thsi threds http://www.sdn.sap.com/irj/scn/advancedsearch?query=controlbreskin+alv

Regards,

Pravin