2005 Aug 09 4:42 AM
I want to know that "What is print work bench in ABAP and where it is used" . Am I right in thinking that it is related to SAP Script
2005 Aug 09 4:53 AM
Printworkbench is a reporting tool specifically for IS-Utilities. Yes it is related to sap script because it is actually a sapscript accompanied by objects which will be the business content of the report.
2005 Aug 09 4:53 AM
Printworkbench is a reporting tool specifically for IS-Utilities. Yes it is related to sap script because it is actually a sapscript accompanied by objects which will be the business content of the report.
2005 Aug 09 5:31 AM
So, with what TCode I can go into it and work on it... and how to do that... I know about SAPscript only...How to work in Printworkbench
2005 Aug 09 11:25 AM
PrintWorkBench is a tool used for priting in IS-Utilities.
The transaction code is EFRM. You can use it with Sap Scripts and Smartforms both. There are standard Form classes available which can be used to create Application Forms with transaction Code EFRM. Application Forms basically is a data retrieval program and by which data can be displayed in Layouts created using Scripts or Smartforms.
I think this solves your doubt.