How to read an SAP transaction in an ABAP code
Is there any way to read SAP's standard transactions, such STO6 or SM55, in an ABAP code? Can Batch Data Communication (BDC) be used for this?
When you register, you will start receiving targeted emails from my award-winning team of editorial writers. Our goal is to keep you informed on the hottest topics and biggest challenges faced by SAP professionals today.
Hannah Smalltree, Editorial Director
Generally, there's no way to read a transaction in a programmatic way. BDC is a way of writing to a transaction, but you don't get feedback! Some transactions have a Business Application Programming Interface (BAPI), which you can access through ABAP.
Dig Deeper
-
People who read this also read...
This was first published in February 2009