- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
Physics
Chemistry
Biology
Mathematics
English
Economics
Psychology
Social Studies
Fashion Studies
Legal Studies
- 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 Articles
- 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
- Identify required fields for an MB01 transaction in SAP
- Checking transaction list waiting for lock-in SAP HANA
- Opening diagnosis mode automatically in SAP HANA system
- How to Find out the source code of a transaction in SAP?
- Transaction Jobs with no access to SM36 in SAP system
- Exporting test variant in Transaction SE37 in SAP R/3
- How to Fetch source code of the transaction note in SAP R/3?
- I want to limit SAP user access to Transaction Code- SOST.
- Adding custom fields to items in SAP Transaction ME5xN x=1,2,3..
- Generating SAP ABAP code/ script from XML coming from an external application

Advertisements