In interactive reporting, suppose i go to N'th list from
basic list(primary data) & i wanna come back directly to
basic list. So how can i achieve this without using ESC or
back button?? Is it possible using set screen 0??

Answer Posted / manoranjan

Hi,
try this code to come back directly from nth(say 18th) list
to basic list:

At Line-selection.
case sy-lsind.
when 18,
sy-lsind = 0.
endcase.

Is This Answer Correct ?    7 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

B -Credit Note report Selection Screen Ranges: Creation date Sales Org Sold to Party Selection condition: Document Category – VBTYP should be ‘O’ Table to be used: VBRK, VBRP,VBPA,ADRC List the CR order types or credit billing type by customer number (or selected customer) and displays the: - Billing Document date (FKDAT) - Customer number (KUNRG) - Name of the reseller (on top of the SAP No) (NAME1) - Billing document number,(VBELN) - order reason (AUGRU_AUFT) - Amount (NETWR) - Currency (WAERK) Group Currency wise, billing type wise sum of Net value. When user double click on field ‘Billing Document #’ , display the document in VF03 Do this using OO ABAP.

2455


What is the project you are currently working and work that you are doing

1012


What are the parameters used in each function?

597


How to write a code for multiple transactions? : abap bdc

537


What are the function of the transport system and workbench organiser? : abap data dictionary

554






Why do we use types statement in abap programming?

667


What does nw 7.4 sp 05/nw 7.5 sp 02 offers in abap?

680


Explain the difference between tables and structures?

477


In delivery processing which step comes first picking, packing, posting goods issue ?

1624


How do you use structures in the abap programs?

592


What are the page windows?

547


What are the functions of lock objects?

696


What is match code? : sap abap hr

637


How to combine multiple billing into one RV document ( Step by Step)?

1533


What is the use of at new statement ?

1350