

- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
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 of a result set from a Transaction in SAP system
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.
- Related Questions & Answers
- Generating result of SAP transaction automatically
- Maximum number of columns in a table in SAP HANA
- Export Data from a SAP system
- Select and add result of multiplying two columns from a table in MySQL?
- How to set a certain number of rows and columns of a Tkinter grid?
- Rfcabapexception error while querying a number of columns using RFC_READ_TABLE in SAP
- Transaction Jobs with no access to SM36 in SAP system
- Generate excel from a report in SAP system
- Set user variable from result of query in MySQL?
- Benefits of Transaction SE83- SAP reuse library
- How to Find out the source code of a transaction in SAP?
- Set the result of a query to a variable in MySQL?
- Extracting data from SAP ERP for a Third Party System Extracting data from SAP ERP for a Third Party System
- Can we replace a number with a String in a MySQL result set?
- Set the number of columns to span in HTML
Advertisements