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

Backtracking in interactive ALV

anjalikushwah
Explorer
0 Likes
1,608

Hi All,

I have a problem.

The below table is my final internal table

I need to put this amount in the age bucket table based on the below condition mentioned in the ageing bucket.

posting date - current date = dat

for example ,if dat lies between 0-30 then it should go to 0-30 column etc.

If amount lies in the same bucket column then it should get added up and shall be shown in the alv output as below

Now if user clicks on the amount then he should be able to see all the line items for that assignment which were added to form that entry .

for example

if user click on 441209.696 then he should be able to see

Hi All,

I have a problem.

The below table is my final internal table

I need to put this amount in the age bucket table based on the below condition mentioned in the ageing bucket.

posting date - current date = dat

for example ,if dat lies between 0-30 then it should go to 0-30 column etc.

If amount lies in the same bucket column then it should get added up and shall be shown in the alv output as below

Now if user clicks on the amount then he should be able to see all the line items for that assignment which were added to form that entry .

for example

if user click on 441209.696 then he should be able to see

3 REPLIES 3
Read only

Sandra_Rossi
Active Contributor
0 Likes
1,536

It doesn't seem very complex. So, what is your exact question? Don't tell me it's the client requirement and you want someone to code it for you.

Read only

anjalikushwah
Explorer
0 Likes
1,536

I need help with the logic to frame the code

Read only

Sandra_Rossi
Active Contributor
0 Likes
1,536

You can search the forum for each of your questions, and you should find some answers. Example: if you search for editable ALV Grid, you should find CL_GUI_ALV_GRID. You should also quickly find that SAP propose demo programs in ABAP systems.