cancel
Showing results for 
Search instead for 
Did you mean: 

SQL statements from SE11/SE16 selection screens

Former Member
0 Kudos

Can I actually run a select statement from the selection screen which is part of SE11/SE16 (or otherwise) or do I need to write a routine?

Thanks

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Harpal,

Routine. SE11/SE16 cannot be modified. To get the number of records, a quick and dirty way is to write a routine in an InfoPack selection with a break-point. Execute the InfoPack and then once your statement is executed, then close the debug session.

A cleaner way would be to write a ABAP program.

Cheers

Aneesh

Former Member
0 Kudos

Thanks Aneesh, have awarded points

Answers (0)