
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Reduce Number of Columns in SAP Transaction Result Set
The simple answer to your question is NO. Because, this is SAP standard behavior and if you want to restrict the number of columns to be returned then it will require you to change the original source code of SAP implementation.
The change will be quite exhaustive and it will also mean that you are violating the contract and hence, no support from SAP on any issue encountered later.
As you said you are filtering data that means the number of rows will not be huge and hence the number of columns will not have much implication on the performance of the transaction overall at a high level.
But if you do want to have flexibility that you require please opt for other way like SAP Query.
Advertisements