
- 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
Generating result of SAP transaction automatically
There are different approaches that you can follow −
First approach would be that you schedule a job and send the result to a mailbox instead of printing it. Then you can use any programming code to read that email and export in desired format.
Other approach would be to check available BAPI’s. These BAPI’s can be called from an external program but for this you need to use SAP ABAP.
Checkout this SAP blog that tells how to generate a report in background and send result to user email id −
You can define distribution list in T-Code − SO23
- Related Questions & Answers
- Reduce number of columns of a result set from a Transaction in SAP system
- Benefits of Transaction SE83- SAP reuse library
- Generating time data in SAP HANA
- Commit changes on SAP BAPI Transaction
- Generating range of numbers 1…n in SAP HANA
- Opening diagnosis mode automatically in SAP HANA system
- Identify required fields for an MB01 transaction in SAP
- Checking transaction list waiting for lock-in SAP HANA
- How to Find out the source code of a transaction in SAP?
- How to Fetch source code of the transaction note in SAP R/3?
- Transaction Jobs with no access to SM36 in SAP system
- Exporting test variant in Transaction SE37 in SAP R/3
- Alternative Ways of Generating Electricity
- What is transaction processing? Explain the properties of the transaction(DBMS)
- States of Transaction in DBMS
Advertisements